匿名使用者
無編輯摘要
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'] = ' | ['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'] = '学位论文' | ||
} | } | ||