Module:pollasena-roots/templates: Difference between revisions
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "sekh", options = {} }, | {code = "sekh", options = {}}, | ||
{ code = "wasc", options = {optional = true, roots = true } } | {code = "wasc", options = {optional = true, roots = true}} | ||
} | } | ||
| Line 25: | Line 25: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "lyti-mid", options = {} }, | {code = "lyti-mid", options = {}}, | ||
{ code = "lyti-old", options = {} }, | {code = "lyti-old", options = {}}, | ||
{ code = "cel-pro", options = {annotated = true} }, | {code = "cel-pro", options = {annotated = true}}, | ||
{ code = "ine-pro", options = {roots = true} }, | {code = "ine-pro", options = {roots = true}}, | ||
} | } | ||
| Line 41: | Line 41: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "lyti-mid", options = {optional = not parent_args.mid} }, | {code = "lyti-mid", options = {optional = not parent_args.mid}}, | ||
{ code = "lyti-old", options = {optional = not parent_args.old} }, | {code = "lyti-old", options = {optional = not parent_args.old}}, | ||
{ code = source_code, options = {} }, | {code = source_code, options = {}}, | ||
} | } | ||
| Line 61: | Line 61: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "wasc", options = {roots = true } } | {code = "wasc", options = {roots = true}} | ||
} | } | ||
| Line 73: | Line 73: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "nent-pro", options = {roots = true } } | {code = "nent-pro", options = {roots = true}} | ||
} | } | ||
| Line 85: | Line 85: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "ine-pro", options = { roots = true } } | {code = "ine-pro", options = {roots = true}} | ||
} | } | ||
| Line 97: | Line 97: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "wasc", options = {optional = true, roots = true } } | {code = "wasc", options = {optional = true, roots = true}} | ||
} | } | ||
| Line 109: | Line 109: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "wasc", options = {optional = true, roots = true } } | {code = "wasc", options = {optional = true, roots = true}} | ||
} | } | ||
| Line 121: | Line 121: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "qsc", options = {} }, | {code = "qsc", options = {}}, | ||
{ code = "sekh", options = {optional = true} }, | {code = "sekh", options = {optional = true}}, | ||
{ code = "wasc", options = {optional = true, roots = true } } | {code = "wasc", options = {optional = true, roots = true}} | ||
} | } | ||
| Line 135: | Line 135: | ||
local ancestor_codes = { | local ancestor_codes = { | ||
{ code = "azms-old", options = { optional = true } }, | {code = "azms-old", options = {optional = true}}, | ||
{ code = "arto-pro", options = { optional = true } }, | {code = "arto-pro", options = {optional = true}}, | ||
{ code = "mish-pro", options = { optional = true } }, | {code = "mish-pro", options = {optional = true}}, | ||
{ code = "ine-pro", options = { roots = true } } | {code = "ine-pro", options = {optional = true, roots = true}} | ||
} | } | ||