View source for Module:etymology
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local export = {}
local m_inline = require("Module:inline")
local m_languages = require("Module:languages")
local m_links = require("Module:links")
local m_parameters = require("Module:parameters")
local plaenk_alt = mw.loadData("Module:lnk-pro-morph/data").alt
local root_reminder = "Have you forgotten to use <code><nowiki>{{root|" .. args[1] .. "|lnk-pro}}</nowiki></code>? Remember to use it even in derived terms and compounds."
local new_pos_data = {
["adjective"] = {
categories = {"adjectivisations"},
},
["noun"] = {
categories = {"nominalisations"},
},
["verb"] = {
categories = {"verbalisations"},
},
}
000
1:0
Templates used on this page:
Return to Module:etymology.