Module:category tree/lang/sego: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 June 2026

  • curprev 09:5509:55, 24 June 2026 Sware talk contribs 497 bytes +21 No edit summary
  • curprev 09:5209:52, 24 June 2026 Sware talk contribs 476 bytes +6 No edit summary
  • curprev 09:5109:51, 24 June 2026 Sware talk contribs 470 bytes +470 Created page with "local labels = {} local noun_declensions = { "-os" } for _, g in ipairs{"masculine", "feminine"} do for _, decl in ipairs(noun_declensions) do labels[g .. " " .. decl .. " nouns"] = { description = "{{{langname}}} " .. g .. " nouns that end in {{l|sego|" .. decl .. "}}.", parents = {{name = "nouns by inflection type"}, {name = g .. " nouns"}}, displaytitle = g .. " ''" .. decl .. "'' nouns", breadcrumb = decl, } end end return {LABELS = labels}"