Content deleted Content added
tidy |
more specific |
||
Line 13:
p.sentence = function (frame )
local s = mw.text.trim( frame.args[1] or "" )
local s2, n = string.gsub(s, "^(.*
if n > 0 then
return s2 .. " = " .. n .. "<br>"
|
tidy |
more specific |
||
Line 13:
p.sentence = function (frame )
local s = mw.text.trim( frame.args[1] or "" )
local s2, n = string.gsub(s, "^(.*
if n > 0 then
return s2 .. " = " .. n .. "<br>"
|