|
|
| 第1行: |
第1行: |
| == 使用方法 == | | == 使用方法 == |
| <code><nowiki>{{Cite book |author= |title= |location= |publisher= |year= |isbn= |page= }}</nowiki></code> | | <code><nowiki>{{Cite book |author= |title= |location= |publisher= |year= |isbn= |page= }}</nowiki></code> |
|
| |
| == 模板数据 ==
| |
| <templatedata>
| |
| {
| |
| "description": "本模板用于引用书籍。",
| |
| "params": {
| |
| "url": {
| |
| "label": "URL",
| |
| "description": "可查看书籍内容的网址。",
| |
| "type": "string",
| |
| "aliases": [
| |
| "URL"
| |
| ]
| |
| },
| |
| "title": {
| |
| "label": "标题",
| |
| "description": "书籍的标题。",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "last": {
| |
| "label": "作者/姓氏",
| |
| "description": "作者姓氏,由于与名字中间有空格,建议使用在以原文(通常是英文)表现作者姓氏时。例如:Johnson。请不要直接加入维基连结,改用 ''authorlink'' 字段。",
| |
| "aliases": [
| |
| "author",
| |
| " author1",
| |
| " authors",
| |
| " last1"
| |
| ],
| |
| "suggested": true
| |
| },
| |
| "first": {
| |
| "label": "名字",
| |
| "description": "作者名字,由于与姓氏中间有空格,建议使用在以原文(通常是英文)表现作者名字时。例如:Jack。也可加入中间姓名(middle name)。请不要直接加入维基连结,改用 ''authorlink'' 字段。",
| |
| "aliases": [
| |
| "first1"
| |
| ],
| |
| "suggested": true
| |
| },
| |
| "authorlink": {
| |
| "label": "作者条目",
| |
| "description": "云南百科中关于作者的条目名称。请仅输入已存在的条目。请不要独立使用这个字段,务必仅在 ''author'' 或 ''first'' 和 ''last'' 有填写时使用。",
| |
| "type": "wiki-page-name",
| |
| "aliases": [
| |
| "authorlink1"
| |
| ]
| |
| },
| |
| "last2": {
| |
| "label": "第二作者姓氏",
| |
| "description": "第二作者姓氏。如须加入维基连结,请用 ''authorlink2'' 字段。",
| |
| "aliases": [
| |
| "author2"
| |
| ]
| |
| },
| |
| "first2": {
| |
| "label": "第二作者名字",
| |
| "description": "第二作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink2'' 字段。"
| |
| },
| |
| "authorlink2": {
| |
| "label": "第二作者条目",
| |
| "description": "云南百科中关于第二作者的条目名称。请仅输入已存在的条目。请不要独立使用这个字段,务必仅在 ''author2'' 或 ''first2'' 和 ''last2'' 有填写时使用。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "last3": {
| |
| "label": "第三作者姓氏",
| |
| "description": "第三作者姓氏。如须加入维基连结,请用 ''authorlink3'' 字段。",
| |
| "aliases": [
| |
| "author3"
| |
| ]
| |
| },
| |
| "first3": {
| |
| "label": "第三作者名字",
| |
| "description": "第三作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink3'' 字段。"
| |
| },
| |
| "authorlink3": {
| |
| "label": "第三作者条目",
| |
| "description": "云南百科中关于第三作者的条目名称。",
| |
| "type": "wiki-page-name",
| |
| "aliases": [
| |
| "author3-link"
| |
| ]
| |
| },
| |
| "last4": {
| |
| "label": "第四作者姓氏",
| |
| "description": "第四作者姓氏。如须加入维基连结,请用 ''authorlink4'' 字段。",
| |
| "aliases": [
| |
| "author4"
| |
| ]
| |
| },
| |
| "first4": {
| |
| "label": "第四作者名字",
| |
| "description": "第四作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink4'' 字段。"
| |
| },
| |
| "authorlink4": {
| |
| "label": "第四作者条目",
| |
| "description": "云南百科中关于第四作者的条目名称。",
| |
| "type": "wiki-page-name",
| |
| "aliases": [
| |
| "author4-link"
| |
| ]
| |
| },
| |
| "last5": {
| |
| "label": "第五作者姓氏",
| |
| "description": "第五作者姓氏。如须加入维基连结,请用 ''authorlink5'' 字段。",
| |
| "aliases": [
| |
| "author5"
| |
| ]
| |
| },
| |
| "first5": {
| |
| "label": "第五作者名字",
| |
| "description": "第五作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink5'' 字段。"
| |
| },
| |
| "authorlink5": {
| |
| "label": "第五作者条目",
| |
| "description": "云南百科中关于第五作者的条目名称。",
| |
| "type": "wiki-page-name",
| |
| "aliases": [
| |
| "author5-link"
| |
| ]
| |
| },
| |
| "last6": {
| |
| "label": "第六作者姓氏",
| |
| "description": "第六作者姓氏。如须加入维基连结,请用 ''authorlink6'' 字段。",
| |
| "aliases": [
| |
| "author6"
| |
| ]
| |
| },
| |
| "first6": {
| |
| "label": "第六作者名字",
| |
| "description": "第六作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink6'' 字段。",
| |
| "aliases": [
| |
| "author6-link"
| |
| ]
| |
| },
| |
| "authorlink6": {
| |
| "label": "第六作者条目",
| |
| "description": "云南百科中关于第六作者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "last7": {
| |
| "label": "第七作者姓氏",
| |
| "description": "第七作者姓氏。如须加入维基连结,请用 ''authorlink7'' 字段。",
| |
| "aliases": [
| |
| "author7"
| |
| ]
| |
| },
| |
| "first7": {
| |
| "label": "第七作者名字",
| |
| "description": "第七作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink7'' 字段。"
| |
| },
| |
| "authorlink7": {
| |
| "label": "第七作者条目",
| |
| "description": "云南百科中关于第七作者的条目名称。",
| |
| "type": "wiki-page-name",
| |
| "aliases": [
| |
| "author7-link"
| |
| ]
| |
| },
| |
| "last8": {
| |
| "label": "第八作者姓氏",
| |
| "description": "第八作者姓氏。如须加入维基连结,请用 ''authorlink8'' 字段。",
| |
| "aliases": [
| |
| "author8"
| |
| ]
| |
| },
| |
| "first8": {
| |
| "label": "第八作者名字",
| |
| "description": "第八作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink8'' 字段。"
| |
| },
| |
| "authorlink8": {
| |
| "label": "第八作者条目",
| |
| "description": "云南百科中关于第八作者的条目名称。",
| |
| "type": "wiki-page-name",
| |
| "aliases": [
| |
| "author8-link"
| |
| ]
| |
| },
| |
| "last9": {
| |
| "label": "第九作者姓氏",
| |
| "description": "第九作者姓氏。如须加入维基连结,请用 ''authorlink9'' 字段。",
| |
| "aliases": [
| |
| "author9"
| |
| ]
| |
| },
| |
| "first9": {
| |
| "label": "第九作者名字",
| |
| "description": "第九作者名字或名前缀字母缩写。如须加入维基连结,请用 ''authorlink9'' 字段。"
| |
| },
| |
| "authorlink9": {
| |
| "label": "第九作者条目",
| |
| "description": "云南百科中关于第九作者的条目名称。",
| |
| "type": "wiki-page-name",
| |
| "aliases": [
| |
| "author9-link"
| |
| ]
| |
| },
| |
| "date": {
| |
| "label": "出版日期",
| |
| "description": "引用版本的出版日期。格式为:YYYY-MM-DD。",
| |
| "type": "string"
| |
| },
| |
| "work": {
| |
| "label": "作品",
| |
| "description": "引用书籍文本所出现的作品标题",
| |
| "type": "string"
| |
| },
| |
| "publisher": {
| |
| "label": "出版社",
| |
| "description": "出版社。",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "accessdate": {
| |
| "label": "URL访问日期",
| |
| "description": "原URL的访问日期。",
| |
| "type": "string"
| |
| },
| |
| "others": {
| |
| "label": "其他",
| |
| "description": "其他书籍的贡献者,例如:由王大明翻译;或:插图由李小华绘制。",
| |
| "type": "string"
| |
| },
| |
| "year": {
| |
| "label": "出版年份",
| |
| "description": "引用版本的出版年份。",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "origyear": {
| |
| "label": "原出版年份",
| |
| "description": "原始版本的出版年份。",
| |
| "type": "string"
| |
| },
| |
| "isbn": {
| |
| "label": "ISBN",
| |
| "description": "[[国际标准书号]](ISBN),例如:''1-111-22222-9''。",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "editor-last": {
| |
| "label": "编辑姓氏",
| |
| "description": "编辑姓氏。如须加入维基连结,请用 ''editor-link'' 字段。",
| |
| "aliases": [
| |
| "editor",
| |
| " editor1-last",
| |
| " editors"
| |
| ]
| |
| },
| |
| "editor-first": {
| |
| "label": "编辑名字",
| |
| "description": "编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link'' 字段。",
| |
| "aliases": [
| |
| "editor1-first"
| |
| ]
| |
| },
| |
| "editor-link": {
| |
| "label": "编辑条目",
| |
| "description": "云南百科中关于编辑的条目名称。",
| |
| "aliases": [
| |
| "editor1-link"
| |
| ],
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor2-last": {
| |
| "label": "第二编辑姓氏",
| |
| "description": "第二编辑姓氏。如须加入维基连结,请用 ''editor-link2'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor2-first": {
| |
| "label": "第二编辑名字",
| |
| "description": "第二编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link2'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor2-link": {
| |
| "label": "第二编辑条目",
| |
| "description": "云南百科中关于第二编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor3-last": {
| |
| "label": "第三编辑姓氏",
| |
| "description": "第三编辑姓氏。如须加入维基连结,请用 ''editor-link3'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor3-first": {
| |
| "label": "第三编辑名字",
| |
| "description": "第三编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link3'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor3-link": {
| |
| "label": "第三编辑条目",
| |
| "description": "云南百科中关于第三编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor4-last": {
| |
| "label": "第四编辑姓氏",
| |
| "description": "第四编辑姓氏。如须加入维基连结,请用 ''editor-link4'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor4-first": {
| |
| "label": "第四编辑名字",
| |
| "description": "第四编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link4'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor4-link": {
| |
| "label": "第四编辑条目",
| |
| "description": "云南百科中关于第四编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor5-last": {
| |
| "label": "第五编辑姓氏",
| |
| "description": "第五编辑姓氏。如须加入维基连结,请用 ''editor-link5'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor5-first": {
| |
| "label": "第五编辑名字",
| |
| "description": "第五编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link5'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor5-link": {
| |
| "label": "第五编辑条目",
| |
| "description": "云南百科中关于第五编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor6-last": {
| |
| "label": "第六编辑姓氏",
| |
| "description": "第六编辑姓氏。如须加入维基连结,请用 ''editor-link6'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor6-first": {
| |
| "label": "第六编辑名字",
| |
| "description": "第六编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link6'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor6-link": {
| |
| "label": "第六编辑条目",
| |
| "description": "云南百科中关于第六编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor7-last": {
| |
| "label": "第七编辑姓氏",
| |
| "description": "第七编辑姓氏。如须加入维基连结,请用 ''editor-link7'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor7-first": {
| |
| "label": "第七编辑名字",
| |
| "description": "第七编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link7'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor7-link": {
| |
| "label": "第七编辑条目",
| |
| "description": "云南百科中关于第七编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor8-last": {
| |
| "label": "第八编辑姓氏",
| |
| "description": "第八编辑姓氏。如须加入维基连结,请用 ''editor-link8'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor8-first": {
| |
| "label": "第八编辑名字",
| |
| "description": "第八编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link8'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor8-link": {
| |
| "label": "第八编辑条目",
| |
| "description": "云南百科中关于第八编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "editor9-last": {
| |
| "label": "第九编辑姓氏",
| |
| "description": "第九编辑姓氏。如须加入维基连结,请用 ''editor-link9'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor9-first": {
| |
| "label": "第九编辑名字",
| |
| "description": "第九编辑名字或名前缀字母缩写。如须加入维基连结,请用 ''editor-link9'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "editor9-link": {
| |
| "label": "第九编辑条目",
| |
| "description": "云南百科中关于第九编辑的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "edition": {
| |
| "label": "版本",
| |
| "description": "当书籍有特定的版本时使用,例如:1997年6月第二刷。",
| |
| "type": "string"
| |
| },
| |
| "series": {
| |
| "label": "系列编号",
| |
| "description": "当书籍是一系列出版品中的其中一部份时使用。",
| |
| "aliases": [
| |
| "version"
| |
| ],
| |
| "type": "string"
| |
| },
| |
| "volume": {
| |
| "label": "卷号",
| |
| "description": "当书籍是一系列书卷的其中一卷时使用。",
| |
| "type": "string"
| |
| },
| |
| "location": {
| |
| "label": "出版地点",
| |
| "description": "出版地点。",
| |
| "aliases": [
| |
| "place"
| |
| ],
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "publication-place": {
| |
| "label": "出版地点",
| |
| "description": "如果同时指定 ''location'' (或 ''place'')及 ''publication-place'' 字段,则前者会移到标题前,并标上「写于」。",
| |
| "type": "string"
| |
| },
| |
| "publication-date": {
| |
| "label": "出版日期",
| |
| "description": "当出版日期和著作日期不同时使用。",
| |
| "type": "string"
| |
| },
| |
| "page": {
| |
| "label": "页数",
| |
| "description": "第5–7页:引用页数的起讫。这是指引用内容所在的页数,而非整本书的总页数。",
| |
| "type": "string"
| |
| },
| |
| "pages": {
| |
| "label": "页数",
| |
| "description": "5–7:引用页数的起讫。这是指引用内容所在的页数,而非整本书的总页数。",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "nopp": {
| |
| "label": "无pp",
| |
| "description": "原用于“page=封面”时去除“第...页”,中文版本来打算改成去除冒号为句号,实则无效。",
| |
| "type": "string"
| |
| },
| |
| "at": {
| |
| "label": "书内部分",
| |
| "description": "当页数(''page'' 或 ''pages'')不适用时使用。",
| |
| "type": "string"
| |
| },
| |
| "translator-last": {
| |
| "label": "译者姓氏",
| |
| "description": "编辑姓氏。如须加入维基连结,请用 ''translator-link'' 字段。",
| |
| "aliases": [
| |
| "translator",
| |
| " translator1-last",
| |
| " translator-last1"
| |
| ]
| |
| },
| |
| "translator-first": {
| |
| "label": "译者名字",
| |
| "description": "译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link'' 字段。",
| |
| "aliases": [
| |
| "translator1-first"
| |
| ]
| |
| },
| |
| "translator-link": {
| |
| "label": "译者条目",
| |
| "description": "云南百科中关于译者的条目名称。",
| |
| "aliases": [
| |
| "translator1-link",
| |
| "translator-link1"
| |
| ],
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator2-last": {
| |
| "label": "第二译者姓氏",
| |
| "description": "第二译者姓氏。如须加入维基连结,请用 ''translator-link2'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator2-first": {
| |
| "label": "第二译者名字",
| |
| "description": "第二译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link2'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator2-link": {
| |
| "label": "第二译者条目",
| |
| "description": "云南百科中关于第二译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator3-last": {
| |
| "label": "第三译者姓氏",
| |
| "description": "第三译者姓氏。如须加入维基连结,请用 ''translator-link3'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator3-first": {
| |
| "label": "第三译者名字",
| |
| "description": "第三译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link3'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator3-link": {
| |
| "label": "第三译者条目",
| |
| "description": "云南百科中关于第三译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator4-last": {
| |
| "label": "第四译者姓氏",
| |
| "description": "第四译者姓氏。如须加入维基连结,请用 ''translator-link4'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator4-first": {
| |
| "label": "第四译者名字",
| |
| "description": "第四译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link4'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator4-link": {
| |
| "label": "第四译者条目",
| |
| "description": "云南百科中关于第四译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator5-last": {
| |
| "label": "第五译者姓氏",
| |
| "description": "第五译者姓氏。如须加入维基连结,请用 ''translator-link5'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator5-first": {
| |
| "label": "第五译者名字",
| |
| "description": "第五译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link5'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator5-link": {
| |
| "label": "第五译者条目",
| |
| "description": "云南百科中关于第五译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator6-last": {
| |
| "label": "第六译者姓氏",
| |
| "description": "第六译者姓氏。如须加入维基连结,请用 ''translator-link6'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator6-first": {
| |
| "label": "第六译者名字",
| |
| "description": "第六译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link6'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator6-link": {
| |
| "label": "第六译者条目",
| |
| "description": "云南百科中关于第六译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator7-last": {
| |
| "label": "第七译者姓氏",
| |
| "description": "第七译者姓氏。如须加入维基连结,请用 ''translator-link7'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator7-first": {
| |
| "label": "第七译者名字",
| |
| "description": "第七译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link7'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator7-link": {
| |
| "label": "第七译者条目",
| |
| "description": "云南百科中关于第七译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator8-last": {
| |
| "label": "第八译者姓氏",
| |
| "description": "第八译者姓氏。如须加入维基连结,请用 ''translator-link8'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator8-first": {
| |
| "label": "第八译者名字",
| |
| "description": "第八译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link8'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator8-link": {
| |
| "label": "第八译者条目",
| |
| "description": "云南百科中关于第八译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "translator9-last": {
| |
| "label": "第九译者姓氏",
| |
| "description": "第九译者姓氏。如须加入维基连结,请用 ''translator-link9'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator9-first": {
| |
| "label": "第九译者名字",
| |
| "description": "第九译者名字或名前缀字母缩写。如须加入维基连结,请用 ''translator-link9'' 字段。",
| |
| "type": "string"
| |
| },
| |
| "translator9-link": {
| |
| "label": "第九译者条目",
| |
| "description": "云南百科中关于第九译者的条目名称。",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "language": {
| |
| "label": "语言",
| |
| "description": "书籍的语言。",
| |
| "type": "string"
| |
| },
| |
| "script-title": {
| |
| "label": "外文标题",
| |
| "description": "当标题为非拉丁文字或非汉字时使用(如阿拉伯文字、希伯来文字等),有助浏览器显示外文字形。格式为:ISO639-1标准中的二字母代码,后加半角冒号,之后是原外文标题。例如,「|script-title=ar:」后写出阿拉伯字母标题。",
| |
| "type": "string"
| |
| },
| |
| "trans-title": {
| |
| "label": "翻译标题",
| |
| "description": "中文标题。如果引用的是外文出版物,建议使用 ''language'' 字段指定语言。",
| |
| "type": "string"
| |
| },
| |
| "chapter": {
| |
| "label": "章节",
| |
| "description": "书籍的特定章节。",
| |
| "type": "string"
| |
| },
| |
| "trans-chapter": {
| |
| "label": "翻译章节标题",
| |
| "description": "中文章节标题名称。如果引用的是外文出版物,建议使用 ''language'' 字段指定语言。",
| |
| "type": "string"
| |
| },
| |
| "chapterurl": {
| |
| "label": "章节URL",
| |
| "description": "在线书籍的特定章节网址。若有的话必须和 ''url'' 字段的内容是在同一个网站上。",
| |
| "aliases": [
| |
| "chapter-url"
| |
| ],
| |
| "type": "string"
| |
| },
| |
| "type": {
| |
| "label": "类别",
| |
| "description": "关于出版物媒介类别的额外讯息。",
| |
| "type": "string"
| |
| },
| |
| "format": {
| |
| "label": "格式",
| |
| "description": "''url'' 字段所指向的文件格式,例如PDF、DOC、XLS等。无须指定HTML。",
| |
| "type": "string"
| |
| },
| |
| "arxiv": {
| |
| "label": "arXiv识别号",
| |
| "description": "科学论文电子预印本在arXiv上的识别号",
| |
| "type": "string"
| |
| },
| |
| "asin": {
| |
| "label": "ASIN",
| |
| "description": "Amazon Standard Identification Number; 10 characters",
| |
| "type": "string"
| |
| },
| |
| "asin-tld": {
| |
| "label": "ASIN TLD",
| |
| "description": "ASIN top-level domain for Amazon sites other than the US",
| |
| "type": "string"
| |
| },
| |
| "bibcode": {
| |
| "label": "Bibcode",
| |
| "description": "Bibliographic Reference Code (REFCODE); 19 characters",
| |
| "type": "string"
| |
| },
| |
| "citeseerx": {
| |
| "label": "CiteSeerX",
| |
| "description": "CiteSeerX identifier; found after the 'doi=' query parameter",
| |
| "type": "string"
| |
| },
| |
| "doi": {
| |
| "label": "DOI",
| |
| "description": "[[数字对象识别号]](digital object identifier,DOI),例如:''10.1016/j.coi.2004.08.001</nowiki>''。",
| |
| "type": "string"
| |
| },
| |
| "doi_brokendate": {
| |
| "label": "DOI无效日期",
| |
| "description": "DOI被发现无效时的日期",
| |
| "type": "string"
| |
| },
| |
| "issn": {
| |
| "label": "ISSN",
| |
| "description": "International Standard Serial Number,共8个字符,可分为两组,各4个字符,用短横分隔。",
| |
| "type": "string"
| |
| },
| |
| "jfm": {
| |
| "label": "jfm编码",
| |
| "description": "Jahrbuch über die Fortschritte der Mathematik分类编号",
| |
| "type": "string"
| |
| },
| |
| "jstor": {
| |
| "label": "JSTOR",
| |
| "description": "JSTOR识别号",
| |
| "type": "string"
| |
| },
| |
| "lccn": {
| |
| "label": "LCCN",
| |
| "description": "Library of Congress Control Number",
| |
| "type": "string"
| |
| },
| |
| "mr": {
| |
| "label": "MR",
| |
| "description": "Mathematical Reviews识别号",
| |
| "type": "string"
| |
| },
| |
| "oclc": {
| |
| "label": "OCLC",
| |
| "description": "[[在线计算机图书馆中心]](Online Computer Library Center)编号,例如:''3185581''。",
| |
| "type": "string"
| |
| },
| |
| "ol": {
| |
| "label": "OL",
| |
| "description": "Open Library识别号",
| |
| "type": "string"
| |
| },
| |
| "osti": {
| |
| "label": "OSTI",
| |
| "description": "Office of Scientific and Technical Information识别号",
| |
| "type": "string"
| |
| },
| |
| "pmc": {
| |
| "label": "PMC",
| |
| "description": "PubMed Center条目号",
| |
| "type": "string"
| |
| },
| |
| "pmid": {
| |
| "label": "PMID",
| |
| "description": "PubMed Unique识别号",
| |
| "type": "string"
| |
| },
| |
| "rfc": {
| |
| "label": "RFC",
| |
| "description": "Request for Comments number",
| |
| "type": "string"
| |
| },
| |
| "ssrn": {
| |
| "label": "SSRN",
| |
| "description": "Social Science Research Network",
| |
| "type": "string"
| |
| },
| |
| "zbl": {
| |
| "label": "Zbl",
| |
| "description": "Zentralblatt MATH期刊识别号",
| |
| "type": "string"
| |
| },
| |
| "id": {
| |
| "label": "id",
| |
| "description": "若以上的字段不敷使用或不适合,可加入书籍其他的相关认证编号。您必须指定您加入的编号系统名称,使用相关模板如 {{tl|ISSN}}。",
| |
| "type": "string"
| |
| },
| |
| "archiveurl": {
| |
| "label": "存档URL",
| |
| "description": "网页存档的URL,在原URL无效或目标内容已改变时使用。须同时指定 ''archivedate''",
| |
| "type": "string"
| |
| },
| |
| "archivedate": {
| |
| "label": "存档日期",
| |
| "description": "原URL存档日期",
| |
| "type": "string"
| |
| },
| |
| "deadurl": {
| |
| "label": "无效URL",
| |
| "description": "设为 ''no'' 时会调整标题格式。当URL已存盘但原目标仍有效时使用",
| |
| "type": "string"
| |
| },
| |
| "quote": {
| |
| "label": "引文",
| |
| "description": "书籍中特定句子的引文。",
| |
| "type": "string"
| |
| },
| |
| "ref": {
| |
| "label": "Ref",
| |
| "description": "锚点识别号。在正文中可用维基连结指向具有此识别号的完整参考讯息。''harv'' 是特殊值,配合harv模板使用",
| |
| "type": "string"
| |
| },
| |
| "separator": {
| |
| "label": "分隔符",
| |
| "description": "分隔多个作者、编者等所用的标点符号。如须使用半角空格,请用 。切勿使用星号、冒号或井号。",
| |
| "type": "string",
| |
| "default": "."
| |
| },
| |
| "postscript": {
| |
| "label": "结尾符",
| |
| "description": "参考引用的结尾标点符号。此项在 ''quote'' 已指定时会被忽略。",
| |
| "type": "string",
| |
| "default": "."
| |
| },
| |
| "layurl": {
| |
| "label": "外行概要URL",
| |
| "description": "对引用出版物的非专业概要或述评的URL连结",
| |
| "aliases": [
| |
| "laysummary"
| |
| ],
| |
| "type": "string"
| |
| },
| |
| "laysource": {
| |
| "label": "外行概要标题",
| |
| "description": "非专业概要的标题,须配合 ''layurl'' 使用。",
| |
| "type": "string"
| |
| },
| |
| "laydate": {
| |
| "label": "外行概要日期",
| |
| "description": "非专业概要的日期。",
| |
| "type": "string"
| |
| },
| |
| "author-mask": {
| |
| "label": "作者掩码",
| |
| "description": "把第一作者的姓名改为连接号或其他文字。要改为 ''n'' 个连接号,设此项为 ''n'';要改为文字并去除紧接其后的作者分隔符,设此项为所需文字。",
| |
| "type": "string"
| |
| },
| |
| "author-name-separator": {
| |
| "label": "作者姓名分隔符",
| |
| "description": "指定作者姓氏与名字之间的分隔符,默认为半角逗号加半角空格。如须使用半角空格,请用 。切勿使用星号、冒号或井号。",
| |
| "type": "string",
| |
| "default": ", "
| |
| },
| |
| "author-separator": {
| |
| "label": "作者分隔符",
| |
| "description": "指定作者和作者之间的分隔符,默认为半角分号加半角空格。如须使用半角空格,请用 。切勿使用星号、冒号或井号。",
| |
| "type": "string",
| |
| "default": "; "
| |
| },
| |
| "display-authors": {
| |
| "label": "显示的作者数目",
| |
| "description": "显示的作者数目。例如,如果已指定6名作者的姓名而此项设为3,那么将只会显示首3名作者的姓名,并在其后加上「等」一字。",
| |
| "type": "number",
| |
| "aliases": [
| |
| "displayauthors"
| |
| ],
| |
| "default": "8"
| |
| },
| |
| "lastauthoramp": {
| |
| "label": "最后作者分隔符",
| |
| "description": "指定最后两个作者姓名之间的分隔符。",
| |
| "type": "string"
| |
| },
| |
| "unified": {
| |
| "label": "统一书号",
| |
| "description": "中华人民共和国原国内统一书号(CSBN)。",
| |
| "example": "7201·85",
| |
| "type": "string"
| |
| }
| |
| },
| |
| "maps": {
| |
| "citoid": {
| |
| "edition": "edition",
| |
| "title": "chapter",
| |
| "bookTitle": "title",
| |
| "publicationTitle": "title",
| |
| "series": "series",
| |
| "url": "url",
| |
| "publisher": "publisher",
| |
| "date": "date",
| |
| "place": "location",
| |
| "ISSN": [
| |
| "issn"
| |
| ],
| |
| "ISBN": [
| |
| "isbn"
| |
| ],
| |
| "PMCID": "pmc",
| |
| "PMID": "pmid",
| |
| "oclc": "oclc",
| |
| "pages": "pages",
| |
| "volume": "volume",
| |
| "DOI": "doi",
| |
| "language": "language",
| |
| "contributor": [
| |
| [
| |
| "first",
| |
| "last"
| |
| ],
| |
| [
| |
| "first2",
| |
| "last2"
| |
| ],
| |
| [
| |
| "first3",
| |
| "last3"
| |
| ],
| |
| [
| |
| "first4",
| |
| "last4"
| |
| ],
| |
| [
| |
| "first5",
| |
| "last5"
| |
| ],
| |
| [
| |
| "first6",
| |
| "last6"
| |
| ],
| |
| [
| |
| "first7",
| |
| "last7"
| |
| ],
| |
| [
| |
| "first8",
| |
| "last8"
| |
| ],
| |
| [
| |
| "first9",
| |
| "last9"
| |
| ]
| |
| ],
| |
| "author": [
| |
| [
| |
| "first",
| |
| "last"
| |
| ],
| |
| [
| |
| "first2",
| |
| "last2"
| |
| ],
| |
| [
| |
| "first3",
| |
| "last3"
| |
| ],
| |
| [
| |
| "first4",
| |
| "last4"
| |
| ],
| |
| [
| |
| "first5",
| |
| "last5"
| |
| ],
| |
| [
| |
| "first6",
| |
| "last6"
| |
| ],
| |
| [
| |
| "first7",
| |
| "last7"
| |
| ],
| |
| [
| |
| "first8",
| |
| "last8"
| |
| ],
| |
| [
| |
| "first9",
| |
| "last9"
| |
| ]
| |
| ],
| |
| "editor": [
| |
| [
| |
| "editor-first",
| |
| "editor-last"
| |
| ]
| |
| ]
| |
| }
| |
| },
| |
| "format": "inline"
| |
| }
| |
| </templatedata>
| |