99
ediciones
Sin resumen de edición |
Sin resumen de edición |
||
| (No se muestran 3 ediciones intermedias del mismo usuario) | |||
| Línea 9: | Línea 9: | ||
local tipo_via = frame.args['tipo de vía'] or '' | local tipo_via = frame.args['tipo de vía'] or '' | ||
local barrio = frame.args['barrio'] or '' | local barrio = frame.args['barrio'] or '' | ||
local tituloinfobox = frame.args['titulo infobox'] or '' | |||
if tituloinfobox ~= '' then titulo = tituloinfobox | if tituloinfobox ~= '' then titulo = tituloinfobox | ||
| Línea 22: | Línea 23: | ||
local infobox = capiunto.create( { | local infobox = capiunto.create( { | ||
top = titulo, | top = titulo, | ||
topStyle = 'background:# | topStyle = 'background:#bff4ff; padding: 10px', | ||
headerStyle = 'background:#ffffa1;' | headerStyle = 'background:#ffffa1;' | ||
} ) | } ) | ||
infobox:addImage(imagen) | infobox:addImage(imagen) | ||
infobox:addHeader('Información') | |||
infobox:addRow('Tipo de vía', tipo_via) | infobox:addRow('Tipo de vía', tipo_via) | ||
infobox:addRow('Año de origen', fechaorigen) | infobox:addRow('Año de origen', fechaorigen) | ||