求真百科歡迎當事人提供第一手真實資料,洗刷冤屈,終結網路霸凌。

變更

前往: 導覽搜尋

模块:Shortcut/config

增加 138 位元組, 5 年前
無編輯摘要
-- The heading at the top of the shortcut box. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['shortcut-heading'] = '[[Wikipedia:Shortcut捷徑|-{{PLURALzh-hans:快捷方式; zh-hant:$1|Shortcut|Shortcuts}捷徑;}-]]',
-- The error message to display when a shortcut is invalid (is not a string, or
-- is the blank string). It accepts the following parameter:
-- $1 - the number of the shortcut in the argument list. (required)
['invalid-shortcut-error'] = 'shortcut 捷徑「#$1 was invalid (shortcuts must be 」無效(捷徑必須為' .. 'strings of at least one character in length字串且長度至少為1個字元)[[Category:需要修正維基百科捷徑框參數的頁面|{{PAGENAME}}]]',
-- The error message to display when no shortcuts or other displayable content
-- were specified. (required)
['no-content-error'] = 'Error錯誤:沒有指定捷徑名稱並且參數<code>msg</code>沒有定義。[[Category: no shortcuts were specified and the ' .. mw.text.nowiki('需要修正維基百科捷徑框參數的頁面|msg=') .. ' parameter was not set.{{PAGENAME}}]]',
-- A category to add when the no-content-error message is displayed. (optional)
--[[我們並沒有個分類['no-content-error-category'] = 'Shortcut templates with missing parameters模板中缺乏參數',]]--
}