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

From RimWorld Wiki
Jump to navigation Jump to search
(Added newlines to |-)
(→‎Parameters: Changed parameter names)
Line 6: Line 6:
 
! Parameter !! Explanation
 
! Parameter !! Explanation
 
|-
 
|-
| examplesEnabled || ''(optional):'' If it exists, adds an Examples column.
+
| showExamples || ''(optional):'' If it exists, shows an Examples column.
 
|-
 
|-
 
| hideParents || ''(optional):'' If it exists, hides the "Parents:" section.
 
| hideParents || ''(optional):'' If it exists, hides the "Parents:" section.
 
|-
 
|-
| notesDisabled || ''(optional):'' If it exists, removes the Notes column.
+
| 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.

Revision as of 16:20, 12 April 2015

Example documentation

Parameters

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

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



See also