Module:Sharpness documentation: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 97: Line 97:
end
end
if s >= 3 then
if s >= 3 then
out_str = out_str .. "\n* [[Template:Sharpness-" .. typ .. value .. "-" .. suffix .. "]] "
local basic = "Template:Sharpness-" .. typ .. value .. "-" .. suffix
.. "– the classic version of this template that attaches arrows to accidentals."
out_str = out_str .. "\n{{#ifexist: " .. basic .. "|* [[" .. basic .. "]] "
.. "– the classic version of this template that attaches arrows to accidentals.|}}"
end
end
end
end