Template:Infobox Place: Difference between revisions
Jump to navigation
Jump to search
m Add province section |
No edit summary |
||
| Line 7: | Line 7: | ||
| label1 = Island | | label1 = Island | ||
| data1 = {{{island}}} | | data1 = {{#if:{{{island|}}}|[[island::{{{island}}}]]|}} | ||
| label2 = Province | | label2 = Province | ||
| data2 = {{{province|}}} | | data2 = {{#if:{{{province|}}}|[[province::{{{province}}}]]|}} | ||
| label3 = Municipality | | label3 = Municipality | ||
| data3 = {{{municipality|}}} | | data3 = {{#if:{{{municipality|}}}|[[municipality::{{{municipality}}}]]|}} | ||
| label4 = World | | label4 = World | ||
| data4 = {{{world}}} | | data4 = {{{world}}} | ||
}} | }} | ||
{{#if:{{{type|}}}|{{#set: Type = {{{type}}} }}}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Revision as of 01:17, 26 October 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 |