Content deleted Content added
more specific |
let's see the html |
||
Line 13:
p.sentence = function (frame )
local s = mw.text.trim( frame.args[1] or "" )
local s2, n = string.gsub(s, "^(.*<li>)(.*)", "<nowiki>first part = %1 >> second part >> %2</nowiki>" )
if n > 0 then
return s2 .. " = " .. n .. "<br>"
|