Template:Infobox Place: Difference between revisions
Jump to navigation
Jump to search
Undo revision 897 by Minionguyjpro (talk) Tag: Undo |
mNo edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
| title = {{PAGENAME}} | | title = {{PAGENAME}} | ||
| | | image1 = {{{flag|}}} | ||
| | | caption1 = Flag of {{PAGENAME}} | ||
| | | image2 = {{{minimap|}}} | ||
| | | caption2 = Minimap view of {{PAGENAME}} | ||
| | |||
| | | label3 = Island | ||
| data3 = {{#if:{{{island|}}}|[[island::{{{island}}}]]|}} | |||
| label4 = Province | |||
| data4 = {{#if:{{{province|}}}| | |||
{{#if:{{{province_display|}}}| | |||
[[{{{province}}}|{{{province_display}}}]]| | |||
[[{{{province}}}]] | |||
}} | |||
}} | }} | ||
{{#if:{{{province|}}}|{{#set:province={{{province}}}}}}} | |||
| label4 = Municipality | |||
| data4 = {{#if:{{{municipality|}}}|[[municipality::{{{municipality}}}]]|}} | |||
| label5 = World | |||
| data5 = {{{world}}} | |||
}}{{#if:{{{type|}}}|{{#set: Type = {{{type}}} }}}} | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"required": true | |||
}, | |||
"minimap": { | |||
"description": "Value for x, z, y and rotation to show a minimap at.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"island": { | |||
"description": "The island where the place is on.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"province": { | |||
"description": "The province where the place is in.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"municipality": { | |||
"description": "The province where the place is in.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"world": { | |||
"description": "The world that the place is on.", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"format": "block", | |||
"description": "This template is made for use as infobox for wiki pages talking about places." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 20:48, 25 December 2025
| World | {{{world}}} |
|---|---|
This template is made for use as infobox for wiki pages talking about places.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | Unknown | required |
| minimap | minimap | Value for x, z, y and rotation to show a minimap at. | String | suggested |
| island | island | The island where the place is on. | String | suggested |
| province | province | The province where the place is in. | String | suggested |
| municipality | municipality | The province where the place is in. | String | suggested |
| world | world | The world that the place is on. | String | suggested |