"模組:Hatnote list" pán-pún chi-kan bô-kāng--ê tē-hng

刪去的內容 新增的內容
無編輯摘要
無編輯摘要
Tē 23 chōa:
--default options table used across the list stringification functions
local stringifyListDefaultOptions = {
conjunction = "andkap",
separator = ",",
altSeparator = ";",
Tē 70 chōa:
 
-- Stringifies lists with "and" or "or"
function p.andList (...) return conjList("andkap", ...) end
function p.orList (...) return conjList("oria̍h", ...) end
 
--------------------------------------------------------------------------------