861
edits
Hypermoron (talk | contribs) m (1 revision imported) |
Hypermoron (talk | contribs) No edit summary |
||
Line 50: | Line 50: | ||
args = mTableTools.compressSparseArray(args) | args = mTableTools.compressSparseArray(args) | ||
local about = table.remove(args, 1) | local about = table.remove(args, 1) | ||
--Assemble everything together and return | --Assemble everything together and return | ||
local text = string.format( | local text = string.format( | ||
'This %s is about %s | 'This %s is about %s, not to be confused with %s.', | ||
pageType, | pageType, | ||
about, | about, | ||
mHatlist.orList(args, true) | mHatlist.orList(args, true) | ||
) | ) |