Module:Sharpness documentation: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 110: | Line 110: | ||
out_str = out_str .. "{{#ifexist: " .. basic .. "-extended|* [[" .. basic .. "-extended]] – " | out_str = out_str .. "{{#ifexist: " .. basic .. "-extended|* [[" .. basic .. "-extended]] – " | ||
.. "an alternate version of this template that includes " | .. "an alternate version of this template that includes " | ||
if s == 3 then | |||
out_str = out_str .. "double" | |||
elseif s == 5 then | |||
out_str = out_str .. " | out_str = out_str .. "triple" | ||
end | |||
out_str = out_str .. " arrows.|}}" | |||
end | end | ||
end | end | ||
end | end | ||