Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:editing_guide [2024/04/24 15:31] – created sarcovynwiki:editing_guide [2024/04/25 07:47] (current) sarcovyn
Line 6: Line 6:
  
 ===== Helpful Plugins ===== ===== Helpful Plugins =====
 +
 +==== Galleries ====
 +Before 04/24/2024, we used to make [[https://www.dokuwiki.org/plugin:gallery|galleries]] like this:
 +
 +  <WRAP group>
 +  <WRAP column>{{gallery>characters:grind_ref.png?lightbox}}</WRAP>
 +  <WRAP column>{{gallery>characters:spit_ref.png?lightbox}}</WRAP>
 +  <WRAP column>{{gallery>characters:wretch_ref.png?lightbox}}</WRAP>
 +  </WRAP>
 +
 +<WRAP group>
 +<WRAP column>{{gallery>characters:grind_ref.png?lightbox}}</WRAP>
 +<WRAP column>{{gallery>characters:wretch_ref.png?lightbox}}</WRAP>
 +</WRAP>
 +  
 +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:
 +
 +  <gallery lightbox>
 +  characters:grind_ref.png
 +  characters:spit_ref.png
 +  characters:wretch_ref.png
 +  </gallery>
 +  
 +<gallery lightbox>
 +characters:grind_ref.png
 +characters:spit_ref.png
 +characters:wretch_ref.png
 +</gallery>
  
 ==== Tags ==== ==== Tags ====
Line 21: Line 49:
     * For example: "locations.zone" is a tag applied to pages in the "locations" namespace to denote that it is a zone.      * 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.     * "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]]. 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 === === Maintenance Tags ===
Line 31: Line 66:
   * [[:?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_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.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).

User Tools