Content deleted Content added
m cat |
lang |
||
Line 45:
:css('font', 'bold 80% sans-serif')
:css('padding', '0 .1em')
:wikitext(string.format('[[:File:%s|i]]', file))
return tostring(span)
Line 62 ⟶ 61:
local span = mw.html.create('span')
:addClass('IPA nopopups')
:attr('lang', 'nl-fonipa')
:wikitext(table.concat(phonemes))
return tostring(span)
|