10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 43: | Line 43: | ||
end | end | ||
function export.langtree(list) | |||
local structure = {} | |||
for _, lang in ipairs(list) do | |||
end | |||
end | end | ||
function export. | function export.desctree(frame) | ||
local args = getArgs(frame) | local args = getArgs(frame) | ||
local out = "" | local out = "" | ||
Line 87: | Line 91: | ||
mw.logObject(items) | mw.logObject(items) | ||
-- BEGIN TRIAGE -- | |||
end | end | ||