mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-28 01:20:10 +00:00
29bff8a444
Change-Id: Icbf4a66d8946da3d046795dd92144c205dd03053
23 lines
1.6 KiB
JSON
23 lines
1.6 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Anakmalaysia",
|
||
"Mark85296341",
|
||
"Liuxinyu970226"
|
||
]
|
||
},
|
||
"rss-desc": "在MediaWiki頁面上使用模板頁面,以標準或用戶自定義格式顯示RSS源",
|
||
"rss-tracking-category": "帶RSS源頁面",
|
||
"rss-tracking-category-desc": "頁面有RSS源。",
|
||
"rss-error": "自 $1:$2 載入 RSS 失敗",
|
||
"rss-empty": "自 $1 載入 RSS 失敗",
|
||
"rss-fetch-nourl": "無網址情況中進行讀取!",
|
||
"rss-invalid-url": "不是有效的網址:$1",
|
||
"rss-parse-error": "RSS 解析 XML 時出現錯誤",
|
||
"rss-ns-permission": "此名字空間不允許使用RSS",
|
||
"rss-url-is-not-whitelisted": "「$1」不在允許訂閱白名單中。{{PLURAL:$3|僅$2被允許訂閱|以下被允許訂閱:$2}}。",
|
||
"rss-empty-whitelist": "「$1」不在允許訂閱白名單中。此白名單並無允許訂閱之URL。",
|
||
"rss-deprecated-wgrssallowedfeeds-found": "已檢測到棄用變量$wgRSSAllowedFeeds。由RSS 2.0版本起此變量已被替換為$wgRSSUrlWhitelist,請參見手冊頁面Extension:RSS。",
|
||
"rss-feed": "<!-- 以下是兩種可供選擇的模板,第一種是默認的進料模板-->; '''<span class='plainlinks'>[{{{link}}} {{{title }}}]</span>'''\n: {{{description}}}\n: {{{author}}} {{{date}}}<!-- 在此切勿換行 --><!-- 第二種是需要Extension:ParserFunctions的改進版本--><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: — {{{author}}} {{{ date}}}}} | {{#if: {{{author|}}}|: — {{{author}}}}} {{#if: {{{date|}}}|:{{ {date}}}}}|}} -->"
|
||
}
|