Module:Johnuniq/t-simplex
Appearance
Documentation for this module may be created at Module:Johnuniq/t-simplex/doc
-- Same as Module:Johnuniq/t-simple but use a different big table.
local m = require("Module:languagesx")
return {
tsimple = function (frame)
local args = frame:getParent().args
local langcode = args[1] or 'apq'
local word = args[2] or 'ino'
return "[[" .. word .. "#" .. m[langcode]["names"][1] .. "|" .. word .. "]]"
end
}