45,645
edits
(Created page with "--[=[ This module lists the more common recognized inflection tags, along with their shortcut aliases, the corresponding glossary entry or page describing the tag, and the co...") |
No edit summary |
||
Line 200: | Line 200: | ||
glossary = "nonvirile", | glossary = "nonvirile", | ||
shortcuts = {"nv"}, | shortcuts = {"nv"}, | ||
} | |||
tags["terrestrial"] = { | |||
tag_type = "gender", | |||
glossary = "gender", | |||
shortcuts = {"terr"}, | |||
} | |||
tags["solar"] = { | |||
tag_type = "gender", | |||
glossary = "gender", | |||
shortcuts = {"sol"}, | |||
} | |||
tags["lunar"] = { | |||
tag_type = "gender", | |||
glossary = "gender", | |||
shortcuts = {"lun"}, | |||
} | |||
tags["aquatic"] = { | |||
tag_type = "gender", | |||
glossary = "gender", | |||
shortcuts = {"aq"}, | |||
} | } | ||
Line 206: | Line 230: | ||
shortcuts["fn"] = "f//n" | shortcuts["fn"] = "f//n" | ||
shortcuts["mfn"] = "m//f//n" | shortcuts["mfn"] = "m//f//n" | ||
shortcuts["ta"] = "terr//aq" | |||
shortcuts["ls"] = "lun//sol" | |||