======Editing Guide======
Welcome to the editing guide! This page contains advice, useful snippets, and explanations for certain extensions we use for editing.
* [[https://www.dokuwiki.org/wiki:syntax|Syntax Guide]]: DokuWiki's text formatting guide. Many of these formatting options are also available from the editing screen at the top of the text editing area as a series of buttons.
===== Helpful Plugins =====
==== Galleries ====
Before 04/24/2024, we used to make [[https://www.dokuwiki.org/plugin:gallery|galleries]] like this:
{{gallery>characters:grind_ref.png?lightbox}}
{{gallery>characters:spit_ref.png?lightbox}}
{{gallery>characters:wretch_ref.png?lightbox}}
{{gallery>characters:grind_ref.png?lightbox}}
{{gallery>characters:wretch_ref.png?lightbox}}
This is no longer necessary and currently looks quite obtrusive, making the gallery images 300x300 each (I have not found a way to fix this). Instead, we recommend using this format for galleries:
characters:grind_ref.png
characters:spit_ref.png
characters:wretch_ref.png
characters:grind_ref.png
characters:spit_ref.png
characters:wretch_ref.png
==== Tags ====
[[https://www.dokuwiki.org/plugin:tag|Tags]] are created with the following component:
{{tag>multiple tags here}}
We recommend looking at the plugin documentation for more information on tag usage.
Our conventions for tags:
* "Sub-tags" are delineated with dots. For example, notes.hobbies.cooking.
* Spaces are represented with underscores, such as article.needs_examples.
* Tags representing a namespace that the current page belongs to are plural. Other applications are singular.
* For example: "locations.zone" is a tag applied to pages in the "locations" namespace to denote that it is a zone.
* "zone.dead_zone" and "region.taverne" explain what type of zone it is, and which region it is located in respectively.
* Some exceptions to these conventions may exist. There is no need to change these, follow those tags' conventions over these ones if you are making a new tag along those lines.
Pichi has a general tag guide at the page "[[:tags]]".
For TCPDex editors, we use [[https://perchance.org/tcp-tag-list-maker|this Perchance generator]] to generate lists of tags for TCP type pages. A full list of tags used in this generator can be found [[https://perchance.org/tcp-tag-list|here]].
++++All Tags Search|
{{searchtags}}
++++
=== Maintenance Tags ===
These tags are used to denote tasks that need doing on a page.
* [[:?do=showtag&tag=article.stub|article.stub]]: This page is short or in need of more information.
* [[:?do=showtag&tag=article.placeholder_image|article.placeholder_image]]: This page is using a placeholder image.
* [[:?do=showtag&tag=article.needs_examples|article.needs_examples]]: This page needs a section with examples of the topic; this is often reserved for worldbuilding pages.
* [[:?do=showtag&tag=article.needs_gallery|article.needs_gallery]]: This page needs visual examples of the topic, usually in a gallery format.
* [[:?do=showtag&tag=article.empty_page|article.empty_page]]: This page does not have information.
* [[:?do=showtag&tag=article.needs_box_info|article.needs_box_info]]: This page needs its "infobox" filled out (the gray box containing basic information that certain namespaced pages have).