Template:ProvienceTemplate: Difference between revisions
>TurkiyeOyuntv No edit summary |
>TurkiyeOyuntv No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" style="float:right; margin-left: 10px; text-align: center; background-color: #242424; border: 1px solid #AAAAAA;font-size: 80%; color: #D3D3D3" | <includeonly>{| class="wikitable" style="float:right; margin-left: 10px; text-align: center; background-color: #242424; border: 1px solid #AAAAAA;font-size: 80%; color: #D3D3D3" | ||
|- | |- | ||
| colspan="2" | '''{{#if:{{{Name|}}}|{{{Name|}}}|{{PAGENAME}}}}'''<br /> <small style="{{#if:{{{TitleCaption|}}}| |display: none;}}">{{{TitleCaption|}}}</small> | | colspan="2" | '''{{#if:{{{Name|}}}|{{{Name|}}}|{{PAGENAME}}}}'''<br /> <small style="{{#if:{{{TitleCaption|}}}| |display: none;}}">{{{TitleCaption|}}}</small> | ||
Line 18: | Line 18: | ||
|'''Population''' | |'''Population''' | ||
|{{PopulationGray|Population={{#if:{{{Population|}}}|{{{Population|}}}|???}}|Date={{#if:{{{PopulationDate|}}}|{{{PopulationDate|}}}|???}}}} | |{{PopulationGray|Population={{#if:{{{Population|}}}|{{{Population|}}}|???}}|Date={{#if:{{{PopulationDate|}}}|{{{PopulationDate|}}}|???}}}} | ||
|} | |}</includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |
Revision as of 13:15, 17 October 2021
<templatedata>
{
"params": {
"Name": {
"description": "Name of the Provience",
"suggested": true,
"type": "string"
},
"TitleCaption": {
"description": "Caption of the Title",
"type": "string"
},
"Image": {
"description": "Image",
"suggested": true
},
"ImageCaption": {
"description": "Caption of Image",
"suggested": true,
"type": "string"
},
"District": {
"aliases": [
"District Number"
],
"description": "District Number",
"example": "IX",
"suggested": true
},
"X": {
"description": "X Cordinate of the provience"
},
"Z": {
"description": "Z Cordinate of the provience"
},
"Founded": {
"description": "Creation Data",
"example": "11 Sep 2001",
"type": "string",
"suggested": true
},
"Population": {
"description": "Population of the district",
"suggested": true
},
"PopulationDate": {
"description": "The date that the population was counted",
"type": "string"
}
}
}
</templatedata>