Module:CommunosTestModule: Difference between revisions

From The First Descendant Wiki
(test module for communos)
 
No edit summary
Line 2: Line 2:
local tab_amount = 5
local tab_amount = 5


return "<tabber>|-|Tab1=Tab1|-|Tab2=Tab2|-|Tab3=Tab3</tabber>"
return {"<tabber>|-|Tab1=Tab1|-|Tab2=Tab2|-|Tab3=Tab3</tabber>"}

Revision as of 23:54, 3 June 2024

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

local p = {}
local tab_amount = 5

return {"<tabber>|-|Tab1=Tab1|-|Tab2=Tab2|-|Tab3=Tab3</tabber>"}