Template:Location: Difference between revisions

From Firrhna Project Wiki
Jump to navigationJump to search
mNo edit summary
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

No description.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Example
Firrhna Prime
Stringrequired
imageimage

no description

Example
Felis_1.png
Fileoptional
tabbertabber

no description

Contentoptional
Typetype

no description

Stringoptional
Levellevel

no description

Stringoptional
Locationlocation

no description

Stringoptional
Inhabitantsinhabitants

no description

Stringoptional