Content deleted Content added
Create |
tweak |
||
Line 30:
end
else
return red('Missing required pageviews file.') ..
' See [[Template:Xviews#Instructions|Instructions]].' end
Line 47 ⟶ 48:
end
function p._viewCount(title) -- {{xviews/view count}}
local str = mw.ustring.gsub(getContent(title), '.?202%d%-%d%d%-%d%d', '')
str = mw.ustring.gsub(str, ',', '', 1)
Line 57 ⟶ 58:
end
function p._xvmain(title, ct) --
end
|