Module:Module introspection: Difference between revisions
m bugfix |
mNo edit summary |
||
| Line 104: | Line 104: | ||
-- If the function is invokable (it has one param called "frame"), add | -- If the function is invokable (it has one param called "frame"), add | ||
-- "invokable" to that cell | -- "invokable" to that cell | ||
if | if string.lower(params_string) == ("frame") then | ||
func = func .. " '''(invokable)'''" | func = func .. " '''(invokable)'''" | ||
end | end | ||