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

From RimWorld Wiki
Jump to navigation Jump to search
(Changed width)
(Added examplesEnabled)
Line 1: Line 1:
 
<noinclude>{{Documentation}}</noinclude><includeonly>{{#if:{{{hideLinksAndParents|}}}||''[[Special:Whatlinkshere/{{PAGENAME}}|WhatLinksHere]]'' '''Parents''': {{{parents|none specified}}}<br/>}}
 
<noinclude>{{Documentation}}</noinclude><includeonly>{{#if:{{{hideLinksAndParents|}}}||''[[Special:Whatlinkshere/{{PAGENAME}}|WhatLinksHere]]'' '''Parents''': {{{parents|none specified}}}<br/>}}
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
!colspan="3"|{{User:Alistaire/Template:DefsStdFormatter|{{{tag|{{PAGENAME}}}}}|{{{link|}}}}}
+
!colspan="{{#if:{{{examplesEnabled|}}}|4|3}}"|{{User:Alistaire/Template:DefsStdFormatter|{{{tag|{{PAGENAME}}}}}|{{{link|}}}}}
 
|-
 
|-
 
!Element name
 
!Element name
 
!Element type
 
!Element type
 
!style="width: 650px;"|Notes
 
!style="width: 650px;"|Notes
</includeonly>
+
{{#if:{{examplesEnabled|}}}|!Examples|}}</includeonly>

Revision as of 15:33, 12 April 2015

Documentation[view] [edit] [history] [purge]

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}}
|-
|}
.{{User:Alistaire/Template:DefsStdTemplateHeader}} |- |}
{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}|showExamples=1}}
|-
|}
WhatLinksHere Parents: <>ThingDefs
<>thingDef
Element name Element type Notes Examples
{{User:Alistaire/Template:DefsStdTemplateHeader|tag=biomeDef|hideParents=1}}
|-
|}
WhatLinksHere Parents: none specified
<>thingDef
Element name Element type Notes Examples


See also