15.075
Bearbeitungen
(+ Person(en)) |
(Mehrzahl) |
||
| Zeile 84: | Zeile 84: | ||
t = t .. "<br>'''".. n_basis_ort_geschlecht .. " " | t = t .. "<br>'''".. n_basis_ort_geschlecht .. " " | ||
if attr["Aufschlüsselung"] == "Personen" then | if attr["Aufschlüsselung"] == "Personen" then | ||
t = t .. " | t = t .. "Person(en) mit " | ||
end | end | ||
t = t .. " | t = t .. "Auszeichnung(en) gefunden" | ||
if attr["Geschlecht"] == nil then | if attr["Geschlecht"] == nil then | ||
local n_basis_ort_weiblich = mw.smw.ask(page_selector_basis .. page_selector_ort .. page_selector_weiblich .. "| format=count | limit=10000") | local n_basis_ort_weiblich = mw.smw.ask(page_selector_basis .. page_selector_ort .. page_selector_weiblich .. "| format=count | limit=10000") | ||
| Zeile 98: | Zeile 98: | ||
t = t .. ", " .. n_basis_ort_maennlich .. " (" .. p_basis_ort_maennlich.. " %) Männer" | t = t .. ", " .. n_basis_ort_maennlich .. " (" .. p_basis_ort_maennlich.. " %) Männer" | ||
t = t .. " und " .. n_basis_ort_divers .. " (" .. p_basis_ort_divers.. " %) Divers" | t = t .. " und " .. n_basis_ort_divers .. " (" .. p_basis_ort_divers.. " %) Divers" | ||
if | if n_basis_ort_unbekannt > 1 then | ||
t = t .. " '''(bei " .. n_basis_ort_unbekannt .. " Person(en) nicht bekannt)'''" | |||
t = t .. " '''(bei " .. n_basis_ort_unbekannt .. " | |||
end | end | ||
end | end | ||