Module:Sharpness documentation: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 115: | Line 115: | ||
if string.lower(suffix) ~= "" then | if string.lower(suffix) ~= "" then | ||
-- If we are on a different version of a template (e.g. "extended" ones that show more arrows than the minimum) | -- If we are on a different version of a template (e.g. "extended" ones that show more arrows than the minimum) | ||
result = result .. string.format("{{#ifexist: % | result = result .. string.format("{{#ifexist: %s|* [[%s]] – ", basic, basic) | ||
.. "the basic version of this template.|}}" | .. "the basic version of this template.|}}" | ||
else | else | ||