Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2024/02/06 02:44] – averyberry | start [2024/10/31 21:06] (current) – jonesm | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | **Washington State Trans Wiki** | + | |
This wiki is designed to be a repository for community-cultivated resources and information for TwoSpirit, Trans, & Gender Diverse people in Washington State and beyond. | This wiki is designed to be a repository for community-cultivated resources and information for TwoSpirit, Trans, & Gender Diverse people in Washington State and beyond. | ||
- | ---- | + | |
[[wiki: | [[wiki: | ||
Line 16: | Line 15: | ||
[[wiki: | [[wiki: | ||
+ | [[wiki: | ||
+ | ===== New To Dokuwiki? Interested in Contributing Content? ===== | ||
+ | Check out our [[wiki: | ||
- | The rest of this page is a placeholder for GJL to use as a reference and demonstration on the basics on how to use dokuwiki. For a more comprehensive how-to, you can also take a look at the manual [[https:// | ||
- | To see how this page is formatted using dokuwiki' | ||
- | ===== Sectioning and Headlines ===== | ||
- | A dokuwiki page is divided into sections by the headlines on a page. If there are more than 3 headlines a Table of Contents will be generated automatically. | ||
- | Headlines are created by wrapping text in progressive ' | ||
- | ==== Headline 1 ==== | ||
- | will look like this: | ||
- | ==== Headline 1 ==== | ||
- | and so on: | ||
- | === Headline 2=== | ||
- | === Headline 2 === | ||
- | == Headline 3 == | ||
- | == Headline 3 == | ||
- | ===== Formatting Text ===== | ||
- | DokuWiki supports **bold**, //italic//, __underlined__ and '' | ||
- | and you can **__//'' | ||
- | DokuWiki supports **bold**, //italic//, __underlined__ and '' | ||
- | Of course you can **__//'' | ||
- | Dokuwiki also supports < | ||
- | Dokuwiki also supports < | ||
- | ===== Tables and Lists ===== | ||
- | To create an unordered list (bulleted) you indent the text with 2 spaces and then a ' | ||
- | ==== Unordered list ==== | ||
- | < | ||
- | * First item | ||
- | * Second Item | ||
- | * Sub item | ||
- | * Third item | ||
- | </ | ||
- | becomes: | ||
- | * First item | ||
- | * Second Item | ||
- | * Sub item | ||
- | * Third item | ||
- | To make an ordered list, you do the same thing but use a ' | ||
- | ==== Ordered List ==== | ||
- | < | ||
- | - First item | ||
- | - Second item | ||
- | - Sub item | ||
- | - Third Item | ||
- | </ | ||
- | becomes: | ||
- | - First item | ||
- | - Second item | ||
- | - Sub item | ||
- | - Third Item | ||
- | ==== Tables ==== | ||
- | To create tables you begin a line with either '' | ||
- | < | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | ||
- | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | | ||
- | </ | ||
- | This will result in a table that looks like so when published (saved): | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | ||
- | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | | ||
- | If you want to connect cells horizontally (column span), leave the cell empty (not even whitespace) like so (but make sure to maintain the same number of cell separators per line or the table will break): | ||
- | < | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | | Row 2 Col 1 | Row 2 Col 2 and Row 2 Col 3 are now merged || | ||
- | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | | ||
- | </ | ||
- | results in: | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | | Row 2 Col 1 | Row 2 Col 2 and Row 2 Col 3 are now merged || | ||
- | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | | ||
- | Vertical span, or row spans, can be accomplished by filling the cell with ':::' | ||
- | < | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 | | ||
- | | Row 2 Col 1 | ::: | Row 2 Col 3 | | ||
- | | Row 3 Col 1 | ::: | Row 2 Col 3 | | ||
- | </ | ||
- | looks like: | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 | | ||
- | | Row 2 Col 1 | ::: | Row 2 Col 3 | | ||
- | | Row 3 Col 1 | ::: | Row 2 Col 3 | | ||
- | You can also have vertical headings (headings on rows) like so: | ||
- | < | ||
- | | ^ Heading 1 ^ Heading 2 ^ | ||
- | ^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | ^ Heading 4 | Row 1 Col 2 | | | ||
- | ^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 | | ||
- | </ | ||
- | Will look like this: | ||
- | | ^ Heading 1 ^ Heading 2 ^ | ||
- | ^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | ^ Heading 4 | Row 1 Col 2 | | | ||
- | ^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 | | ||
- | Note that Row 2 Col 3 is empty but since it has whitespace, the columns are not merged as in the previous example. | ||
- | === Table Alignment === | ||
- | To align the content in cells use at least 2 spaces on the left, right, or both sides of the content in the cell like so: | ||
- | < | ||
- | ^ Table with alignment | ||
- | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
- | | | ||
- | |left | | ||
- | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
- | </ | ||
- | |||
- | becomes: | ||
- | |||
- | ^ Table with alignment | ||
- | | | ||
- | |left | | ||
- | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
- | ===== Image, Video, and Audio Files ===== | ||
- | Dokuwiki allows embedding image, video, and audio files on pages. To do this, you first upload your media file using the Media Manager (covered in a screencast [[https:// | ||
- | < | ||
- | {{wiki: | ||
- | </ | ||
- | will then look like so: | ||
- | |||
- | {{wiki: | ||
- | |||
- | === Alignment === | ||
- | To align an embedded media file, add whitespace to the beginning, end, or both sides of the reference to the file in media manager ((A note on namespaces. colons are used like in this example to denote // | ||
- | So this: | ||
- | < | ||
- | {{wiki: | ||
- | {{ wiki: | ||
- | {{ wiki: | ||
- | </ | ||
- | |||
- | Will look like this when published: | ||
- | |||
- | {{wiki: | ||
- | {{ wiki: | ||
- | {{ wiki: | ||
- | |||
- | And here's a video example, aligned to the center of the page : | ||
- | |||
- | < | ||
- | {{ samplevideo_1280x720_5mb.mp4 | ||
- | </ | ||
- | {{ samplevideo_1280x720_5mb.mp4 | ||
- | \\ | ||
- | \\ | ||
- | Note that in this example, there is no colon before the filename. That is because when I uploaded this sample file to with the Media Manager I uploaded it to the // | ||
- | < | ||
- | {{ wiki: | ||
- | </ | ||
- | ===== Creating (and Deleting) Pages ===== | ||
- | To create a page, just add a new link to a page. If that page does not exist, dokuwiki will automatically create the page. The syntax to create a link looks like so: | ||
- | < | ||
- | [[namespace: | ||
- | </ | ||
- | If you leave the namespace out, the page will be created in the // | ||
- | To delete a page, navigate to the page you would like to delete, edit the page, and remove all of the content and then press save. Super easy! | ||
- | and finally, to add a comments section to any page add the following : | ||
- | < | ||
- | ~~DISCUSSION~~ | ||
- | </ | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ |