View source for Module:Interlinear/data
MyWikiBiz, Author Your Legacy — Tuesday July 08, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
--[[The table here is traversed by the function that expands glossing abbreviations.
If the abbreviation isn't found in this list and it begins with an "N" then the function
will discard the "N" and search again, returning the result prefixed with "non-" (ex. "NFUT"
is not found, so it will search for "FUT" and return "non-future"). A few abbreviations
are exempt from this behaviour and they're marked by the ExcludeNegation key.]]--
local abbreviations = {
["0"] = {expansion = "", wikipage = ""},
["1"] = {expansion = "first person", wikipage = "Grammatical person"},
["2"] = {expansion = "second person", wikipage = "Grammatical person"},
["3"] = {expansion = "third person", wikipage = "grammatical person"},
["3OBV"] = {expansion = "third person obviative", wikipage = "Obviative"},
["A"] = {expansion = "agent-like argument of canonical transitive verb", wikipage = "A (glossing abbreviation)", ExcludeNegation = true},
["ABE"] = {expansion = "abessive case ('without')", wikipage = "abessive case"},
["ABL"] = {expansion = "ablative case", wikipage = "ablative case"},
["ABS"] = {expansion = "absolutive case", wikipage = "absolutive case"},
["ACC"] = {expansion = "accusative case", wikipage = "accusative case"},
["ACCOM"] = {expansion = "accompanier", wikipage = ""},
["ACT"] = {expansion = "active/actor", wikipage = "active voice", ambiguous = true},
["ADJ"] = {expansion = "adjective", wikipage = "adjective"},
["ADE"] = {expansion = "adessive case", wikipage = "adessive case"},
["ADM"] = {expansion = "admonitive mood (warning)", wikipage = "admonitive mood"},
000
1:0
Templates used on this page:
Return to Module:Interlinear/data.