Documentation for this module may be created at Module:Sandbox/Jackmcbarn/reforder/doc
local p = {}
function p.main(frame)
local _ = frame.args[2]
return frame.args[3] .. 'Done' .. frame.args[1]
end
function p.rawref(frame)
return mw.text.nowiki(mw.text.unstrip(frame:extensionTag('references')))
end
return p