Module:Tour stats: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 382: Line 382:
local get_row = require('Module:Live show row')._main
local get_row = require('Module:Live show row')._main
local list = root:tag('ul')
local list = root:tag('ul')
root:tag('h3'):wikitext(#list)
for r = 1, #results do
for r = 1, #results do
local result = results[r]
local result = results[r]
root:tag('h2'):wikitext(get_row(result))
list:node(get_row(result))
list:node(get_row(result))
end
end