Module:Hatnote: Difference between revisions
Jump to navigation
Jump to search
m
fix typo in function name
>Mr. Stradivarius (prevent categories escaped with the colon trick being displayed as "article") |
>Mr. Stradivarius m (fix typo in function name) |
||
Line 206: | Line 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)) |