Module:Hatnote list: Difference between revisions
Jump to navigation
Jump to search
fix
>Galobtter (add "." and collapse punctuation for extratext) |
>Galobtter (fix) |
||
Line 177: | Line 177: | ||
end | end | ||
end | end | ||
table.insert(strList, punctuationCollapse(options.extratext..'.')) | if options.extratext then table.insert(strList, punctuationCollapse(options.extratext..'.')) end | ||
-- Return the concatenated list | -- Return the concatenated list | ||
return table.concat(strList, ' ') | return table.concat(strList, ' ') |