Module:Sharpness documentation: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 97: | Line 97: | ||
-- Display the "see also" section for sharpness-2 and above | -- Display the "see also" section for sharpness-2 and above | ||
if s >= 2 then | if s >= 2 or s <= -2 then | ||
local basic = "Template:Sharpness-" .. typ .. value | local basic = "Template:Sharpness-" .. typ .. value | ||
local basic_suf = basic .. "-" .. suffix | local basic_suf = basic .. "-" .. suffix | ||