Content deleted Content added
testing |
testing Tag: Reverted |
||
Line 75:
end
return s1 .. "\n\n" .. s2 .. "\n\n\n"
end
function p.moduleGivingMagicWords(frame)
local out = [[
{{DISPLAYTITLE:<i title="test">{{FULLPAGETITLE}}</i>}}
{{DEFAULTSORT:ATest}}]]
if frame.args.process then
return frame:preprocess(out)
else
return out
end
end
|