Diferencia entre revisiones de «Módulo:Ficha»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 566: | Línea 566: | ||
local etiquetaPagina = mw.ustring.gsub(enlacePagina,'%s%(.*%)','') | local etiquetaPagina = mw.ustring.gsub(enlacePagina,'%s%(.*%)','') | ||
local entidad = args.entidad or mw.wikibase.getEntityIdForCurrentPage() | local entidad = args.entidad or mw.wikibase.getEntityIdForCurrentPage() | ||
local textoPie = "" | local textoPie = "" | ||
if (args.child == 'si' or args.integrada == 'sí' or args.wikidata == 'no') or (mw.title.getCurrentTitle().namespace ~= 0 and mw.title.getCurrentTitle().namespace ~= 104 and not args.entidad) then | if (args.child == 'si' or args.integrada == 'sí' or args.wikidata == 'no') or (mw.title.getCurrentTitle().namespace ~= 0 and mw.title.getCurrentTitle().namespace ~= 104 and not args.entidad) then | ||