Diferencia entre revisiones de «Módulo:Ficha»

1890 bytes eliminados ,  24 dic 2023
sin resumen de edición
wikitves>-sasha-
(Deshecha la edición 144505590 de -sasha- (disc.) Nuevo intento)
Sin resumen de edición
 
(No se muestran 9 ediciones intermedias de 3 usuarios)
Línea 10: Línea 10:
local args
local args
local root
local root
local anchoImagen = '245px'  
local anchoImagen = '320px'  
function union(t1, t2)
function union(t1, t2)
     -- devuelve la unión de los valores de dos tablas, como una secuencia
     -- devuelve la unión de los valores de dos tablas, como una secuencia
Línea 116: Línea 116:
               .css('text-align', 'center')
               .css('text-align', 'center')
               .css('background-color', args.colorfondo or args.colorfondotitulo or 'transparent')
               .css('background-color', args.colorfondo or args.colorfondotitulo or 'transparent')
               .css('color', args.colortexto or 'black')
               .css('color', args.colortexto or 'inherit')
               .cssText(args.estilotitulo)
               .cssText(args.estilotitulo)
               .wikitext(args.titulo)
               .wikitext(args.titulo)
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()
      
      
MediaWiki spam blocked by CleanTalk.