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

Contenu supprimé Contenu ajouté
Ltrlg (discussion | contributions)
m tant pis
retour à des parenthèses droites (cf. Discussion modèle:Langue#trans)
Ligne 197 :
if trans and trans ~= '' then
trans = trans:gsub( "^''([^'].*[^'])''$", "%1" )
htmlTrans:wikitext( " <i>(''" )
:tag( 'span' )
:addClass( 'transcription lang-' .. code )
Ligne 204 :
:wikitext( trans )
:done()
:wikitext( "'')</i>" )
end