Module:Sandbox/Alexiscoutinho
Appearance
local p = {}
function p.test(frame)
local lang = mw.getContentLanguage()
local frame = mw.getCurrentFrame()
return [[{| class="wikitable"
|+ Caption text
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}]]
end
return p