« Module:Biblio » : différence entre les versions

Contenu supprimé Contenu ajouté
m retouche de la modification précédente
m retouche de la modification précédente
Ligne 242 :
local function insertList ( key, value, prefix )
prefix = prefix or ''
if optionvalue and optionvalue ~= '' then
table.insert ( liste, key .. '=' .. mw.uri.encode ( prefix .. optionvalue ) )
return true
end
Ligne 316 :
insertList ( 'rfr_id', 'fr.wikipedia.org:' .. mw.title.getCurrentTitle().fullText, 'info:sid/' )
return '<span class="Z3988" title="' .. table.concat ( liste, '&' ) .. '">&thinsp;</span>'
end