Template:Location: Difference between revisions
From Firrhna Project Wiki
Jump to navigationJump to search
Kawa-neechan (talk | contribs) mNo edit summary |
Kawa-neechan (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<table class="infobox"><tr><th colspan="2" class="infobox-title">{{{title}}}</th></tr> | <table class="infobox"><tr><th colspan="2" class="infobox-title">{{{title|Location}}}</th></tr> | ||
{{#if:{{{image|}}}|<tr> | {{#if:{{{image|}}}|<tr> | ||
<td colspan="2" class="infobox-image">[[File:{{{image}}}|260px]]</td> | <td colspan="2" class="infobox-image">[[File:{{{image}}}|260px]]</td> | ||
</tr>}} | |||
{{#if:{{{tabber|}}}|<tr> | |||
<td colspan="2" class="infobox-image">{{{tabber}}}</td> | |||
</tr>}} | </tr>}} | ||
{{#if:{{{type|}}}|<tr> | {{#if:{{{type|}}}|<tr> | ||
Line 18: | Line 21: | ||
<th class="infobox-label">Inhabitants</th> | <th class="infobox-label">Inhabitants</th> | ||
<td class="infobox-data">{{{inhabitants}}}</td> | <td class="infobox-data">{{{inhabitants}}}</td> | ||
</tr>}}</table><includeonly>{{Namespace|main=[[Category:Locations]]}}</includeonly><noinclude>{{Documentation}}</noinclude> | </tr>}}</table><includeonly>{{Namespace|main=[[Category:Locations]]}}</includeonly><noinclude>{{Documentation}}<templatedata> | ||
{ | |||
"params": { | |||
"title": { | |||
"example": "Firrhna Prime", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"example": "Felis_1.png", | |||
"type": "wiki-file-name" | |||
}, | |||
"tabber": { "type": "content" }, | |||
"type": { "type": "string", "label": "Type" }, | |||
"level": { "type": "string", "label": "Level" }, | |||
"location": { "type": "string", "label": "Location" }, | |||
"inhabitants": { "type": "string", "label": "Inhabitants" } | |||
} | |||
} | |||
</templatedata></noinclude> |
Revision as of 11:18, 6 September 2023
Location |
---|
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description
| String | required |
image | image | no description
| File | optional |
tabber | tabber | no description | Content | optional |
Type | type | no description | String | optional |
Level | level | no description | String | optional |
Location | location | no description | String | optional |
Inhabitants | inhabitants | no description | String | optional |