Módulo:Infobox/Parque
DescriçãoEste Módulo tem funções auxiliares para criar infocaixas. Ver {{Info/Parque}}, {{Info/Parque/Wikidata}} UsoOutra documentação:
local generic = require "Module:Infobox/Funções"
local building = require "Module:Infobox/Funções/Edifício"
return {
maincolor = '#008758',
thirdcolor = 'white',
parts =
{
generic.title(),
generic.mainimage('!Artigos de arquitetura sem imagem'),
{type = 'table', title = 'Geografia', rows = {
building.country(),
building.historicalregion(),
building.adminlocation(),
building.coordenadas(),
},
},
{type = 'table', title = 'História', rows = {
{type = 'row', label = 'Nomes anteriores', value = 'nomes'},
building.opening(),
building.creator(),
building.protection(),
building.demolition(),
},
},
{type = 'table', title = 'Gestão', rows = {
building.owner(),
{type = 'row', label = 'Construtora', plurallabel = 'Construtoras', value = 'construtora', property = 'P193'},
{type = 'row', label = 'Paisagista', plurallabel = 'Paisagistas', value = 'paisagista'},
{type = 'row', label = 'Operador', plurallabel = 'Operadores', value = {'operador', 'administração'}, property = 'P137'},
},
},
building.geoloc({marker='garden', default_zoom=14}),
}
}
|