Module:dialect synonyms/und
Appearance
- The following documentation is located at Module:dialect synonyms/und/documentation. [edit] Categories were auto-generated by Module:documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
Synonyms (testing module) of word (“unit of language”) | |||
---|---|---|---|
view map; edit data | |||
Column A | Column B | Column C | Column D |
Group A - foo | 1 | 詞 / 词 (cí) | |
2 | this | ||
3 | [N/A] | ||
4 | doublet m (noun) | ||
Group B - bar | Lorem | Ipsum | is |
Dolor | Sit | a | |
Amet | test | ||
Group C - fallbacks | Fallback to module name | word | |
This is a note. | |||
This is example data for Module:dialect synonyms. |
local export = {}
local d = require("Module:dialect synonyms/mul")
export.title = "Synonyms (testing module) of %s"
export.columns = {
"Column A",
"Column B",
"Column C",
"Column D",
}
export.notes = {
"This is example data for [[Module:dialect synonyms]].",
}
export.varieties = {
{
name = "A",
text_display = "Group A - foo",
colour = d.colours[1],
{
name = "1",
link = "One (disambiguation)",
colspan = 2,
code = "zh",
},
{
name = "2",
link = "Two (disambiguation)",
colspan = 2,
nolink = true,
},
{
name = "3",
link = "Three (disambiguation)",
colspan = 2,
},
{
name = "4",
link = "Four (disambiguation)",
colspan = 2,
code = "en",
},
},
{
name = "B",
text_display = "Group B - bar",
colour = d.colours[2],
{
name = "Lorem",
{
name = "Ipsum",
},
},
{
name = "Dolor",
{
name = "Sit",
},
{
name = "Amet",
},
},
},
{
name = "C",
text_display = "Group C - fallbacks",
colour = d.colours[3],
default = "module name",
{
name = "Fallback to module name",
default = "module name",
colspan = 2,
},
},
}
return export