Module:Sandbox/QuickQuokka/Sandbox

From TestWiki

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

local p = {}

x = [[Hello

<span style="color:red">World</span>

{| class="wikitable"
|+ Caption text
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
]]

function p.test()
	return x
end


return p