Content deleted Content added
check |
break up first part |
||
Line 13:
p.sentence = function (frame )
local s = mw.text.trim( frame.args[1] or "" )
if n > 0 then
return
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then
|
check |
break up first part |
||
Line 13:
p.sentence = function (frame )
local s = mw.text.trim( frame.args[1] or "" )
if n > 0 then
return
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then
|