332
modifications
(nonLatin : ajout execption pour le bloc latin étendu D (A720 à A7FF)) |
m (parenthèses en italique comme leur contenu) |
||
if trans and trans ~= '' then
trans = trans:gsub( "^''([^'].*[^'])''$", "%1" )
htmlTrans:wikitext( "
:tag( 'span' )
:addClass( 'transcription lang-' .. code )
:wikitext( trans )
:done()
:wikitext( ")''
end
|