Difference between revisions of "Template:Documentation wanted/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(Updated for Wiki Maintenance Category)
 
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
  <pre>
 
  <pre>
 
  <noinclude>
 
  <noinclude>
   {{Modal needs documentation}}
+
   {{Documentation wanted}}
 
  </noinclude>
 
  </noinclude>
 
  </pre>
 
  </pre>
  
 
==Sample Output==
 
==Sample Output==
{{rwbox
+
{{Documentation wanted|nocat=1}} <!--Do not use nocat - it is ONLY used here to prevent the template itself from being tagged as needing documentation}}-->
|nocat=true
+
 
| type  = edit
 
| text  = This page has been marked as needing some documentation to go along with it! Help out by creating a documentation page here: [[{{FULLPAGENAME}}]]
 
}}
 
 
<includeonly>[[Category:Notice templates]]</includeonly>
 
<includeonly>[[Category:Notice templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 00:36, 8 March 2023

Description[edit]

You can use this template to mark things that do not have a documentation page. This will allow other contributors see which pages need documentation at a higher level overview.

Usage[edit]

Place the following code snippet at the top of the page that you wish to tag needing documentation, before any other text on the page. Be sure to add the "noinclude" tags to make sure it doesn't break anything!

 <noinclude>
   {{Documentation wanted}}
 </noinclude>
 

Sample Output[edit]