Módulo:Infobox/Nuvem
DescriçãoEste módulo tem funções auxiliares de {{Info/Nuvem}} UsoOutra documentação:
local general = require "Módulo:Infobox/Funções"
return
{
maincolor = '#99CCCC',
parts =
{
general.title('mapa'),
general.mainimage('!Artigos de ciência sem imagens'),
{type = 'table', rows = {
{type = 'row', label = 'Nome científico', value = 'nome científico'},
{type = 'row', label = 'Abreviatura [[METAR]]', value = 'abreviatura'},
{type = 'mixed', label = 'Símbolo', value = {type = 'images', imageparameters = 'símbolo', property = 'P2910', defaultupright = '0.4'}},
{type = 'row', label = 'Altitude', value = 'altitude', property = 'P2044'},
{type = 'row', label = 'Nível', value = 'nível'},
{type = 'row', label = 'Aspecto', value = 'aspecto'},
{type = 'row', label = 'Precipitação', value = 'precipitação'},
{type = 'row', label = 'Contem gelo', value = 'gelo'},
{type = 'row', label = '[[Nuvem#Classificação|Classificação]]', value = {'classificação', 'família'}},
{type = 'row', label = 'Tipo', value = {'genus', 'tipo'}},
{type = 'row', label = 'Espécie', value = 'espécie'},
{type = 'row', label = 'Variedade', value = 'variedade'},
}
},
}
}
|