More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
names = "" | |||
function p.info(frame) | function p.info(frame) | ||
names=frame.args.names | |||
local t = {} | |||
local function helper(names) | |||
table.insert(t, names) return "" end | |||
if not str:gsub("%w+", helper):find"%S" then return t end | |||
end | end | ||
Revision as of 05:35, 30 December 2015
Documentation for this module may be created at Module:Test/doc