Module:Sharpness documentation: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 91: | Line 91: | ||
-- display the "see also" section for sharpness-3 and above | -- display the "see also" section for sharpness-3 and above | ||
if extension == "a" or extension == "A" | if (extension == "a" or extension == "A") and s >= 2 then | ||
out_str = out_str .. "\n\n<h3>See also</h3>\n" | out_str = out_str .. "\n\n<h3>See also</h3>\n" | ||
if s >= 2 then | if s >= 2 then | ||