Módulo:Message box: mudanças entre as edições
Sem resumo de edição |
Desfeita a edição 15482 de Patricia.ferreira (Discussão) Etiqueta: Desfazer |
||
| Linha 215: | Linha 215: | ||
if args.style then | if args.style then | ||
self.style = args.style | self.style = args.style | ||
elseif args. | elseif args.estilo then | ||
self.style = args. | self.style = args.estilo | ||
end | end | ||
if args.attrs then | if args.attrs then | ||
| Linha 226: | Linha 226: | ||
-- Set text style. | -- Set text style. | ||
if args.textstyle then | if args.textstyle then | ||
self.textstyle = args.textstyle or args. | self.textstyle = args.textstyle or args.estilotexto or args['estilo-texto'] or args['estilo_texto'] | ||
end | end | ||
