Module:Sandbox/Jackmcbarn: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
test vary-revision
Jackmcbarn (talk | contribs)
just display it instead of finding stuff in it
Line 2:
 
function p.main(frame)
return 'Content is <code>' .. mw.ustringtext.findnowiki(mw.title.getCurrentTitle():getContent(), 'foobar', 1, true) and 'yes' or.. 'no</code>'
end