Módulo:Country data/itália

Documentação do módulo[ver] [editar] [histórico] [purgar]

Descrição

editar

Este módulo tem funções auxiliares para country data países.

Outra documentação:

return {
    name = 'Itália',
    item = 'Q38',
    flag = {
        default = {
            default = 'Flag of Italy.svg',
            ['1861'] = 'Flag of Italy (1861-1946).svg',
            ['1946'] = 'Flag of Italy.svg',

        },
        state = {
            ['1861'] = 'Flag of Italy (1861-1946) crowned.svg',
            ['1946']= 'State Ensign of Italy.svg',
            default = 'State Ensign of Italy.svg',
        },
        civil = {
            default = 'Civil Ensign of Italy.svg',
        },
        naval =  {
            default = 'Naval Ensign of Italy.svg',
        },
    },
    adjective = {
        ms = 'italiano',
        fs = 'italiana',
        mp = 'italianos',
        fp = 'italianas',
    },
    link = {
        default = 'Itália',
        naval = 'Marina Militare',
    }
}