Module:User:Kai/sandbox: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
local p = {}
local p = {}


function test(frame)
function p.test(frame)
local root = mw.html.create("div")
local root = mw.html.create("div")
:addclass("test-class")
:addclass("test-class")