Module:Sandbox/A smart kitten: Difference between revisions

Content deleted Content added
test
Tags: Mobile edit Mobile web edit Advanced mobile edit
another test (copied content from Module:Noinclude, see that page's history for attribution)
 
(3 intermediate revisions by the same user not shown)
Line 1:
local a = {}
return "<noinclude>test</noinclude>"
 
function a.main(frame)
frame:getParent():preprocess("<noinclude>" .. "[[Category:X1]]" .. "</noinclude>")
end
 
return a