47,726
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 64: | Line 64: | ||
function make_table(data) | function make_table(data) | ||
local function link(term) | |||
local function show_form(form) | |||
local function link(term) | |||
local links = {} | |||
for alt in gmatch(term, "([^%s,]+)") do | |||
alt = term == "—" and term or "[[Contionary:" .. alt .. "|" .. alt .. "]]" | |||
table.insert(links, alt) | |||
end | |||
return table.concat(links, ", ") | |||
end | |||
if not form then | if not form then | ||
return "—" | return "—" | ||
Line 135: | Line 141: | ||
return require("Module:string utilities").format(t,{ | return require("Module:string utilities").format(t,{ | ||
title= | title=data.word, | ||
after_title="[[:Category:Chiingimec " .. genders[data.g] .. " nouns|" .. genders[data.g] .. "]]", | after_title="[[:Category:Chiingimec " .. genders[data.g] .. " nouns|" .. genders[data.g] .. "]]", | ||
all_cases=make_cases(data) | all_cases=make_cases(data) |