View source for Module:Interlinear/data

MyWikiBiz, Author Your Legacy — Tuesday July 08, 2025
Jump to navigationJump to search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in one of the groups: Users, vuser.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

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"},
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Return to Module:Interlinear/data.