模块:Citation/CS1/Configuration:修订间差异
imported>乌拉跨氪 |
imported>Ericliu1912 依據編輯請求更新頁面 自Module:Citation/CS1/Configuration/sandbox合并Kcx36的版本87707661 |
||
| (未显示3个用户的6个中间版本) | |||
| 第1行: | 第1行: | ||
local citation_config = {}; | local citation_config = {}; | ||
| 第44行: | 第43行: | ||
['edition'] = ' $1', | ['edition'] = ' $1', | ||
['episode'] = '第$1集', | ['episode'] = '第$1集', | ||
['et al'] = ' | ['et al'] = 'et al', | ||
['in'] = '(编)', -- edited works | ['in'] = '(编)', -- edited works | ||
['inactive'] = '不活跃', | ['inactive'] = '不活跃', | ||
['interview'] = ' $1 | ['interview'] = ' 與$2的$1', | ||
['inset'] = '$1 inset', | ['inset'] = '$1 inset', | ||
['lay summary'] = '简明摘要', | ['lay summary'] = '简明摘要', | ||
| 第84行: | 第83行: | ||
['j-sheets'] = ': Sheets $1', | ['j-sheets'] = ': Sheets $1', | ||
['language'] = '<span style="font-family: sans-serif; cursor: default; color:# | ['language'] = '<span style="font-family: sans-serif; cursor: default; color:var(--color-subtle, #54595d); font-size: 0.8em; bottom: 0.1em; font-weight: bold;" title="连接到$1网页">($1)</span>', | ||
['via'] = " –-{zh-hans:通过;zh-hant:透過;}-$1", | ['via'] = " –-{zh-hans:通过;zh-hant:透過;}-$1", | ||
['event'] = ' 事件发生在 $1', | ['event'] = ' 事件发生在 $1', | ||
| 第445行: | 第444行: | ||
local keywords = { | local keywords = { | ||
['yes_true_y'] = {'yes', 'true', 'y'}, -- ignore-isbn-error, last-author-amp, no-tracking, nopp, registration, subscription | ['yes_true_y'] = {'yes', 'true', 'y'}, -- ignore-isbn-error, last-author-amp, no-tracking, nopp, registration, subscription | ||
['deadurl'] = {'yes', 'true', 'y', 'dead', 'no', 'live', 'unfit', 'usurped'}, | ['deadurl'] = {'yes', 'true', 'y', 'dead', 'no', 'live', 'unfit', 'usurped', 'deviated'}, | ||
['deadurl-live'] = {'no', 'live'}, | ['deadurl-live'] = {'no', 'live'}, | ||
['deadurl-unfit'] = {'unfit', 'usurped'}, | ['deadurl-unfit'] = {'unfit', 'usurped'}, | ||
| 第581行: | 第580行: | ||
local title_types = { | local title_types = { | ||
['AV media notes'] = ' | ['AV media notes'] = '音像媒体说明', | ||
['interview'] = ' | ['interview'] = '访谈', | ||
['mailinglist'] = '邮件列表', | ['mailinglist'] = '邮件列表', | ||
['map'] = ' | ['map'] = '地图', | ||
['podcast'] = 'Podcast', | ['podcast'] = '-{zh-cn:播客; zh-tw:Podcast;}-', | ||
['pressrelease'] = '新闻稿', | ['pressrelease'] = '新闻稿', | ||
['report'] = ' | ['report'] = '报告', | ||
['speech'] = ' | ['speech'] = '演讲', | ||
['techreport'] = ' | ['techreport'] = '技术报告', | ||
['thesis'] = ' | ['thesis'] = '学位论文' | ||
} | } | ||
| 第1,004行: | 第1,003行: | ||
label = 'doi', | label = 'doi', | ||
mode = 'manual', | mode = 'manual', | ||
prefix = '// | prefix = '//doi.org/', | ||
COinS = 'info:doi', | COinS = 'info:doi', | ||
custom_access = 'doi-access', | custom_access = 'doi-access', | ||