Module:Cite/data
引用資料的額外資料。
-- 引用資料的額外資料
-- @file cite_data
--- Twitter 用戶名稱對應的名稱映射,
-- 在選擇 'twitter' 引用類型時替換使用者名稱
-- @property {table} cite_data.twitter
--- 用於引用代碼的腳本檢視網站
-- @property {string|nil} cite_data.script_repo
return {
twitter = {
tobyfox = 'Toby Fox',
fwugradiation = 'Toby Fox',
tuyoki = 'Temmie Chang'
},
script_repo = 'https://code.undertale.wiki'
}