Modul:Detect singular: Unterschied zwischen den Versionen

wrong name
(oops)
(wrong name)
Zeile 13: Zeile 13:


function p._main(args)
function p._main(args)
local checkComma = not yesNo(args.nocomma,true)
local checkComma = not yesNo(args.no_comma,true)
local checkBullets = yesNo(args.bullets,true)
local checkBullets = yesNo(args.bullets,true)
local s = args[1]  -- the input string
local s = args[1]  -- the input string
Anonymer Benutzer