Mô đun:labels/data/lang/nl
Giao diện
- Tài liệu bên dưới được tạo bởi Bản_mẫu:label language-specific data documentation. [sửa]
- Liên kết hữu ích: trang gốc • trang con của trang gốc • liên kết • nhúng • trường hợp kiểm thử • chỗ thử
Mô đun này chứa dữ liệu nhãn ở ngôn ngữ cụ thể đối với tiếng Hà Lan. Xem Module:labels/data để biết thêm thông tin.
local labels = {}
local function alias(a, b) for _, v in ipairs(b) do labels[v] = a end end -- allows aliases to be entered as a list
labels["East and West Flanders"] = {
display = "[[w:East Flanders|East]] and [[w:West Flanders|West Flanders]]",
plain_categories = {"East and West Flemish Dutch"},
}
alias("East and West Flanders", {"Flanders", "Flemish"})
labels["Northern Dutch"] = {
display = "Northern",
Wikipedia = "Dutch dialects",
plain_categories = {"Northern Dutch"},
}
labels["Southern Dutch"] = {
display = "Southern",
Wikipedia = "Dutch dialects",
plain_categories = {"Southern Dutch"},
}
labels["archaic case form"] = {
display = "archaic",
Wikipedia = "Archaic Dutch declension",
pos_categories = {"noun case forms"},
}
labels["subjunctive"] = {
display = "dated or formal",
Wikipedia = "Subjunctive in Dutch",
}
labels["plural imperative"] = {
display = "archaic",
Wikipedia = "Dutch conjugation",
}
return labels