Diferencia entre revisiones de «Módulo:Ficha»

2072 bytes eliminados ,  8 sep 2022
sin resumen de edición
wikitves>-sasha-
(Deshecha la edición 144505590 de -sasha- (disc.) Nuevo intento)
Sin resumen de edición
Etiqueta: Reversión manual
Línea 163: Línea 163:
             .tag('td')
             .tag('td')
                 .attr('colspan', '3')
                 .attr('colspan', '3')
                 .addClass('imagen ' .. (args.claseimageninferior or '') )
                 .addClass(args.claseimageninferior)
                 .css('text-align', 'center')
                 .css('text-align', 'center')
                 .cssText(args.estiloimageninferior)
                 .cssText(args.estiloimageninferior)
Línea 194: Línea 194:
             .tag('td')
             .tag('td')
                 .attr('colspan', '3')
                 .attr('colspan', '3')
                 .addClass('imagen ' .. (args.claseimagensuperior or '') )
                 .addClass(args.claseimagensuperior)
                 .css('text-align', 'center')
                 .css('text-align', 'center')
                 .cssText(args.estiloimagensuperior)
                 .cssText(args.estiloimagensuperior)
Línea 377: Línea 377:
             datos = tostring(datos),
             datos = tostring(datos),
             estilodatos = args.estiloimagen,
             estilodatos = args.estiloimagen,
             clase = 'imagen ' .. (args.claseimagen or ''),
             clase = args.claseimagen,
             clasefila = args['claseimagen' .. num]
             clasefila = args['claseimagen' .. num]
         })
         })
Línea 561: Línea 561:
end
end


local function hacerBarraWikidata()-- Crea en la parte inferior un enlace al ítem de Wikidata
 
    local enlacePagina = mw.title.getCurrentTitle().prefixedText
    local etiquetaPagina = mw.ustring.gsub(enlacePagina,'%s%(.*%)','')
    local entidad = args.entidad or mw.wikibase.getEntityIdForCurrentPage()
    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
        textoPie = ''
    elseif  entidad ~= "" and entidad ~= nil  then
        textoPie = '<div class="plainlinks wikidata-link" style="font-size: 0.85em">&#x5B;[[d:' .. tostring(entidad) .. '|editar datos en Wikidata]]&#x5D;</div>'
        if (entidad ~= mw.wikibase.getEntityIdForCurrentPage()) and (mw.title.getCurrentTitle().namespace == 0 or mw.title.getCurrentTitle().namespace == 104)  then
        textoPie = textoPie .. '[[Categoría:Wikipedia:Artículos con fichas que utilizan acceso arbitrario]]'
        end
    else
        textoPie = "<small>'''Página no enlazada a [[Wikidata]]'''\n"..
"* Si no existe en otras Wikipedias: [<span class=plainlinks>[//www.wikidata.org/w/index.php?title=Special:NewItem&site=eswiki&page="..mw.uri.encode(enlacePagina,WIKI) .."&label="..mw.uri.encode(etiquetaPagina,WIKI) .." crea&nbsp;nuevo&nbsp;ítem]]</span>\n"..
"* Si existe en otras Wikipedias: [<span class=plainlinks>[[:d:Special:ItemByTitle|busca&nbsp;ítem&nbsp;para&nbsp;enlazar]]</span>]\n"..
"y añade el enlace en español: ".. enlacePagina ..".</small>"
    end
    if textoPie ~= '' then
    root
        .tag('tr')
            .tag('td')
                .addClass('noprint')
                .attr('colspan', '3')
                .css('text-align', 'left')
                .wikitext(textoPie)
    end
end
local function hacerCategoriasSeguimiento()
local function hacerCategoriasSeguimiento()
     if args.decat ~= 'si' and #(getArgNums('datos')) == 0 and not args[1] and mw.title.getCurrentTitle().namespace == 0 then
     if args.decat ~= 'si' and #(getArgNums('datos')) == 0 and not args[1] and mw.title.getCurrentTitle().namespace == 0 then
Línea 636: Línea 607:
     hacerPieDeTabla()   
     hacerPieDeTabla()   
     hacerBarraDeNavegacion()
     hacerBarraDeNavegacion()
    hacerBarraWikidata()
     hacerCategoriasSeguimiento()
     hacerCategoriasSeguimiento()
      
      
     return mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Plantilla:Ficha/imagelimit.css' } } .. tostring(root)
     return tostring(root)
end
end
local function touchParameters(prefixTable, origArgs, step)
local function touchParameters(prefixTable, origArgs, step)
MediaWiki spam blocked by CleanTalk.