Jump to content

Module:Sandbox

From mediawiki.org
Module documentation

This is a sandbox module for testing of lua.
You can cteate your own sandbox like this:
Module:Sandbox/Username.

local p = {}  function p.run() return 'This is a sandbox module for testing of lua.<br />You can cteate your own sandbox like this:<br /><code>Module:Sandbox/Username</code>.' end return p