Module:Hani-sortkey/templates
Appearance
- පහත දැක්වෙන උපදෙස්, Module:Hani-sortkey/templates/documentation හි පිහිටා ඇත. Module:Hani-sortkey/templates/documentation]]. [සංස්කරණය]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains template-callable functions for demonstrating Module:Hani-sortkey.
local export = {}
local m_sortkey = require("Module:Hani-sortkey")
local m_sortkey_sandbox = require("Module:Hani-sortkey/sandbox")
local lang = require("Module:languages").getByCode("zh")
local sc = require("Module:scripts").getByCode("Hani")
local function tag(text)
return require("Module:script utilities").tag_text(text, lang, sc)
end
local function link(text)
return require("Module:links").full_link{ term = text, lang = lang, sc = sc, tr = "-" }
end
local a = {}
a[1] = '命裡有時終須有,命裡無時莫強求' -- punctuation
a[2] = 'gas爐' -- non-cjk
a[3] = 'γ粒子' -- non-cjk
a[4] = 'PS/2接口' -- non-cjk + symbols
a[5] = '濕𣲷𣲷' -- exotic unicode
a[6] = '得個……字' -- punctuation?
a[7] = '赛车' -- simplified
function export.showSorting(frame)
local terms = {}
if frame.args[1] then
for i, term in ipairs(frame.args) do
table.insert(terms, mw.text.trim(term))
end
else
terms = a
end
local module = frame.args.sandbox and m_sortkey_sandbox or m_sortkey
local function comp(term1, term2)
return (module.makeSortKey(term1)) < (module.makeSortKey(term2))
end
table.sort(terms, comp)
for i, term in pairs(terms) do
local title = mw.title.new(term)
local exists = title and title.exists
terms[i] = "\n* " .. ( exists and link(term) or tag(term) ) .. " (<code>" .. (module.makeSortKey(term)) .. "</code>)"
end
return table.concat(terms)
end
function export.showDataModules(frame)
local chars = {}
local codepoints = {}
local modules = {}
for char in mw.ustring.gmatch(frame.args[1], ".") do
table.insert(chars, char)
table.insert(codepoints, mw.ustring.codepoint(char))
table.insert(modules, m_sortkey.getData(char, true) or "")
end
local out = {}
for i, char in ipairs(chars) do
local exists = mw.title.new(char).exists
table.insert(out, "\n* " .. ( exists and link(char) or tag(char) ) .. " (" .. codepoints[i] .. " in [[" .. modules[i] .. "]])")
end
return table.concat(out)
end
function export.sortkey(frame)
return (m_sortkey.makeSortKey(frame.args[1], frame.args[2], frame.args[3]))
end
function export.showIDSLinks(frame)
local out = {}
for IDS, sortkey in pairs(mw.loadData("Module:Hani-sortkey/data/unsupported")) do
table.insert(out, "\n* " .. link(IDS) .. " → <code>" .. sortkey .. "</code>")
end
return table.concat(out)
end
return export
ප්රවර්ග:
- අක්ෂරක්රමය අනුව සෝට්කී-ජනක මොඩියුල
- හන් අක්ෂරක්රමය මොඩියුල
- සෝට්කී-ජනක මොඩියුල
- Chinese Pidgin English මොඩියුල
- Yonaguni මොඩියුල
- Daur මොඩියුල
- Southern Pinghua මොඩියුල
- Jie මොඩියුල
- Datian Min මොඩියුල
- Central Bai මොඩියුල
- සර්ව භාෂාමය මොඩියුල
- Tuoba මොඩියුල
- Ai-Cham මොඩියුල
- Shaozhou Tuhua මොඩියුල
- Zhuang මොඩියුල
- Gaya මොඩියුල
- Sichuanese මොඩියුල
- Northern Pinghua මොඩියුල
- Goguryeo මොඩියුල
- Kikai මොඩියුල
- වියට්නාම මොඩියුල
- Yoron මොඩියුල
- Taishanese මොඩියුල
- Huizhou මොඩියුල
- Kyakala මොඩියුල
- Sanxiang Min මොඩියුල
- Nùng මොඩියුල
- Literary Chinese මොඩියුල
- Zakhring මොඩියුල
- Gan මොඩියුල
- Baekje මොඩියුල
- Old Chinese මොඩියුල
- Wuhuan මොඩියුල
- Lama Bai මොඩියුල
- Hakka මොඩියුල
- Zhenan Min මොඩියුල
- Yemaek මොඩියුල
- Jin මොඩියුල
- Macau Pidgin Portuguese මොඩියුල
- චීන මොඩියුල
- Puxian Min මොඩියුල
- Northern Min මොඩියුල
- ජපන් මොඩියුල
- Kunigami මොඩියුල
- Okinoerabu මොඩියුල
- Classical Tibetan මොඩියුල
- Middle Chinese මොඩියුල
- Hachijō මොඩියුල
- Miyako මොඩියුල
- ඔකිනවා මොඩියුල
- E මොඩියුල
- Wu මොඩියුල
- Teochew මොඩියුල
- මින් නන් මොඩියුල
- Northern Amami Ōshima මොඩියුල
- Tuyuhun මොඩියුල
- Xianbei මොඩියුල
- Bouyei මොඩියුල
- Xiang මොඩියුල
- Bala මොඩියුල
- Tokunoshima මොඩියුල
- Hokkien මොඩියුල
- Yaeyama මොඩියුල
- Central Min මොඩියුල
- Longyan Min මොඩියුල
- Middle Mongol මොඩියුල
- කැන්ටනීස් මොඩියුල
- Eastern Min මොඩියුල
- Waxiang මොඩියුල
- Southern Amami Ōshima මොඩියුල
- Sui මොඩියුල
- මැන්ඩරීන් මොඩියුල
- Tày මොඩියුල
- Middle Vietnamese මොඩියුල
- Alchuka මොඩියුල
- Bailang මොඩියුල
- Old Japanese මොඩියුල
- Biao-Jiao Mien මොඩියුල
- Panyi Bai මොඩියුල
- Caolan මොඩියුල
- Old Uyghur මොඩියුල
- Khitan මොඩියුල
- Hailufeng Min මොඩියුල
- Biyo මොඩියුල
- Buyeo මොඩියුල
- Dungan මොඩියුල
- Zauzou මොඩියුල
- Southern Bai මොඩියුල
- Rouran මොඩියුල
- Template interface modules