恪別𡧲版𢯢𢷮𧵑「模庉:Hatnote list」
Keepout2010 (討論 | 㨂𢵰) 空固縿略𢯢𢷮 |
空固縿略𢯢𢷮 |
||
| 𣳔78: | 𣳔78: | ||
-- Stringifies lists with "and" or "or" | -- Stringifies lists with "and" or "or" | ||
function p.andList (...) return p.conjList(" | function p.andList (...) return p.conjList("和", ...) end | ||
function p.orList (...) return p.conjList(" | 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 = ' | otherText = '各定義恪', | ||
forSeeForm = ' | forSeeForm = '對貝%s,䀡%s.', | ||
} | } | ||