Modul:Hatnote: Unterschied zwischen den Versionen
prevent categories escaped with the colon trick being displayed as "article" |
K fix typo in function name |
||
| Zeile 206: | Zeile 206: | ||
local pages = mTableTools.compressSparseArray(args) | local pages = mTableTools.compressSparseArray(args) | ||
if #pages < 1 then | if #pages < 1 then | ||
return | return makeWikitextError('no pages specified') | ||
end | end | ||
return p._further(unpack(pages)) | return p._further(unpack(pages)) | ||