62 737
modifications
Page créée avec « local p = {} function p._build(args) local text = args['texte'] or args[1] or 'Texte ?' local title = args['titre'] or args[2] or 'Infobulle ?' local link = args['lien… » |
mAucun résumé des modifications |
||
Ligne 13 : | Ligne 13 : | ||
:wikitext(text) | :wikitext(text) | ||
:allDone() | :allDone() | ||
tooltip = tostring(tooltip) | |||
if link then | if link then | ||
tooltip = '[[' .. link .. '|' .. | tooltip = '[[' .. link .. '|' .. tooltip .. ']]' | ||
end | end | ||
modifications