Module:Sandbox/Aidan9382: Difference between revisions

Content deleted Content added
Confirmation
Tag: Reverted
preprocessing, even if not given in the return, will apply the magic words onto the page
Line 75:
end
return s1 .. "\n\n" .. s2 .. "\n\n\n"
end
 
function p.moduleGivingMagicWords(frame)
local out = [[
{{DISPLAYTITLE:<i title="test">{{FULLPAGENAME}}</i>}}
{{DEFAULTSORT:ATest}}]]
if frame.args.process then
--return frame:preprocess(out)
frame:preprocess("{{DEFAULTSORT:Confirmation}}")
return "Applied"
else
return out
end
end