恪別𡧲版𢯢𢷮𧵑「模庉:Hatnote list」

空固縿略𢯢𢷮
(討論 | 㨂𢵰)
空固縿略𢯢𢷮
 
𣳔78: 𣳔78:


-- Stringifies lists with "and" or "or"
-- Stringifies lists with "and" or "or"
function p.andList (...) return p.conjList("", ...) end
function p.andList (...) return p.conjList("", ...) end
function p.orList (...) return p.conjList("hoặc", ...) end
function p.orList (...) return p.conjList("", ...) end


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
𣳔90: 𣳔90:
--default options table used across the forSee family of functions
--default options table used across the forSee family of functions
local forSeeDefaultOptions = {
local forSeeDefaultOptions = {
andKeyword = '',
andKeyword = '',
title = mw.title.getCurrentTitle().text,
title = mw.title.getCurrentTitle().text,
otherText = 'các định nghĩa khác',
otherText = '各定義恪',
forSeeForm = 'Đối với %s, xem %s.',
forSeeForm = '對貝%s,%s.',
}
}