Anonymous
×
Create a new article
Write your page title here:
We currently have 924 articles on WIKI - Flat MMO. Type your article name above or click on one of the titles below and start writing!



WIKI - Flat MMO
924Articles
Revision as of 08:44, 23 August 2025 by Liam (talk | contribs) (Created page with "local p = {} function p.pp(text) return mw.getCurrentFrame():preprocess(text) end return '<pre><code class=language-javascript>' .. p.pp(frame.args[1]) .. '</code></pre>'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Code/doc

1 local p = {}
2 function p.pp(text)
3     return mw.getCurrentFrame():preprocess(text)
4 end
5 return '<pre><code class=language-javascript>' .. p.pp(frame.args[1]) .. '</code></pre>'