跳转到内容

模板:Cite sign/doc

维基百科,自由的百科全书
引文格式1模板
{{Cite arXiv}}arXiv预印本
{{Cite AV media}}影音媒体
{{Cite AV media notes}}影音媒体内页说明
{{Cite bioRxiv}}bioRxiv预印本
{{Cite book}}书籍
{{Cite citeseerx}}CiteSeerX论文
{{Cite conference}}会议论文
{{Cite encyclopedia}}引用百科全书的资料
{{Cite episode}}广播和电视节目
{{Cite interview}}访谈
{{Cite journal}}学术期刊
{{Cite magazine}}杂志和期刊
{{Cite mailing list}}公共邮件列表
{{Cite map}}地图
{{Cite news}}新闻报导
{{Cite newsgroup}}线上新闻组
{{Cite podcast}}播客
{{Cite press release}}新闻稿
{{Cite report}}报告
{{Cite serial}}广播和电视节目系列
{{Cite sign}}标志、匾额、铭牌或徽章
{{Cite speech}}演讲
{{Cite ssrn}}SSRN论文
{{Cite techreport}}技术报告
{{Cite thesis}}学位论文
{{Cite tweet}}Twitter推文
{{Cite web}}上述模板未包含的其他网络资料
参见

引文格式1模板用于为signs, plaques, and other non-video visuals创建引文

用法

[编辑]

复制以下其中一个空白的版本来使用。几乎所有参数名称仅支持小写形式(部分缩写如|isbn=有对应的大写别名如|ISBN=,这些大写形式也可使用)。每个参数之间使用“|”(管道)字符分隔。未使用的参数可以删除,以避免编辑窗口杂乱。本文档页中的部分示例可能包含当前日期。若日期显示不准确,请刷新页面

例子

[编辑]

{{Cite sign |title=The Underwater Archaeology Centre |year=2006 |type=Plaque outside museum |publisher=The Hampshire and Wight Trust for Maritime Archaeology |location=[[Fort Victoria (Isle of Wight)|Fort Victoria]]}}

  • The Underwater Archaeology Centre (Plaque outside museum). Fort Victoria: The Hampshire and Wight Trust for Maritime Archaeology. 2006. 

{{cite sign |author=Michigan Historical Marker Program |url=http://www.jacksonmich.com/markers/mark1.htm |title=Under the Oaks |location=Jackson, MI |publisher=[[Michigan Department of Natural Resources]] |date=February 18, 1956 |access-date=July 25, 2010 |medium=Michigan Historical Marker}}

参数

[编辑]

Syntax

[编辑]

以下参数说明采用如下格式规范:

  • 主参数
  • 或者:主参数2—可替代主参数使用的参数
    • 子参数—需与主参数配合使用(若未指定主参数则自动忽略)
    • 或者:子参数2—可替代子参数使用的参数(若未指定主参数2则自动忽略)
当参数存在别名时,不可同时使用别名与主参数,必须择一使用。

默认使用半角句号(.)分隔引文各部分。

COinS

[编辑]

该模板会在输出的HTML中包含COinS英语COinS元数据,文献管理软件可读取这些元数据获取书目信息。参见WP:COinS英语WP:COinS。一般规则是每个参数只包含一个数据项,不要包含说明文字,例如使用|date=2007-09-27,而不要写成|date=2007-09-27(印刷版为9月25日)

不建议在引用模板内嵌套其他模板,这可能导致多余的HTML和CSS代码混入元数据。此外,在影响元数据的参数中不应使用HTML实体,例如 – 

为以下参数生成COinS元数据

注:以下列表显示在所有CS1模板的文档中。并非所有CS1模板都支持全部参数。部分参数互斥,部分互为别名,还有些参数需要其他参数配合使用。本模板支持的完整参数列表、别名及其依赖关系详见本文档顶部附近的使用方法章节。

  • periodicaljournalnewspapermagazineworkwebsiteencyclopediaencyclopaediadictionary
  • chapterscript-chaptercontributionscript-contributionentryscript-entryarticlescript-articlesectionscript-section
  • titlescript-titlebook-title
  • publication-placeplacelocation
  • dateyearpublication-date
  • seriesversion
  • volumeissuenumber
  • pagepagesatquote-pagequote-pages
  • edition
  • publisherinstitution
  • urlchapter-urlcontribution-urlsection-url
  • author-lastauthor-last#author#-lastauthor-surnameauthor-surname#author#-surnamelastlast#surnamesurname#authorauthor#subjectsubject#hosthost#
  • author-firstauthor-first#author#-firstauthor-givenauthor-given#author#-givenfirstfirst#givengiven#
  • degree
  • arxivbibcodebiorxivciteseerxdoieissneprinthdlisbnissnjfmjstorlccnmessage-idmroclcostipmcpmidrfcssrns2cidzbl

Deprecated

[编辑]
引文格式1/2过时参数
过时参数 替换参数
|coauthor=
|coauthors=
  • |last1=|first1=|last2=|first2=等;或
  • |author1=|author2=等;或
  • |vauthors=
  • |authors=

Description

[编辑]

Authors

[编辑]
  • author:作者姓名。一般用于中文人名或机构名称;对于英文人名,优先使用|first=|last=组合。请仅填写一位作者的姓名,多位作者的写法见下方说明。如需添加内部链接,请使用author-link参数。请勿使用斜体,否则会导致元数据损坏。别名:author1
    • last:作者的姓氏(一般用于英文人名);例如:“Smith”。如需添加内部链接,请使用author-link参数。别名:surnamelast1surname1
    • first:作者的名字(一般用于英文人名);例如:“John Michael”或“J. M.”。如需添加内部链接,请使用author-link参数。别名:givenfirst1given1。必须与last参数配合使用;若last参数为空则不显示名字。
    • 或者:多位作者时使用author1authorn(中文人名)或last1first1lastnfirstn(英文人名),其中n为任意连续数字,支持无限数量的作者(每个firstn需要对应的lastn,但反之不成立)。参见display参数来调整显示作者数量。别名:surname1given1surnamengivenn
    • author-link:作者的维基百科条目名称,而非作者个人网站;请勿添加内部链接。别名:author-link1author1-linkauthorlink
    • 或者:多位作者时使用author-link1author-linkn。别名:author1-linkauthorn-link
    • name-list-style:接受有限的关键词值:设为amp&时,在姓名列表最后两个名字间插入“&”符号;设为vanc时,当姓名参数采用last/first格式时,按温哥华格式显示姓名列表。
  • vauthors温哥华格式的逗号分隔作者列表;机构作者名需用双括号包裹。如适用可添加etal:
    |vauthors=Smythe JB, ((Megabux Corp.)), etal
    • author-linkauthor-mask可用于|vauthors=中的个人姓名,用法同上
  • authors:已弃用自由格式的作者列表参数;不建议使用此参数,因其不贡献引文元数据;并非last的别名
  • translator:译者姓名。一般用于中文人名或机构名称;对于英文人名,优先使用|translator-first=|translator-last=组合。如需添加内部链接,请使用translator-link。别名:translator1
    • translator-last:译者姓氏(一般用于英文人名)。如需添加内部链接,请使用translator-link。别名:translator-surnametranslator1-lasttranslator-last1
    • translator-first:译者名字(一般用于英文人名)。如需添加内部链接,请使用translator-link。别名:translator-giventranslator1-firsttranslator-first1
    • 或者:多位译者时使用translator1translatorn(中文人名)或translator-last1translator-first1translator-lastntranslator-firstn(英文人名),其中n为任意连续数字。别名:translator1-lasttranslator1-firsttranslatorn-lasttranslatorn-first
    • translator-link:译者的维基百科条目名称,而非其个人网站;请勿添加内部链接。别名:translator-link1translator1-link
    • 或者:多位译者时使用translator-link1translator-linkn。别名:translator1-linktranslatorn-link
  • others:用于标注作者、编辑者、译者之外的其他贡献者(如插画师)。使用此参数时,请同时注明该姓名及其具体职责,例如:“John Smith (绘图)”。
  • 注意:使用{{sfn}}或{{harv}}时,请勿在单个字段中包含多个姓名,否则锚点将无法匹配内联链接。

Title

[编辑]

(另见Help:引文格式1 § 标题与章节

  • title:来源标题。可添加内部链接至现有条目或使用url添加外部链接,但二者不可同时使用。
    • script-title:非拉丁文字标题(日文、韩文、阿拉伯文、西里尔文、希腊文、希伯来文等)。必须前缀支持的语言代码以确保浏览器正确显示,如:|script-title=ja:东京タワー
    • trans-title:外文来源标题的中文翻译。显示在title后的方括号内。建议配合language参数使用。
含特殊字符的标题需经编码才能正确显示和链接:
换行符 [ ] |
空格 [ ] {{!}}(推荐)
{{bracket|文本}} | 或 {{pipe}}另见Help:表格 § 管道符渲染
  • title-linktitle所指来源的维基百科条目标题。若需添加外部链接请改用url参数
  • type:提供来源类型的附加信息。显示在标题后的括号内。若使用关键字none可禁用类型显示。例如:评论、论文、小册子、录用稿件、CD内页说明、新闻稿等。
  • language:来源使用的语言,请填写ISO 639-1语言代码,例如:|language=ru;可接受逗号分隔的多语言列表,例如:|language=fr, pt-br。请勿使用模板或内部链接。显示在括号内。使用被引文模块识别的语言会将页面归入Category:CS1外文来源相应子分类。别名:in

Date

[编辑]
  • date:引用来源的发布日期。可以是完整日期(年、月、日)或部分日期(年和月、年和季节或仅年份)。完整的年月日应当使用“YYYY-MM-DD”格式(如2025-05-31)。请勿添加内部链接。日期显示在作品载体和出版商之后。
使用简短脚注英语Help:Shortened footnotes时,完整引用的锚点通过此参数指定的年份生成。若同一作者在同一年份有多部作品,可在年份后附加小写字母加以区分(如|date=1997b);如果date参数填写的不是年份,而是完整的“YYYY-MM-DD”日期,此时不能通过添加字母来区分引用,而要同时填写year参数(例如:|date=1997-01-01|year=1997b,其中“1997-01-01”用于显示,1997b用于创建锚点),或使用ref参数创建自定义锚点。
  • year:出版年份。更灵活的|date=参数也可单独处理年份。除非如前文的情况,使用简短脚注时,需要区分同一作者同年的多部作品,否则不要与date参数同时使用。
  • orig-year:文献最初发布的日期或年份;显示在date(或year)后的方括号内。为明确“最初发布”的含义,请提供具体说明,例如:|orig-year=首版于1859|orig-year=创作于1904

Publisher

[编辑]

(另见Help:引文格式1 § 作品载体与出版商

  • publisher:出版商名称;可添加对应的内部链接。出版商是指出版被引用作品的公司、组织或其他法律实体,因此请勿输入出版物名称(如网站、书籍、百科全书、报纸、杂志、期刊等的名称)。若出版商当前名称与来源发表时不同,应使用出版物上标注的名称或来源发表时的名称。一般省略“有限公司”或“股份有限公司”等公司标识。该参数最常用于书籍,较少用于网站或期刊(某些情况下可替代work)。出版商与作品载体名称相同或高度相似时,不要使用“publisher”参数(例如《纽约时报》由纽约时报公司出版,无需重复说明)。显示在title之后。
  • publication-place:出版地。填写出版商所在地的城市名称(如|publication-place=北京WP:列明来源中的格式)或国家+城市名;通常不添加内部链接。当出版物名称已包含出版地时可省略(如《波士顿环球报》《印度时报》)。若地名与来源发表时不同,请使用出版物上标注的地名或来源发表时的地名。显示在标题之后。别名:locationplace
    • 目前placelocation严格来讲是新闻报道电头英语Dateline中的报道撰写地参数,但为了兼容性考虑,当未定义publication-place时仍将其作为出版地显示。具体规则:若仅定义了publication-placeplacelocation其中之一,将作为出版地显示在标题后;若同时定义了publication-placeplace/location,则place/location作为报道撰写地以“写于”为前缀显示在标题前,而publication-place作为出版地显示在标题后。
  • publication-date:出版日期,与作品创作日期不同时。若同时定义了不同的date(或year),则publication-date显示在publisher后的括号内;若未定义date(或year),则publication-date作为date显示。格式同date参数,不要添加内部链接。
  • via:内容提供方名称(若不同于publisher)。via不能替代publisher参数,但可提供额外信息。适用于:文章署名其他出版物但无法溯源时(如雅虎新闻);内容提供方以非原始格式提供内容时;内容提供方无法从URL直接识别时;或内容提供方要求署名时。访问限制显示参见access level参数;原始来源为通讯社时参见agency参数。

Edition, series, volume

[编辑]
  • edition:当出版物存在多个版本时使用,例如:“第二版”、“修订版”等。若已定义期刊类参数则不显示。
  • seriesversion:当来源属于某个系列(如丛书或卷号重新编排的期刊)时使用。
  • volume:多卷本出版物的卷号。显示在titleseries之后。纯数字、纯大写罗马数字或少于5个字符时加粗显示,其余情况不加粗。也可将卷次信息直接写在title参数中。极少数出版物同时标注连续卷号和年度卷号时合并标注,如|volume=IV/#10。

URL

[编辑]
  • url:可获取title指定出版物文本的在线地址。若title已添加内部链接则不可使用。如适用,链接可指向具体引用页。需移除URL中的跟踪参数(如#ixzz2rBr3aO94?utm_source=google&utm_medium=...&utm_term=...&utm_campaign=...)。请勿链接至商业售书网站(如亚马逊),而应使用|isbn=|oclc=提供中立图书检索链接。含空格等无效URL将触发错误提示。
    • access-date:最后验证url链接的内容支持条目内容的日期;必须与url参数同时使用;格式为“YYYY-MM-DD”。对于内容不会发生变动的来源无需使用该参数(例如通过DOI获取的文献或纸质书籍链接);但对于商业网站的新闻文章应使用该参数(这些内容可能随时变更,即使同时有纸质版本发布)。需注意access-date不仅是验证链接可访问的日期,更是确认网页内容支持所引用条目内容的日期(当前网页内容可能发生变更而不再支持)。别名:accessdate
    • archive-url:网页存档快照的URL(参见WP:失效链接。通常指向互联网档案馆(参见WP:使用时光机archive.today(参见Help:使用archive.today英语Help:Using archive.today等服务;需配合archive-dateurl使用。默认优先显示存档链接,原始链接置于末尾(可通过设置|url-status=live优先显示原始链接)。别名:archiveurl
      • archive-date:存档服务快照日期;默认前缀“原始内容存档于”。格式为“YYYY-MM-DD”。别名:archivedate
      • url-status:控制参数,选择通过|title=链接|url=|archive-url=;需同时定义urlarchive-url。无存档网址时,使用{{dead link}}标记失效|url=
        接受多组关键词:
        • dead—(默认状态)选择|archive-url=
        • live—选择|url=;用于预防性存档的链接
        • deviated—选择|archive-url=;用于原网址仍有效但不再支撑文中论述
        • unfitusurped—选择|archive-url=;用于原网址已被劫持用于垃圾信息、广告或不适合展示时,将隐藏原网址链接
        • bot: unknown—机器人无法判定网址状态时遗留的值,页面会自动归入Category:CS1 maint: bot: original URL status unknown,编者需手动评估并修正参数值
      • archive-formatarchive-url指向文件的格式(如DOC、XLS),用法同format
    • url-access详见URL参数访问指示
  • formaturl指向文件的格式(如DOC、XLS),显示在标题后的括号内。(媒体格式请用type参数。)HTML为默认格式无需指定,PDF会自动检测无需指定。不影响外部链接图标
URL必须以支持的URI方案开头。所有浏览器均支持http://https://;而ftp://gopher://irc://ircs://mailto:news:可能需要插件或外部应用支持,通常应避免使用。当前不支持IPv6主机名。

若引文模板参数中的URL包含特定字符,将无法正确显示和链接。这些字符需进行百分号编码。例如空格必须替换为%20。编码替换规则如下:

字符 空格 " ' < > [ ] { | }
编码 %20 %22 %27 %3C %3E %5B %5D %7B %7C %7D

单引号无需编码,但未编码的多个引号会被解析为斜体/粗体标记。单个右花括号无需编码,但未编码的成对花括号会被解析为模板嵌入的结束符。

Anchor

[编辑]

Identifiers

[编辑]

下列标识符会生成外部链接。每个参数仅接受一个标识符值,输入多个值或多余内容将无法正确生成链接。指定标识符参数时,通常只需输入可变部分,例如|rfc=822|pmc=345678

  • arxivarXiv标识符;例如:|arxiv=hep-th/9205027(2007年4月前)或|arxiv=0706.0001(2007年4月—2014年12月)或|arxiv=1501.00001(2015年1月起)。请勿包含“.pdf”或“.html”等无关文件扩展名。别名:ARXIVeprint
  • asin亚马逊标准识别号码;若首字符为数字,请使用isbn。由于此链接偏向特定分销商,仅在无标准标识符时使用。例如:|asin=B00005N5PF。别名:ASIN
    • ASIN-TLD:非美国亚马逊网站的顶级域名;有效值:。别名:asin-tld
  • bibcodebibcode;用于多个天文数据系统;例如:1974AJ.....79..819H。别名:BIBCODE
  • biorxivbioRxiv标识符,需完整DOI(如10.1101/078733对应http://biorxiv.org/content/early/2016/10/01/078733或https://doi.org/10.1101/078733)。别名:无。
  • citeseerxCiteSeerX标识符,为URL中的数字与点组合(如10.1.1.176.341对应https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.176.341)。别名:无。
  • cn国内统一刊号。别名:CN
  • doi数字对象唯一标识符;例如:10.1038/news070508-7。系统会验证其是否以(10.)开头。别名:DOI
    • doi-broken:DOI在https://doi.org失效的日期。格式需与文中其他日期一致。别名:doi-broken-datedoi-inactive-datedoi_brokendatedoi_inactivedate
  • eissn:电子版国际标准期刊号;8位字符可用连字符分为两组(不可用短横线或空格);例如:|eissn=1557-2986。别名:EISSN
  • hdlHandle系统英语Handle System数字对象标识符;例如:|hdl=20.1000/100。别名:HDL
  • isbn国际标准书号;例如:978-0-8126-9593-9(参见Help:各类书号国际标准书号 § 概述连字符可选但建议保留。请使用书籍印刷的ISBN。优先使用13位ISBN(以978或979开头)。若书籍仅印有10位ISBN则使用之。ISBN通常位于版权页(书名页背面)或条形码下方(以978或979开头的条形码)。9位SBN请使用。请勿通过简单添加978前缀将10位ISBN转为13位(末位为校验码,随意更改会导致ISBN无效)。此参数应仅包含ISBN不包含其他字符。系统会校验长度、非法字符(10位ISBN末位可为“X”)及校验码。别名:ISBNisbn13ISBN13
  • ismn国际标准音乐编号;例如:979-0-9016791-7-7连字符或空格可选。请使用作品印刷的ISMN。此参数应仅包含ISMN不包含其他字符。系统会校验长度、非法字符及校验码。别名:ISMN
  • issn国际标准期刊号;8位字符可用连字符分为两组(不可用短横线或空格);例如:|issn=2049-3630。别名:ISSN
  • jfm数学进展年鉴英语Jahrbuch über die Fortschritte der Mathematik;值中请勿包含“JFM”;例如:|jfm=53.0144.01。别名:JFM
  • jstorJSTOR编号;例如:|jstor=3793107。别名:JSTOR
  • LCCN美国国会图书馆控制号。字母前缀应为小写且无空格;例如:|lccn=79-57364|lccn=2004042477|lccn=e09001178。别名:lccn
  • MR数学评论;例如:|mr=630583。别名:mr
  • OCLCOCLC号用于在WorldCat联合目录检索;例如:|oclc=9355469。别名:oclc
  • ol开放图书馆标识符;值中请勿包含“OL”;例如:|ol=7030731M。别名:OL
  • OSTI美国能源部科学和技术信息办公室英语Office of Scientific and Technical Information;例如:|osti=4367507。别名:osti
  • PMCPubMed Central;使用开放获取期刊文章编号,如|pmc=345678。值中请勿包含“PMC”。另见下方PMID参数,此为两种不同标识符。别名:pmc
    • embargoPMC开放日期;在此日期之前不会生成链接。别名:无。
  • PMIDPubMed唯一标识符;例如:|pmid=17322060另见上方PMC参数,此为两种不同标识符。别名:pmid
  • RFC请求意见稿;例如:|rfc=3143。别名:rfc
  • SSRNSSRN;例如:|ssrn=1900856。别名:ssrn
  • s2cid语义学者语料库ID;例如:|s2cid=37220927。别名:S2CID
  • unified统一书号。别名:csbnCSBN
  • ZBL数学文摘;例如:|zbl=0472.53010。对于类似JFM 35.0387.02的zbMATH搜索结果请使用|jfm=35.0387.02。别名:zbl

部分标识符可通过对应的|参数-access=参数指定访问状态

在{{cite journal}}模板中,当未使用|url=|title-link=时,某些(提供免费资源的)标识符会自动为标题生成链接。此行为可通过|title-link=的特殊关键字调整:如|title-link=pmc|title-link=doi可手动选择链接目标,|title-link=none可禁用自动链接。

无需通过|url=重复填写标识符自动生成的链接地址。此时|url=可用于提供便捷访问链接

Quote

[编辑]
  • quote:从来源引用的相关文本。显示在引号内。需包含终止标点(默认情况下引文会抑制引文终止符句号)。
    • script-quote:非拉丁文字引文(阿拉伯文、西里尔文等)。必须前缀支持的语言代码以确保浏览器正确显示,如:|script-quote=ja:东京タワー
    • trans-quote(暂不支持):外文引文的中文翻译。显示在quote之后的方括号内。

Editors

[编辑]
  • editor:编者姓名。一般用于中文人名或机构(如编委会)名称;对于英文人名,优先使用|editor-first=|editor-last=组合。请仅填写一位编者的姓名,多位编者的写法见下方说明。如需添加内部链接,请使用editor-link参数。别名:editor1
    • editor-last:编者的姓氏(一般用于英文人名);例如:“Smith”。如需添加内部链接,请使用editor-link参数。别名:editor-surnameeditor1-lasteditor-last1
    • editor-first:编者的名字(一般用于英文人名);例如:“John Michael”或“J. M.”。如需添加内部链接,请使用editor-link参数。别名:editor-giveneditor1-firsteditor-first1。必须与editor-last参数配合使用;若editor-last参数为空则不显示名字。
    • 或者:多位编者时使用editor1editorn(中文人名)或editor-last1editor-first1editor-lastneditor-firstn(英文人名),其中n为任意连续数字(每个editor-firstn需要对应的editor-lastn,但反之不成立)。别名:editor-surname1editor-given1editor-surnameneditor-givenn
    • editor-link:编者的维基百科条目名称,而非编者个人网站;请勿添加内部链接。别名:editor-link1editor1-link
    • 或者:多位编者时使用editor-link1editor-linkn(别名editorn-link)。
    • name-list-style:接受有限的关键词值:设为amp&时,在姓名列表最后两个名字间插入“&”符号;设为vanc时,当姓名参数采用last/first格式时,按温哥华格式显示姓名列表。
  • veditors温哥华格式的逗号分隔编者列表;机构名称需用双括号包裹。如适用可添加etal:
    |veditors=Smythe JB, ((Megabux Corp.)), etal
    • editor-linkneditor-maskn可用于|veditors=中的个人姓名,用法同上
  • 显示规则:
    使用display-editors指定显示的编者人数,其余编者以“et al.”形式省略显示。
    若存在作者:先显示作者,接着显示文献名称,然后是编者姓名和“(编)”,收录该文献的作品名称(如期刊名)。
    若无作者:编者显示在文献名称前,并显示“(编)”。

Laysummary

[编辑]
  • laysummary:指向面向非专业人士的摘要或来源评论的URL;显示为带有“通俗摘要”标题的外部链接。
    • laysource:通俗摘要的来源名称,可添加内部链接。显示为斜体,在“通俗摘要”之后,通过破折号连接。
    • laydate:通俗摘要的日期。显示在圆括号内。

Display options

[编辑]
  • mode:用于指定分隔符和末尾标点的设置。|mode=cs1使用半角句号(.)作为分隔符和末尾标点;|mode=cs2使用半角逗号(,)作为分隔符和末尾标点。分别对应引文样式1和样式2。覆盖默认末尾标点设置请使用postscript参数。
  • author-mask
  • contributor-mask
  • editor-mask
  • interviewer-mask
  • subject-mask
  • translator-mask
    将第一位作者(或编者等)显示的名称替换为破折号或指定文本。设为数字n时显示n倍宽破折号;设为文本时直接显示该文本,且不带其后的分隔符。特殊值0需配合<name>-link使用,此时显示链接文本。元数据仍保留真实作者名,因此即使使用此参数,作者名参数仍不可省略。主要用于同一作者多部作品连续列出的参考文献(如Template:Sfnote)。不可在{{reflist}}<references />生成的列表中使用(因无法控制引用显示顺序)。第二位及以后的作者需使用|authorn-mask=的格式对特定作者应用掩码。
  • display-authors
  • display-contributors
  • display-editors
  • display-interviewers
  • display-subjects
  • display-translators
    控制显示的作者(或编者等)数量。默认显示全部作者。例如|display-authors=2仅显示前两位作者。特殊值|display-authors=0隐藏所有作者及“et al”。|display-authors=etal显示全部作者后追加“et al”。
  • postscript:控制引用末尾的标点。默认为半角句号(.);设为|postscript=none取消末尾标点(留空效果等同,但语义模糊故不建议)。包含额外文本或多字符标点模板时会生成维护提示。定义quote参数时本参数无效。

Subscription or registration required

[编辑]

维基百科允许引用需要注册或订阅的在线来源。为方便读者和其他编者,建议注明引用的外部链接的获取限制级别。这些级别仅说明获取材料的限制条件,不涉及内容的重用许可或版权状态(因其与可供查证无关)。

可使用四种访问级别:

  • 标识符访问指示
    • 可免费查阅 free:任何人都可免费阅读全文
  • URL参数访问指示
    • 需要免费注册 registration:需免费注册才能查阅(但部分预览/摘要可能无需注册)
    • 有限度免费查阅,超限则需付费订阅 limited:有限度免费查阅,超限则需付费订阅
    • 需要付费订阅 subscription:必须付费订阅才能查阅(“付费墙”)

同一引用的不同链接可能有不同访问级别,需为每个链接单独指定级别。

URL参数访问指示
[编辑]

|url=|article-url=等URL参数指定的链接默认视为可免费访问。若非免费访问,应通过对应参数指定访问级别以显示提示标识。因默认视为免费访问,故无需标记free。若服务已终止导致无法注册/订阅,则应移除访问级别参数,并添加|archive-url=|archive-date=存档信息。

URL参数与访问指示
URL参数 访问参数 允许值
|url= |url-access= registration 需要免费注册
limited 有限度免费查阅,超限则需付费订阅
subscription 需要付费订阅
|article-url= |article-url-access=
|chapter-url= |chapter-url-access=
|contribution-url= |contribution-url-access=
|entry-url= |entry-url-access=
|map-url= |map-url-access=
|section-url= |section-url-access=

例如需要免费注册的文献应这样标注:

  • {{cite web |url=https://example.com/nifty_data.php |url-access=registration |date=2021-04-15 |title=Nifty example data}}
    Nifty example data需要免费注册. 2021-04-15. 
标识符访问指示
[编辑]

由标识符生成的链接(后文列出的除外)默认假定需要订阅或注册。若实际可免费访问,应通过对应参数指定访问级别。若标识符仅提供摘要服务(无全文),则不可标记为limitedregistrationsubscription

命名标识符与访问指示
标识符 访问参数 允许值
|bibcode= |bibcode-access= free 可免费查阅
|doi= |doi-access=
|hdl= |hdl-access=
|jstor= |jstor-access=
|ol= |ol-access=
|osti= |osti-access=
|ssrn= |ssrn-access=
|s2cid= |s2cid-access=

以下标识符始终提供免费访问,系统会自动标注访问级别(无需额外参数):

  • |arxiv=
  • |biorxiv=
  • |citeseerx=
  • |medrxiv=
  • |pmc=
  • |rfc=

未来将开放的PMC付费内容参见embargo

此模板生成COinS英语COinS元数据;背景信息请参阅维基百科:COinS英语Wikipedia:COinS

TemplateData

[编辑]
以下是该模板的模板数据,适用于可视化编辑器等工具。

Cite sign模板数据

This template is used to create citations for signs, plaques, and other non-video visuals, using the provided source information (e.g. author, publication, date) and various formatting options.

模板参数

此模板有自定义格式。

参数描述类型状态
URLurl

The URL of the online location where the text of the publication can be found

字符串可选
Source titletitle

The title of the source page on the website; displays in quotes

字符串必需
Last namelast last1 author author1 authors

The surname of the author; don't wikilink, use 'authorlink'.

单行文本可选
First namefirst first1

Given or first name, middle names, or initials of the author; don't wikilink, use 'authorlink'.

单行文本可选
Author linkauthorlink authorlink1 author-link author1-link

Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors

页面名称可选
Last namelast2 author2

The surname of the second author; don't wikilink, use 'authorlink2'.

单行文本可选
First namefirst2

Given or first name, middle names, or initials of the second author; don't wikilink.

单行文本可选
Author linkauthorlink2 author2-link

Title of existing Wikipedia article about the second author. (Up to nine authors can be listed, 3-9 are toward the end of the parameter list)

页面名称可选
Source datedate

Full date of the source; do not wikilink

字符串必需
Workwork

Name of the source periodical; may be wikilinked; displays in italics; alias of 'newspaper', 'journal', 'magazine', 'periodical'

字符串可选
Publisherpublisher

Name of the publisher; displays after title

字符串可选
Newspapernewspaper

Name of the newspaper; displays after title

字符串可选
URL access dateaccessdate

The full date when the original URL was accessed; do not wikilink

字符串可选
Othersothers

Used to record other contributions to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith'

字符串可选
Month of publicationmonth

Name of the month of publication; do not wikilink; use 'date' instead, if day of month is also known

字符串可选
Year of publicationyear

Year of the source being referenced; use 'date' instead, if month and day are also known

字符串可选
Original yearorig-year origyear

Original year of publication; provide specifics

字符串可选
Editor last nameeditor-last

The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors; alias of 'editor1-last', 'editor', and 'editors'

单行文本可选
Editor first nameeditor-first

Given or first name, middle names, or initials of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors; alias of 'editor1-first'

单行文本可选
Editor linkeditor-link

Title of existing Wikipedia article about the editor; can suffix with a numeral to add additional editors; alias of 'editor1-link'

页面名称可选
Issueissue

Issue identifier when the source is part of a series that is published periodically

字符串可选
Departmentdepartment

Department within the periodical

字符串可选
Location of publicationlocation

Geographical place of publication; usually not wikilinked; omit when the publication name includes place; alias of 'place'

字符串可选
Place of publicationpublication-place

Publication place shows after title; if 'place' or 'location' are also given, they are displayed before the title prefixed with 'written at'

字符串可选
Publication datepublication-date

Date of publication when different from the date the work was written; do not wikilink

字符串可选
Agencyagency

The news agency (wire service) that provided the content; examples: Associated Press, Reuters, Agence France-Presse

字符串可选
Editionedition

When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.'

字符串可选
Volumevolume

For one publication published in several volumes

字符串可选
Pagepage

Page in the source that supports the content; displays after 'p.'

字符串可选
Pagespages

Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.'

字符串可选
No ppnopp

Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover')

字符串可选
Atat

May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient

字符串可选
Languagelanguage

The language in which the source is written, if not English; use the full language name; do not use icons or templates

字符串可选
Translated titletrans_title

An English language title, if the source cited is in a foreign language; 'language' is recommended

字符串可选
Typetype

Additional information about the media type of the source; format in sentence case

字符串可选
Formatformat

Format of the work referred to by 'url'; examples: PDF, DOC, XLS; do not specify HTML

字符串可选
arXiv identifierarxiv

An identifier for arXive electronic preprints of scientific papers

字符串可选
ASINasin

Amazon Standard Identification Number; 10 characters

字符串可选
ASIN TLDasin-tld

ASIN top-level domain for Amazon sites other than the US

字符串可选
Bibcodebibcode

Bibliographic Reference Code (REFCODE); 19 characters

字符串可选
DOIdoi

Digital Object Identifier; begins with '10.'

字符串可选
DOI broken datedoi_brokendate

The date that the DOI was determined to be broken

字符串可选
ISBNisbn

International Standard Book Number; use the 13-digit ISBN where possible

字符串可选
ISSNissn

International Standard Serial Number; 8 characters; may be split into two groups of four using a hyphen

字符串可选
jfm codejfm

Jahrbuch über die Fortschritte der Mathematik classification code

字符串可选
JSTORjstor

JSTOR identifier

字符串可选
LCCNlccn

Library of Congress Control Number

字符串可选
MRmr

Mathematical Reviews identifier

字符串可选
OCLCoclc

Online Computer Library Center number

字符串可选
OLol

Open Library identifier

字符串可选
OSTIosti

Office of Scientific and Technical Information identifier

字符串可选
PMCpmc

PubMed Center article number

字符串可选
PMIDpmid

PubMed Unique Identifier

字符串可选
RFCrfc

Request for Comments number

字符串可选
SSRNssrn

Social Science Research Network

字符串可选
Zblzbl

Zentralblatt MATH journal identifier

字符串可选
idid

A unique identifier used where none of the specialized ones are applicable

字符串可选
Archive URLarchiveurl

The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archivedate'

字符串可选
Archive datearchivedate

Date when the original URL was archived; do not wikilink

字符串可选
Dead URLdeadurl

If set to 'no', the title display is adjusted; useful for when the URL is archived preemptively but still live

字符串可选
Quotequote

Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation

字符串可选
Refref

An anchor identifier; can be made the target of wikilinks to full references; special value 'harv' generates an anchor suitable for the harv template

字符串可选
Separatorseparator

The punctuation used to separate lists of authors, editors, etc.; a space must be encoded as &#32; do not use an asterisk, colon, or hash mark

默认值
.
字符串可选
Postscriptpostscript

The closing punctuation for the citation; ignored if 'quote' is defined

默认值
.
字符串可选
Lay URLlayurl

URL link to a non-technical summary or review of the source; alias of 'laysummary'

字符串可选
Lay sourcelaysource

Name of the source of the laysummary; displays in italics, preceded by an en dash

字符串可选
Lay datelaydate

Date of the summary; displays in parentheses

字符串可选
Last namelast3 author3

The surname of the third author; don't wikilink, use 'authorlink3'.

单行文本可选
First namefirst3

Given or first name, middle names, or initials of the third author; don't wikilink.

单行文本可选
Author linkauthorlink3 author3-link

Title of existing Wikipedia article about the third author.

页面名称可选
Last namelast4 author4

The surname of the forth author; don't wikilink, use 'authorlink4'.

单行文本可选
First namefirst4

Given or first name, middle names, or initials of the forth author; don't wikilink.

单行文本可选
Author linkauthorlink4 author4-link

Title of existing Wikipedia article about the forth author.

页面名称可选
Last namelast5 author5

The surname of the fifth author; don't wikilink, use 'authorlink5'.

单行文本可选
First namefirst5

Given or first name, middle names, or initials of the fifth author; don't wikilink.

单行文本可选
Author linkauthorlink5 author5-link

Title of existing Wikipedia article about the sixth author.

页面名称可选
Last namelast6 author6

The surname of the sixth author; don't wikilink, use 'authorlink6'.

单行文本可选
First namefirst6 author6-link

Given or first name, middle names, or initials of the sixth author; don't wikilink.

单行文本可选
Author linkauthorlink6

Title of existing Wikipedia article about the sixth author.

页面名称可选
Last namelast7 author7

The surname of the seventh author; don't wikilink, use 'authorlink7'.

单行文本可选
First namefirst7

Given or first name, middle names, or initials of the seventh author; don't wikilink.

单行文本可选
Author linkauthorlink7 author7-link

Title of existing Wikipedia article about the seventh author.

页面名称可选
Last namelast8 author8

The surname of the eighth author; don't wikilink, use 'authorlink8'.

单行文本可选
First namefirst8

Given or first name, middle names, or initials of the eighth author; don't wikilink.

单行文本可选
Author linkauthorlink8 author8-link

Title of existing Wikipedia article about the eighth author.

页面名称可选
Last namelast9 author9

The surname of the ninth author; don't wikilink, use 'authorlink9'. If nine authors are defined, then only eight will show and 'et al.' will show in place of the last author.

单行文本可选
First namefirst9

Given or first name, middle names, or initials of the ninth author; don't wikilink.

单行文本可选
Author linkauthorlink9 author9-link

Title of existing Wikipedia article about the ninth author.

页面名称可选
Author maskauthor-mask

Replaces the name of the first author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead

字符串可选
Author name separatorauthor-name-separator

Changes the separator between last and first names; defaults to a comma and space; a space must be encoded as &#32; do not use an asterisk, colon, or hash mark

默认值
,
字符串可选
Author separatorauthor-separator

Changes the separator between authors; defaults to a semicolon and space; a space must be encoded as &#32; do not use an asterisk, colon, or hash mark

默认值
;
字符串可选
Display authorsdisplay-authors displayauthors

number of authors to display before 'et al.' is used; default is to do so after 8 of 9 are listed; alias of 'displayauthors'

默认值
8
数字可选
Last author ampersandlastauthoramp

When set to any value, changes the separator between the last two names of the author list to 'space ampersand space'

字符串可选