Module:User:Kai/sandbox: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
No edit summary
Blanked the page
Tag: Blanking
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
local p = {}


function test(frame)
local root = mw.html.create("div")
:addclass("test-class")
:css({
["padding"] = "10px",
["border"] = "1px solid red",
["width"] = "100px",
["height"] = "100px",
})
return tostring(root)
end
return p

Latest revision as of 21:31, 27 August 2026

Documentation for this module may be created at Module:User:Kai/sandbox/doc