Module:pollasena-roots
Jump to navigation
Jump to search
- The following documentation is located at Module:pollasena-roots/doc.[edit]
- Useful links: subpage list • links • transclusions • testcases • sandbox
This module implemented inherited templates for Pollasena languages:
{{qsc-inh}}
, {{gwax-wasc}}
. It was generalized to also include other non-Pollasena languages: {{guim-inh}}
.
local gsub = mw.ustring.gsub
local PAGENAME = gsub(mw.title.getCurrentTitle().text, "%s", " ")
local match = mw.ustring.match
local gmatch = mw.ustring.gmatch
local lang = require("Module:languages").getByCode("socl")
local export = {}
local function link(term)
return "[[Contionary:" .. term .. "|" .. term .. "]]"
end
function export.getLink(text)
-- WIP
return require("Module:utilities").format_categories(pass.categories, lang)
end
return export