มอดูล:category tree/data
หน้าตา
- The following documentation is located at มอดูล:category tree/data/documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module lists the categories that are inside หมวดหมู่:มูลฐาน, to allow Module:category tree to put "มูลฐาน" in the breadcrumbs at the top of category pages.
local data = {
"กลุ่มภาษาทั้งหมด", --All language families
"ภาษาทั้งหมด", --All languages
"อักษรทั้งหมด", --All scripts
"หมวดหมู่ที่มีเพียงหมวดหมู่ย่อย", --Categories only containing subcategories
"กล่องอักขระ", --Character boxes
"อักขระแบ่งตามอักษร", --Characters by script
"Entries with audio examples",
"Entries with redirects",
"การบำรุงรักษาข้อมูลแบ่งตามภาษา", --Entry maintenance by language
"ภาพพจน์แบ่งตามภาษา", --Figures of speech by language
"อากัปกิริยา", --Gestures
"คำหลักแบ่งตามภาษา", --Lemmas by language
"ตัวอักษร", --Letters
"Lists",
"รูปผันแบ่งตามภาษา", --Non-lemma forms by language
"Phrasebooks by language",
"Protologisms",
"ภาษาเฉพาะถิ่น", --Regionalisms
"สัมผัสแบ่งตามภาษา", --Rhymes by language
"ประโยคแบ่งตามภาษา", --Sentences by language
"ชุดทั้งหมด", --All sets
"การย่อแบ่งตามภาษา", --Shortenings by language
"สัญลักษณ์แบ่งตามภาษา", --Symbols by language
"Synchronized entries by language",
"ศัพท์แบ่งตามรากศัพท์แบ่งตามภาษา", --Terms by etymology by language
"ศัพท์แบ่งตามสมบัติแบ่งตามภาษา", --Terms by lexical property by language
"ศัพท์แบ่งตามหน้าที่เชิงความหมายแบ่งตามภาษา", --Terms by semantic function by language
"ศัพท์แบ่งตามการใช้แบ่งตามภาษา", --Terms by usage by language
"หัวข้อทั้งหมด", --All topics
"บล็อกยูนิโคด", --Unicode blocks
"ชื่อไม่รองรับ", --Unsupported titles
"วิกิพจนานุกรม", --Wiktionary
"Wiktionary pages that don't exist",
"Wiktionary-namespace discussion pages",
}
for i, category in ipairs(data) do
data[i] = nil
data["หมวดหมู่:" .. category] = true
end
return data