Content deleted Content added
Jackmcbarn (talk | contribs) test the speed of this with and without the monkey patch |
Jackmcbarn (talk | contribs) show the count if we know it, via more monkeypatching |
||
Line 1,385:
v[1] = containerArgs[1]
retval[k] = tostring(locmap.mark(frame, v, map))
end
if mw.html.count then
retval[#retval + 1] = 'Count is ' .. mw.html.count
end
frame.args.caption = containerArgs.caption
|