Module:Sharpness documentation: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 76: | Line 76: | ||
-- display custom notes | -- display custom notes | ||
if note or aux_note then | if note or aux_note then | ||
out_str = out_str .. " " .. note ..(aux_note and "\n\n" .. aux_note or "") | out_str = out_str .. " " .. note ..(aux_note ~= "" and "\n\n" .. aux_note or "") | ||
end | end | ||