欢迎来到偶像大师中文维基,本站仍在筹备阶段,如有兴趣参与建设可加群申请账号:
542540342
《
偶像大师 全力以赴
》汉化补丁现已发布,
点击此处
转至发布页查看详情
查看“︁Module:Citation/CS1/Suggestions”︁的源代码
←
Module:Citation/CS1/Suggestions
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于这些用户组的用户执行:
用户
、editor
您可以查看和复制此页面的源代码。
--Please insert new suggestions in alphabetical order --The form is ['incorrect'] = 'correct', suggestions = { -- ['acccessdate'] = 'access-date', -- ['accesdate'] = 'access-date', -- ['access date'] = 'access-date', -- ['accessate'] = 'access-date', -- ['accessdare'] = 'access-date', -- ['accessdatte'] = 'access-date', -- ['accessddate'] = 'access-date', -- ['accessdte'] = 'access-date', -- ['accessed'] = 'access-date', -- ['accessedate'] = 'access-date', -- ['accesssdate'] = 'access-date', -- ['accssdate'] = 'access-date', -- ['acessdate'] = 'access-date', ['address'] = 'location', ['année'] = 'year', -- French ['añoacceso'] = 'access-date', -- Spanish, Italian ['apellido'] = 'last', -- Spanish, Italian ['archive date'] = 'archive-date', ['archive url'] = 'archive-url', -- Spanish, Italian ['artist'] = 'others', ['auteur'] = 'author', -- French ['auther'] = 'author', ['authorformat'] = 'name-list-format', -- remove after 2016-01-01 ['author-format'] = 'name-list-format', -- remove after 2016-01-01 ['author link'] = 'author-link', -- ['autor'] = 'author', -- Spanish, Italian -- ['autor2'] = 'author2', -- Spanish, Italian ['autthor'] = 'author', ['began'] = 'date', -- remove after 2016-01-01 ['chapter_title'] = 'chapter', ['cita'] = 'quote', -- Spanish, Italian ['coautores'] = 'coauthors', -- Spanish, Italian ['consulté le'] = 'access-date', -- French ['deadlink'] = 'dead-url', ['distributor'] = 'publisher', ['éditeur'] = 'editor', -- French ['editon'] = 'edition', ['editoin'] = 'edition', ['editorformat'] = 'name-list-format', -- remove after 2016-01-01 ['editor-format'] = 'name-list-format', -- remove after 2016-01-01 ['editorgiven'] = 'editor-given', -- remove after 2016-01-01 ['editorial'] = 'publisher', ['editorsurname'] = 'editor-surname', -- remove after 2016-01-01 ['en ligne le'] = 'archive-date', -- French ['ended'] = 'date', -- remove after 2016-01-01 ['enlaceautor'] = 'author-link', -- Spanish, Italian ['fecha'] = 'date', -- Spanish, Italian ['fechaacceso'] = 'access-date', -- Spanish, Italian ['fechaarchivo'] = 'archive-date', -- Spanish, Italian ['filetype'] = 'format', ['first 1'] = 'first1', ['foramt'] = 'format', ['formato'] = 'format', -- Spanish, Italian ['frist'] = 'first', ['idioma'] = 'language', -- Spanish, Italian ['isnb'] = 'isbn', ['lang'] = 'language', ['langauge'] = 'language', ['langue'] = 'language', -- French ['last 1'] = 'last1', ['lieu'] = 'location', -- French ['lire en ligne'] = 'url', -- French ['loaction'] = 'location', ['locatoin'] = 'location', ['mois'] = 'month', -- French ['month'] = 'date', -- remove after 2016-01-01 -- ['name'] = 'author', -- 'name' is often erroneously used for 'title' and 'work' as well, so no suggestion is better than a wrong suggestion ['nespaper'] = 'newspaper', ['newpaper'] = 'newspaper', ['news'] = 'newspaper', ['nom'] = 'last', -- French ['nom1'] = 'last1', -- French ['nombre'] = 'first', -- Spanish, Italian ['obra'] = 'work', -- Spanish, Italian ['origdate'] = 'orig-year', ['other'] = 'others', ['pagees'] = 'pages', ['página'] = 'page', -- Spanish, Italian ['páginas'] = 'pages', -- Spanish, Italian ['passage'] = 'pages', -- French ['périodique'] = 'publisher', -- French ['plublisher'] = 'publisher', ['pmcid'] = 'pmc', ['prénom'] = 'first', -- French ['prénom1'] = 'first1', -- French ['ps'] = 'postscript', ['pub'] = 'publisher', -- ['pubisher'] = 'publisher', -- ['publiser'] = 'publisher', -- ['publishers'] = 'publisher', -- ['publsher'] = 'publisher', -- ['publsiher'] = 'publisher', ['pulbication-place'] = 'publication-place', -- ['pulbisher'] = 'publisher', -- ['pulisher'] = 'publisher', ['retrieved'] = 'access-date', ['separator'] = 'mode', -- remove after 2016-01-01 ['série'] = 'work', -- French ['service'] = 'agency', ['suscripción'] = 'subscription', -- Spanish, Italian ['tile'] = 'title', ['tite'] = 'title', ['titolo'] = 'title', -- Spanish, Italian ['titre'] = 'title', -- French ['título'] = 'title', -- Spanish, Italian ['transchapter'] = 'trans-chapter', ['translator'] = 'others', ['transtitle'] = 'trans-title', ['ubicación'] = 'location', -- Spanish, Italian ['urlarchivo'] = 'archive-url', -- Spanish, Italian ['vol'] = 'volume', } --[[--------------------------< P A T T E R N S >-------------------------------------------------------------- Here we use Lua patterns to make suggestions. The form is ['pattern'] = 'correct', Lua patterns are not regex though they are similar. The escape character is '%', not '\'. For more information about lua patterns, see: Extension:Scribunto/Lua_reference_manual#Patterns Patterns should probably always include the '^' and '$' anchor assertions to prevent a partial match from incorrectly suggesting the wrong parameter name. For instance, the pattern 'a[utho]+r' matches 'author' in the no-longer-supported parameter |author-separator= so the code suggests '|author='; the same pattern also matches the no-longer-supported parameter |separator= (returning 'ator') so again, the code suggests '|author='. One capture is supported, typically the enumerator from an enumerated parameter (the '6' in |author6=, etc.) The value from the capture replaces $1 in the 'correct' value. ]] local patterns = { ['^ac+es+ ?d?a?t?e?$'] = 'access-date', ['^a[utho]+r$'] = 'author', ['^a[utho]+r(%d+)$'] = 'author$1', -- enumerated ['^pu[blish]+ers?$'] = 'publisher', } return {suggestions = suggestions, patterns=patterns};
该页面使用的模板:
Module:Citation/CS1/Suggestions/doc
(
查看源代码
)
返回
Module:Citation/CS1/Suggestions
。
首页
复制短链接
反馈与建议
管理与编辑
编辑指南
最近更改
维护列表
探索
官方网站
偶像大师 PORTAL
交流群组
友情链接
论坛社区
iM@S制作人同好会
作品汉化
偶像大师SP汉化组
偶像大师OFA汉化组
闪耀色彩汉化小组
学园偶像大师汉化
百科网站
灰姑娘女孩中文维基
闪耀色彩资料库
学园偶像大师图鉴
资讯情报
学园偶像大师同好会
偶像大师闪耀色彩报社
活动组织
偶像大师F@N EXPO
偶像大师国际协力机构
工具
导航菜单
个人工具
登录
命名空间
模块
讨论
English
查看
阅读
查看源代码
查看历史
更多
刷新
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息