Template:Area page: Difference between revisions

Jump to navigation Jump to search
touchup docs
(only show type if it's specified)
(touchup docs)
Line 21: Line 21:
{{main namespace only|[[Category:Areas]]}}
{{main namespace only|[[Category:Areas]]}}
</includeonly><noinclude>{{documentation|content=
</includeonly><noinclude>{{documentation|content=
{{under construction}}
== Grease ==
== Grease ==
{{Area page
{{Area page
Line 49: Line 48:
|condition2=Hunger of Hadar
|condition2=Hunger of Hadar
}}
}}
<templatedata>
{
"params": {
"image": {
"description": "A file without the File: prefix. ",
"type": "wiki-file-name",
"suggested": true
},
"name": {
"description": "The name of the area. Defaults to the page name.",
"suggested": true
},
"summary": {
"description": "A short summary of the area. Not the in-game description.",
"type": "content",
"suggested": true
},
"difficult terrain": {
"description": "If specified, marks the area as Difficult Terrain.",
"type": "boolean"
},
"description": {
"description": "The in-game description of the area, if it exists.",
"type": "content"
},
"type": {
"description": "If the area has the cloud or surface property.",
"type": "string",
"suggestedvalues": [
"cloud",
"surface"
]
},
"period": {
"description": "Whether the area is persistent or temporary. Should NOT be a set duration - duration will be part of [[Template:Area]] for displaying on pages.",
"type": "string",
"suggestedvalues": [
"persistent",
"temporary"
],
"required": true
},
"condition1": {
"description": "The first condition inflicted by this area",
"type": "wiki-page-name"
},
"condition1 save": {},
"condition2": {
"description": "The second condition inflicted by this area",
"type": "wiki-page-name"
},
"condition2 save": {}
},
"paramOrder": [
"name",
"image",
"summary",
"difficult terrain",
"description",
"type",
"period",
"condition1",
"condition1 save",
"condition2",
"condition2 save"
]
}
</templatedata>
}}
}}
[[Category:Page generating templates]]</noinclude>
[[Category:Page generating templates]]</noinclude>

Navigation menu