Module:Sandbox/Aidan9382: Difference between revisions

Content deleted Content added
woops, thats a bad idea
would this do the job
Line 49:
end
function functions:RawInfo()
returnlocal testelement = mw.html.create("syntaxhighlight"):wikitext(Dump(mw.html.create("syntaxhighlight"),5))
testelement.attributes = {lang="text"}
return testelement:wikitext(Dump(mw.html.create("syntaxhighlight"),5))
end