Module:Sandbox/Erutuon/Glossing abbreviations: Difference between revisions

Content deleted Content added
allow parent arguments
fixed
Line 11:
 
function p.abbr(frame)
local parentargs = frame:getParent().args[1] and frame:getParent().args or frame.args
local abbreviation = frame.args[1] or parent.args[1] error("Provide an abbreviation in parameter 1")
local expanded = data[abbreviation] or error("The abbreviation "..(abbreviation or "nil").." is not recognized")
return '<abbr title="'..expanded..'">'..abbreviation..'</abbr>'