Module:affix: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 275: | Line 275: | ||
local function glossary_link(entry, text) | local function glossary_link(entry, text) | ||
text = text or entry | text = text or entry | ||
return "[[Appendix:Glossary#" .. entry .. "|" .. text .. "]]" | return "[[wikt:Appendix:Glossary#" .. entry .. "|" .. text .. "]]" | ||
end | end | ||
| Line 1,063: | Line 1,063: | ||
data.pos = pluralize(data.pos) | data.pos = pluralize(data.pos) | ||
local text_sections, categories, borrowing_type = | local text_sections, categories, borrowing_type = generate_affix_categories(data) | ||
local parts_formatted = {} | local parts_formatted = {} | ||