Module:Infobox chord: Difference between revisions
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
local name = frame.args["Name"] | local name = frame.args["Name"] | ||
if value_provided(name) then | if utils.value_provided(name) then | ||
local caption = "Name" | local caption = "Name" | ||
if name:match(",") then | if name:match(",") then |