View source for Module:Separated entries/testcases
Appearance
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = require('Module:ScribuntoUnit'):new()
local m = require('Module:Separated entries')
local function callWithArgs(args, separator, conjunction, start)
local frame = (mw.getCurrentFrame()
:newChild{ args = args }
:newChild{ args = { separator = separator, conjunction = conjunction, start = start } })
return m.main(frame)
end
local function callWithArgsBr(args, start)
local frame = (mw.getCurrentFrame()
:newChild{ args = args }
:newChild{ args = { start = start } })
return m.br(frame)
end
local function callWithArgsComma(args, start)
local frame = (mw.getCurrentFrame()
:newChild{ args = args }
:newChild{ args = { start = start } })
return m.comma(frame)
000
1:0
Template used on this page:
Return to Module:Separated entries/testcases.