Difference between revisions of "Template:Recode/doc"

From RimWorld Wiki
Jump to navigation Jump to search
m
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
* <code>reason</code> Why and/or what exactly should be recoded.
 
* <code>reason</code> Why and/or what exactly should be recoded.
 +
* <code>section</code> Set this parameter to any value if you want to specify that only one section should be recoded.
 
* <code>nocat</code> Setting this paramete to <code>true</code> prevents the page to be added to the [[:Category:Pages to be recoded]]. This is useful on pages like this where you just want to display the template.
 
* <code>nocat</code> Setting this paramete to <code>true</code> prevents the page to be added to the [[:Category:Pages to be recoded]]. This is useful on pages like this where you just want to display the template.
  

Revision as of 14:26, 7 June 2022

Description

You can use the Needs Re-coded template to mark a page for future re-code. This will help developers have a high level overview of what templates, pages, and the like are to be re-coded and brought up to industry standards.

Usage

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

<noinclude>{{Recode|reason=}}</noinclude>

Parameters

  • reason Why and/or what exactly should be recoded.
  • section Set this parameter to any value if you want to specify that only one section should be recoded.
  • nocat Setting this paramete to true prevents the page to be added to the Category:Pages to be recoded. This is useful on pages like this where you just want to display the template.

Examples

{{Recode}}

Results in:


As you can see you should always provide a short reason or a description of what exactly should be recoded:

{{Recode|reason=The table is overly complicated}}

Results in: