local mAbout = require('Module:About')local mHatnote = require('Module:Hatnote')local mArguments = require('Module:Arguments')local p =
local s =
function p.aboutOtherPeople (frame) local args = mArguments.getArgs(frame) --if not args[1], a different template would be better! if not args[1] then return mHatnote.makeWikitextError(s.emptySubject, s.templateName, args.category ) end --get pages from arguments if applicable, with attempted default to args[2] local pages = for k, v in pairs(args) do if type(k)
0 then pages = end --translate args into args for _about. [2] is nil to force otherText. local returnArgs = local options = return mAbout._about(returnArgs, options)end
return p