Difference between revisions of "User:Alistaire/Template:DefsStdTemplateHeader/doc"
Jump to navigation
Jump to search
(Added see also) |
(Updated parameters) |
||
Line 5: | Line 5: | ||
{| | {| | ||
! Parameter !! Explanation | ! Parameter !! Explanation | ||
+ | |- | ||
+ | | examplesEnabled || ''(optional):'' If it exists, adds an Examples column next to the Notes column. | ||
|- | |- | ||
| hideLinksAndParents || ''(optional):'' If it exists, hides the "WhatLinksHere" and "Parents:" section. | | hideLinksAndParents || ''(optional):'' If it exists, hides the "WhatLinksHere" and "Parents:" section. | ||
Line 27: | Line 29: | ||
|} | |} | ||
|- | |- | ||
− | |<pre>{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}}} |- | + | |<pre>{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}|examplesEnabled=1}} |- |
|}</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|Defs}}|examplesEnabled=1}} |- |
|} | |} | ||
|- | |- |
Revision as of 15:36, 12 April 2015
Example documentation
Parameters
Parameter | Explanation |
---|---|
examplesEnabled | (optional): If it exists, adds an Examples column next to the Notes column. |
hideLinksAndParents | (optional): If it exists, hides the "WhatLinksHere" and "Parents:" section. |
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
| ||||||
{{User:Alistaire/Template:DefsStdTemplateHeader|tag=thingDef|parents={{User:Alistaire/Template:DefsStdFormatter|ThingDefs|Defs}}|examplesEnabled=1}} |- |} |
Parents: <>ThingDefs
| ||||||
{{User:Alistaire/Template:DefsStdTemplateHeader|tag=biomeDef|hideLinksAndParents=1}} |- |} |
Parents: none specified
|