ਮੌਡਿਊਲ:Interlinear/data

ਵਿਕੀਪੀਡੀਆ, ਇੱਕ ਅਜ਼ਾਦ ਗਿਆਨਕੋਸ਼ ਤੋਂ

Documentation for this module may be created at ਮੌਡਿਊਲ:Interlinear/data/doc

--[[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 = ""},
["ਨਾਂ"] = {expansion = "ਨਾਂਵ", wikipage = ""},
["ਵਿ"] = {expansion = "ਵਿਸ਼ੇਸ਼ਣ", wikipage = ""},
}
return {abbreviations = abbreviations}