« Module:Version imprimable » : différence entre les versions

Contenu supprimé Contenu ajouté
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 18 :
chapter = mw.ustring.gsub(chapter, "<small>", "")
if (chapter ~= nil and chapter ~= '' and mw.title.new(chapter).exists) then
--table.insert(lignes, frame:expandTemplate{ title = ':' .. chapter } .. '\n\n')
-- Débugage
text2 = title.getContent(title)
table.insert(lignes, text2 .. '\n')
end
end