Module:IPA: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 349: Line 349:
if split_output then -- for use of IPA in links  
if split_output then -- for use of IPA in links  
return '<span class="IPA">' .. pron .. '</span>', table.concat(categories), err
return '<span style=\"font-size:110%;font-family:Gentium,\'DejaVu Sans\',\'Segoe UI\',sans-serif>' .. pron .. '</span>', table.concat(categories), err
else
else
return '<span class="IPA">' .. pron .. '</span>' .. err .. table.concat(categories)
return '<span style=\"font-size:110%;font-family:Gentium,\'DejaVu Sans\',\'Segoe UI\',sans-serif>' .. pron .. '</span>' .. err .. table.concat(categories)
end
end
end
end

Navigation menu