Modul:Hatnote list: Unterschied zwischen den Versionen
add "." and collapse punctuation for extratext
(add "extratext" functionality to "ForSee" to allow text to be added after it) |
(add "." and collapse punctuation for extratext) |
||
| Zeile 177: | Zeile 177: | ||
end | end | ||
end | end | ||
table.insert(strList, options.extratext) | table.insert(strList, punctuationCollapse(options.extratext..'.')) | ||
-- Return the concatenated list | -- Return the concatenated list | ||
return table.concat(strList, ' ') | return table.concat(strList, ' ') | ||