(Created page with "local p = {} function p.tabs (f) return f end return p") |
No edit summary |
||
| Line 2: | Line 2: | ||
function p.tabs (f) | function p.tabs (f) | ||
return f | return f.args | ||
end | end | ||
return p | return p | ||
Revision as of 11:14, 18 September 2024
Documentation for this module may be created at Module:Tabs/doc
local p = {}
function p.tabs (f)
return f.args
end
return p