Module:TableGenerator: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p. | function p.countArgs(frame) | ||
local args = frame | local args = frame.args | ||
return args[1] | |||
return | |||
end | end | ||
return p | return p |
Revision as of 02:59, 14 September 2024
Documentation for this module may be created at Module:TableGenerator/doc