Saltar para o conteúdo

Módulo:Caixa lateral/config

Origem: Wikipédia, a enciclopédia livre.
--
local caixa_lateral_config = {};
--------------------------------------------------------------------------------
--                           Table configuration                              --
-- These configuration items allow customisation of the "table" function,     --
-- used to generate a table of possible parameters in the module              --
-- documentation.                                                             --
--------------------------------------------------------------------------------

---- The header for the namespace column in the wikitable containing the list of
---- possible positional parameters.
cfg.style = {'style', 'estilo'};
cfg.textstyle = {'estilo_texto','textstyle', 'estilotexto'};
cfg.above = {'above', 'acima'};
cfg.abovestyle = {'estiloacima', 'abovestyle', 'estilo_acima'};
cfg.below = {'below', 'abaixo'};
cfg.belowstyle = {'belowstyle', 'estiloabaixo'};
cfg.image = 'imagem';
cfg.imageright = {'imageright', 'imagem_direita', 'imagemdireita'};
cfg.position = {'posição', 'posicao'};

--------------------------------------------------------------------------------
-- End of configuration data
-- --------------------------------------------------------------------------------
return cfg -- Don't edit this line.