10,731
edits
TheNightAvl (talk | contribs) No edit summary Tag: Reverted |
TheNightAvl (talk | contribs) (Undo revision 11230 by TheNightAvl (talk)) Tag: Undo |
||
Line 70: | Line 70: | ||
else -- auto mode | else -- auto mode | ||
local here = args["test"] or mw.title.getCurrentTitle().subpageText | local here = args["test"] or mw.title.getCurrentTitle().subpageText | ||
local data = mw.loadData("Module:also/data") | |||
--[[ | |||
local termlist = mw.loadData("Module:also/data") | local termlist = mw.loadData("Module:also/data") | ||
Line 79: | Line 82: | ||
table.insert(data[code], term) | table.insert(data[code], term) | ||
end | end | ||
]]-- | |||
local here_key = "" | local here_key = "" |