Template:Infobox:Country: Difference between revisions

imported>Xadrezo
No edit summary
imported>Xadrezo
No edit summary
Line 74: Line 74:
</infobox>
</infobox>
<noinclude>
<noinclude>
{{Documentation}}
<templatedata>
<templatedata>
{
{
Line 81: Line 80:
         "EnglishName": {
         "EnglishName": {
             "label": "English name",
             "label": "English name",
             "description": "The official long-form name of the country in English (e.g. 'Hellenic Republic' for Greece)",
             "description": "The official long-form name of the country in English (e.g. 'Hellenic Republic' for Greece).",
            "type": "string"
        },
        "NativeName": {
            "label": "Native name",
            "description": "The official long-form name of the country in the country's official language(s) (e.g. 'Ελληνική Δημοκρατία' for Greece).",
            "type": "string"
        },
        "Flag": {
            "label": "Flag",
            "description": "The country's flag.",
            "type": "wiki-file-name"
        },
        "Capital": {
            "label": "Capital",
            "description": "The name of the capital city",
            "type": "string"
        },
        "BiggestCity": {
            "label": "Biggest city",
            "description": "The name of the city with the highest population. Leave blank if it is the capital.",
             "type": "string"
             "type": "string"
         }
         }