「模組:Citation/CS1/Configuration」:修訂間差異

增加 21 位元組 、​ 2023年12月20日 (星期三)
無編輯摘要
imported>CYL992
(建立內容為「 local citation_config = {}; -- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: -- https://git.wikimedia.org/blob/mediawiki%2Fcore.git/69cd73811f7aadd093050dbf20ed70ef0b42a713/skins%2Fcommon%2FcommonElements.css#L199 local code_style="color:inherit; border:inherit; padding:inherit;"; --[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of…」的新頁面)
 
imported>CYL992
無編輯摘要
第1行: 第1行:
local citation_config = {};
local citation_config = {};


第581行: 第580行:


local title_types = {
local title_types = {
['AV media notes'] = 'Media notes',
['AV media notes'] = '影音',
['interview'] = 'Interview',
['interview'] = '访谈',
['mailinglist'] = '邮件列表',
['mailinglist'] = '邮件列表',
['map'] = 'Map',
['map'] = '地图',
['podcast'] = 'Podcast',
['podcast'] = '-{zh-cn:播客; zh-tw:Podcast;}-',
['pressrelease'] = '新闻稿',
['pressrelease'] = '新闻稿',
['report'] = 'Report',
['report'] = '报告',
['speech'] = 'Speech',
['speech'] = '演讲',
['techreport'] = 'Technical report',
['techreport'] = '技术报告',
['thesis'] = 'Thesis'
['thesis'] = '学位论文'
}
}


匿名使用者