Difference between revisions of "User:Alistaire/Template:DefsStdTemplateHeader/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(Added default PAGENAME to explanation)
 
(10 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
! Parameter !! Explanation
 
! Parameter !! Explanation
 
|-
 
|-
| hideLinksAndParents || ''(optional):'' If it exists, hides the "WhatLinksHere" and "Parents:" section.
+
| showExamples || ''(optional):'' If it exists, shows an Examples column.
 +
|-
 +
| hideParents || ''(optional):'' If it exists, hides the "Parents:" section.
 +
|-
 +
| hideNotes || ''(optional):'' If it exists, hides the Notes column.
 
|-
 
|-
 
| parents || ''(required):'' A list of [[User:Alistaire/Template:DefsStdFormatter]] -type links to this tag's parents.
 
| parents || ''(required):'' A list of [[User:Alistaire/Template:DefsStdFormatter]] -type links to this tag's parents.
 
|-
 
|-
| tag || ''(default: PAGENAME):'' What tag to display on the first row.
+
| tag || ''(optional, default: PAGENAME):'' What tag to display on the first row.
 
|-
 
|-
| tagLink || ''(optional):'' What the tag parameter links to, if that is different from the name itself.
+
| link || ''(optional):'' What the tag links to, if that is different from the name itself.
 
|-
 
|-
 
|  
 
|  
Line 22: Line 26:
 
! Input !! Output
 
! Input !! Output
 
|-
 
|-
|<pre>{{User:Alistaire/Template:DefsStdTemplateHeader}} |-
+
|<pre>{{User:Alistaire/Template:DefsStdTemplateHeader}}
 +
|-
 
|}</pre>
 
|}</pre>
|{{User:Alistaire/Template:DefsStdTemplateHeader}} |-
+
| .<nowiki>{{User:Alistaire/Template:DefsStdTemplateHeader}}
|}
+
|-
 +
|}</nowiki>
 +
|-
 +
|<pre>{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}|showExamples=1}}
 
|-
 
|-
|<pre>{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}}} |-
 
 
|}</pre>
 
|}</pre>
|{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}}} |-
+
|{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|thingDef}}|showExamples=1}}
 +
|-
 
|}
 
|}
 
|-
 
|-
|<pre>{{User:Alistaire/Template:DefsStdTemplateHeader|tag=biomeDef|hideLinksAndParents=1}} |-
+
|<pre>{{User:Alistaire/Template:DefsStdTemplateHeader|tag=biomeDef|hideParents=1}}
 +
|-
 
|}</pre>
 
|}</pre>
|{{User:Alistaire/Template:DefsStdTemplateHeader|tag=biomeDef|hideLinksAndParents=1}} |-
+
|{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|hideParents=1}}
 +
|-
 
|}
 
|}
 
|-
 
|-
|}
+
|}<br/><br/>
 +
 
 +
==See also==
 +
 
 +
*[[User:Alistaire/Template:DefsStdTemplate]]

Latest revision as of 23:48, 4 April 2023

Example documentation

Parameters[edit]

Parameter Explanation
showExamples (optional): If it exists, shows an Examples column.
hideParents (optional): If it exists, hides the "Parents:" section.
hideNotes (optional): If it exists, hides the Notes column.
parents (required): A list of User:Alistaire/Template:DefsStdFormatter -type links to this tag's parents.
tag (optional, default: PAGENAME): What tag to display on the first row.
link (optional): What the tag links to, if that is different from the name itself.



Examples[edit]

Input Output
{{User:Alistaire/Template:DefsStdTemplateHeader}}
|-
|}
.{{User:Alistaire/Template:DefsStdTemplateHeader}} |- |}
{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}|showExamples=1}}
|-
|}
Parents: <>ThingDefs
<>thingDef
Element Contents Notes Examples
{{User:Alistaire/Template:DefsStdTemplateHeader|tag=biomeDef|hideParents=1}}
|-
|}
<>thingDef
Element Contents Notes



See also[edit]