Difference between revisions of "Module:TNT"

No change in size ,  04:54, 13 January 2017
Try ucfirst to bypass some unknown cache
>Yurik
>Krinkle
(Try ucfirst to bypass some unknown cache)
Line 60: Line 60:


function p.doc(frame)
function p.doc(frame)
dataset = 'templatedata/' .. normalizeDataset(frame.args[1])
dataset = 'Templatedata/' .. normalizeDataset(frame.args[1])
local data = loadData(dataset)
local data = loadData(dataset)
local names = {}
local names = {}
Anonymous user