Module:IPAc-nl: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 32:
 
local function makeAudioLink(file)
categories["ArticlesPages including recorded pronunciations"] = true
local span = mw.html.create('span')
span
Line 45:
:css('font', 'bold 80% sans-serif')
:css('padding', '0 .1em')
:addClass('IPA')
:wikitext(string.format('[[:File:%s|i]]', file))
return tostring(span)
Line 167 ⟶ 166:
local span = mw.html.create('span')
:addClass('IPA nopopups')
:attr('lang', 'nl-fonipa')
:wikitext(string.format(
'[[Help:IPA for /Dutch|%s]]',
table.concat(words)
))