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 = {} | ||
p.countArgs = function(frame) | |||
local | local arg = frame.args[1] | ||
return | return arg | ||
end | end | ||
p.get_attr_category = function(frame) | |||
local attr_name = frame.args[1] | |||
return attr_name | |||
end | |||
return p | return p |
Revision as of 03:02, 14 September 2024
Documentation for this module may be created at Module:TableGenerator/doc