コンテンツにスキップ

「テンプレート:Citation」の版間の差分

ページの作成:「<includeonly>{{ {{#if: {{#ifeq: {{{1|}}} | 和書 | 和書}}{{#ifeq: {{{language|}}} | ja-jp | 和書}}{{#ifeq: {{{language|}}} | ja | 和書}} | Citation/core-ja-jp | Citation/core }} |Citation class = {{{CitationClass|}}} |AuthorMask = {{{author-mask|{{{authormask|}}}}}} |Surname1 = {{{last|{{{surname|{{{last1|{{{surname1|{{{author1|{{{author|{{{authors|{{{people|{{{director|}}}}}}}}}}}}}}}}}}}}}}}}}}} |Surname2 = {{{last2|{{{surname2|{{{author2|{{{dire…」
ja>ネイ
(Template:Cite DVD-notesよりdirector系、directorlink系、titleyear、publisherid)
 
(ページの作成:「<includeonly>{{ {{#if: {{#ifeq: {{{1|}}} | 和書 | 和書}}{{#ifeq: {{{language|}}} | ja-jp | 和書}}{{#ifeq: {{{language|}}} | ja | 和書}} | Citation/core-ja-jp | Citation/core }} |Citation class = {{{CitationClass|}}} |AuthorMask = {{{author-mask|{{{authormask|}}}}}} |Surname1 = {{{last|{{{surname|{{{last1|{{{surname1|{{{author1|{{{author|{{{authors|{{{people|{{{director|}}}}}}}}}}}}}}}}}}}}}}}}}}} |Surname2 = {{{last2|{{{surname2|{{{author2|{{{dire…」)
163行目: 163行目:
   |OriginalURL = {{{url|}}}
   |OriginalURL = {{{url|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{Documentation}}
'''{{tl|Citation}}'''は、[[参考文献]]の著者や書名といった[[書誌]]を正しく<ref>参照文献の[[書誌]]の書き方には、[[科学技術情報流通技術基準|SIST]] 02や[[MEDLINE|NLM]]、[[アメリカ化学会|ACS]]、[[IEEE]]、[[アメリカ心理学会|APA]]、[[米国現代語学文学協会|MLA]]などがあります {{Harv|科学技術振興機構|2007|loc=付録:国際的な参照文献の記述スタイル}} 。{{Tl|Citation}}ではこのうちAPAに概ね準拠した書式になります {{Harv|アメリカ心理学会|n.d.}} 。</ref>書くための[[Wikipedia:出典テンプレート|出典テンプレート]]です。
[[図書]]、[[雑誌]]、[[新聞]]など[[資料|文献]]の形態を問わず使用することができます<ref>入力された文献がどの形態であるかは、使用する引数によってテンプレートが自動で判断します。例えば、periodical引数を用いれば雑誌記事の書誌の書き方で、edition引数を用いれば図書の、chapter引数を用いれば章節の書誌の書き方で出力されます。図書には{{Tl|Cite book}}を、雑誌には{{Tl|Cite journal}}を、新聞には{{Tl|Cite news}}などを使うこともできます。[[Wikipedia:出典テンプレート]]をご覧ください。</ref>。
[[Wikipedia:出典を明記する|出典を明記する]]際にご利用下さい。
 
== 簡単な例 ==
以下のように入力すると、次のように表示されます。
<syntaxhighlight lang="xml">
{{Citation |author= |date= |title= |journal= |volume= |issue= |pages= |doi=}}
 
↓ 入力
 
{{Citation |author=Woodward, R. B.; Doering, W. E. |date=1944 |title=The Total Synthesis of Quinine |journal=[[J. Am. Chem. Soc.]] |volume=66 |issue=5 |pages=849-849 |doi=10.1021/ja01233a516}}
</syntaxhighlight>
: {{Citation|ref =none|title=The Total Synthesis of Quinine|author=Woodward, R. B.; Doering, W. E. |journal=[[J. Am. Chem. Soc.]]|date= 1944|volume= 66|issue=5|pages= 849-849|doi=10.1021/ja01233a516}}
 
最初のパラメータに「和書」と入れると、次のように表示されます。
 
<syntaxhighlight lang="xml">
{{Citation |和書 |author= |title= | volume= | volume-title= |publisher= |date=}}
 
↓ 入力
 
{{Citation |和書 |author=夏目漱石 |title=我輩は猫である | volume=1 | volume-title=前編 |publisher=ホトトギス社 |date=1905}}
</syntaxhighlight>
: {{Citation |和書| ref=none |author=夏目漱石 |title=我輩は猫である | volume=1 | volume-title=前編 |publisher=ホトトギス社 |date=1905}}
 
== Template:Citationの置き場所 ==
{{seealso|Help:脚注|Wikipedia:出典テンプレート#ハーバード参照方式}}
[[参考文献|出典]]を[[引用|示す方法]]には[[ハーバード方式|著者名・発行日方式]] (author-date system) と、著者名・表題方式 (author-page system) があります<ref>{{Citation|ref=none|author=Lakewood Public Library|place=Lakewood, Ohio|year=n.d.|title=Student Guide to Research Papers|chapter=Parenthetical Citation|url=http://www.lkwdpl.org/study/research/footnote.htm|accessdate=2010-02-12}}</ref>。
 
本テンプレートの使い方は3パターンあり、置き場所は<nowiki><ref></ref></nowiki>間か参考文献節です。一か所だけ参照する場合は、本文の<nowiki><ref></ref></nowiki>間に置くこともできます。複数回参照する文献の場合は、本文には{{Tl|Sfn}}または{{Tl|Harv}}を置き、{{Tl|Citation}}は参考文献節に置いてください。
 
=== 本文の<nowiki><ref></ref></nowiki>間に置く ===
一か所だけ参照する文献は、{{Tl|Citation}}を本文の<nowiki><ref></ref></nowiki>間に置き、[[Wikipedia:レイアウトの指針#脚注|脚注の節]]に{{Tl|Reflist}}で[[書誌]]を表示させる方法を使うことがあります。ただし同じ文献の異なる箇所を複数回参照する場合などは、後述の{{Tl|Sfn}}や{{Tl|Harv}}などと併用する方法を使用してください。
 
* 本文の出典を示したい記述の直後に、{{tlx|Citation |...}} のように、[[Help:脚注#脚注の作成方法|<code><nowiki><ref></ref></nowiki></code>間]]に使い、
* [[Wikipedia:レイアウトの指針#脚注|脚注の節]]に、<code>{{Tl|Reflist}}</code>と書いて下さい。
 
{| class="wikitable"
!記述例!!表示結果
|-
| style="width:50%"| <syntaxhighlight lang="xml">
明治時代には、生まれながらの平等が説かれたり<ref>{{Citation |author=福沢諭吉 |year=1872 |title=学問のすゝめ }}</ref>、猫を題材とした小説が書かれたりした<ref>{{Citation |author=夏目漱石 |year=1905 |title=我輩は猫である |publisher=ホトトギス社}}</ref>。
 
== 脚注 ==
{{Reflist}}
</syntaxhighlight>
|
明治時代には、{{Anchors|本文側1}}生まれながらの平等が説かれたり<sup>[[#脚注節側1|[1]]]</sup>、{{Anchors|本文側2}}猫を題材とした小説が書かれたりした<sup>[[#脚注節側2|[2]]]</sup>。
<div style="border-bottom:1px solid #000;">{{Larger|脚注}}</div>
{{refbegin}}
#[[#本文側1|^]] {{Anchors|脚注節側1}}{{Citation |ref=none |author=福沢諭吉 |year=1872 |title=学問のすゝめ }}
#[[#本文側2|^]] {{Anchors|脚注節側2}}{{Citation |ref=none |author=夏目漱石 |year=1905 |title=我輩は猫である |publisher=ホトトギス社}}
{{refend}}
|}
 
=== 脚注機能で参照する ===
異なる箇所を複数回参照する文献は、{{Tl|Sfn}}を置き、[[Wikipedia:レイアウトの指針#脚注|脚注の節]]に{{Tl|Reflist}}で書誌の略記を表示させ、[[Wikipedia:レイアウトの指針#参考文献|参考文献の節]]に{{Tl|Citation}}を置いてください。
 
* 本文の出典を示したい記述の直後に、{{Tlx|Sfn|姓|年|p=ページ番号}}のように置き、
* [[Wikipedia:レイアウトの指針#脚注|脚注の節]]に、<code>{{Tl|Reflist}}</code>と書き、
* [[Wikipedia:レイアウトの指針#参考文献|参考文献の節]]に、{{Tlx|Citation|...}}を置いてください。
 
{| class="wikitable"
!記述例!!表示結果
|-
| style="width:50%"| <syntaxhighlight lang="xml">
猫はカマボコを食べた{{Sfn|夏目|1905|loc=§2}}。
猫は、碁盤を妙だと思っている<ref>{{Harvnb|夏目|1905|loc=§11}}</ref>。
 
== 脚注 ==
{{Reflist}}
 
== 参考文献 ==
* {{Citation
| last = 夏目
| first = 漱石
| year = 1905
| title = 我輩は猫である
| publisher = ホトトギス社
}}
</syntaxhighlight>
|
{{Anchors|本文側21}}猫はカマボコを食べた<sup>[[#脚注節側21|[1]]]</sup>。{{Anchors|本文側22}}猫は、碁盤を妙だと思っている<sup>[[#脚注節側22|[2]]]</sup>。
<div style="border-bottom:1px solid #000;">{{Larger|脚注}}</div>
{{refbegin}}
#[[#本文側21|^]] {{Anchors|脚注節側21}}{{Harvnb|夏目|1905|loc=§2}}
#[[#本文側22|^]] {{Anchors|脚注節側22}}{{Harvnb|夏目|1905|loc=§11}}
{{refend}}
<div style="border-bottom:1px solid #000;">{{Larger|参考文献}}</div>
* {{Anchors|参考文献節側}}{{Citation |last=夏目 |first=漱石 |year=1905 |title=我輩は猫である |publisher=ホトトギス社}}
|}
 
=== 括弧書きで本文から参照する ===
[[Wikipedia:レイアウトの指針#参考文献|参考文献の節]]に{{Tl|Citation}}で[[書誌]]を書き、本文からは{{Tl|Harv}}でリンクさせる方法です。
 
* 本文の出典を示したい記述の直後に、{{tl|Harv}}テンプレートを使って著者姓と年を入力し、
* 参考文献の節に、{{tl|Citation}}テンプレートを使って全書誌事項を入力します。'''参考文献の並びは、著者の姓の五十音順・アルファベット順・発行年順に'''並べ替えてください<ref name="abc123" >[[Wikipedia:出典を明記する#出典の示し方]]</ref>(文献を追加する際は特に注意)。
こうすることで、{{tl|Harv}}内に入力された著者姓 (last) と西暦年 (year) に該当する{{tl|Citation}}にリンクができます。
 
なお、''last''引数(著者姓)と''year''引数(出版年または採録年)は可能な限り入力してください<ref>''last''の代わりに''author''や''editor''、''editor-last''などを用いることもできます。なお、''year''を書かずに''date''だけで済ませるのは避け、重複することにはなりますが、''year''引数は必ず入力してください。1990年代までは''date''引数でも''year''として抽出できるようですが、それ以前は機能しない場合があります。</ref>。出版年が不明の場合は「n.d.」と入力してください<ref name="SIST02NoDatePublisher">{{Harvnb|科学技術振興機構|2007|loc=&sect;4.3 出版及び物理的特徴に関する書誌要素}}</ref>。
この2つの引数がないと、{{tl|Harv}}テンプレートによるハーバード方式での参照(著者姓 西暦年)が動作できません。
 
このように参考文献の節では、文献を'''著者名順に並べ替えて'''入力してください<ref name="abc123" />。
 
{| class="wikitable"
!記述例!!表示結果
|-
| style="width:50%"| <syntaxhighlight lang="xml">
明治時代には、生まれながらの平等が説かれたり{{Harv|福沢|1872}}、猫を題材とした小説が書かれたりした{{Harv|夏目|1905}}。
 
== 参考文献 ==
* {{Citation |和書
| last = 夏目
| first = 漱石
| year = 1905
| title = 我輩は猫である
| publisher = ホトトギス社
}}
* {{Citation
| last = 福沢
| first = 諭吉
| year = 1872
| title = 学問のすゝめ
}}
</syntaxhighlight>
|
明治時代には、生まれながらの平等が説かれたり([[#福沢|福沢 1872]])、猫を題材とした小説が書かれたりした([[#夏目|夏目 1905]])。
<div style="border-bottom:1px solid #000;">{{Larger|参考文献}}</div>
* {{Anchors|夏目}}{{Citation |和書 |ref=none |last=夏目 |first=漱石 |year=1905 |title=我輩は猫である |publisher=ホトトギス社 |author=夏目漱石}}
* {{Anchors|福沢}}{{Citation | ref=none |last=福沢 |first=諭吉 |year=1872 |title=学問のすゝめ }}
|}
 
== 図書 ==
ここでいう図書とは、版を更新していく資料をいいます。
 
=== 使用法 ===
<syntaxhighlight lang="xml">
{{Citation | last= | first= | author= | author-link= | last2= | first2= | author2= | author2-link= | year= | date= | title= | volume= | volume-title= | place= | publisher= | edition= | series=  | id= | isbn= | url=}}</syntaxhighlight>
{| class="wikitable"
|-
| style="width:13em" |<pre>{{Citation
| last =
| first =
| author =
| author-link =
| last2 =
| first2 =
| author2 =
| author2-link =
| date =
| year =
| title =
| volume =
| volume-title =
| edition =
| place =
| publisher =
| series =
| id =
| isbn =
| url =
}}</pre>
|
* '''last'''(または '''last1'''): 著者の姓、名字。
* '''first'''(または '''first1'''): 著者の姓に対する名前。
* '''author''' : lastとfirstの代替。著者名を記載するが、姓名間に区切りを入れない場合に。
* '''author-link'''(または '''author1-link'''): 主執筆者に関するWikipediaの記事名。
* '''last2''', '''last3''', '''last4''': 第2著者、第3著者、第4著者の姓、名字。
* '''first2''', '''first3''', '''first4''': 第2著者、第3著者、第4著者の姓に対する名前。
* '''author2-link''', '''author3-link''', '''author4-link''': 第2著者、第3著者、第4著者に関するWikipediaの記事名。
* '''date''': 出版日または採録日。
* '''year''': 出版年または採録年。{{tl|Harv}}と併せて用いる場合は必ず入力してください。
* '''title''': 書名。
* '''volume''': 巻号。
* '''volume-title''': 巻名。
* '''edition''': 版。例「''edition''=2nd」。
* '''place''': 出版地。複数ある場合は、筆頭にあげられている市町村名を書いてください。市町村名が有名でない場合は、都道府県名や国名を添えてください。米国の州名を添える場合は2文字で構いません。例「<code>Place=Paris, TX</code>」(末尾にピリオドは不要です)。市町村名を冠している大学の出版物にはこの引数は不要です。
* '''publisher''': 発行所。「株式会社」「有限会社」「~法人」「Publishers」「Co.」「Inc.」「Ltd.」等は省きますが、社名の一部である「書店」「出版」「Books」「Press」は省かず、入力してください。
* '''series''': [[叢書]]名。
* '''id''': ''<nowiki>ISBN 1-111-22222-9</nowiki>''のような識別符号。
* '''isbn''': [[ISBN]]。
* '''url''': 図書がオンラインである場合の[[URL]]。
|}
 
=== 使用例 ===
{| class="wikitable"
|-
|著者が1人の場合
|<pre>
{{Citation
| last = Turner
| first = O.
| title = History of the Pioneer
Settlement of Phelps and Gorham's
Purchase, and Morris' Reserve
| publisher = William Alling
| place = Rochester, New York
| year = 1851
| url = https://olivercowdery.com/
texts/1851Trn1.htm#turn1851
}}.
</pre>
|{{Citation
| last = Turner
| first = O.
| title = History of the Pioneer Settlement of Phelps and Gorham's Purchase, and Morris' Reserve
| publisher = William Alling
| place = Rochester, New York
| year = 1851
| url = https://olivercowdery.com/texts/1851Trn1.htm#turn1851
}}.
|-
|著者が3人で、巻号があり、改訂版である場合
|<pre>
{{Citation
| last1 = Lincoln
| first1 = A.
| last2 = Washington
| first2 = G.
| last3 = Adams
| first3 = J.
| title = All the Presidents' Names
| publisher = The Pentagon
| place = Home Base, New York
| volume = XII
| edition = 2nd
| year = 2007
}}.
</pre>
|{{Citation
| last1 = Lincoln
| first1 = A.
| last2 = Washington
| first2 = G.
| last3 = Adams
| first3 = J.
| title = All the Presidents' Names
| publisher = The Pentagon
| place = Home Base, New York
| volume = XII
| edition = 2nd
| year = 2007
}}.
|}
 
== 逐次刊行物の記事(雑誌や新聞など) ==
ここでいう[[逐次刊行物]]とは、版を更新していくのではなく、逐次新しい出版物として刊行される資料をいいます。
 
=== 使用法 ===
<syntaxhighlight lang="xml">
{{Citation | last= | first= | author-link= | year= | title= | periodical= | volume= | issue= | pages= | url=}}.
</syntaxhighlight>
{| class="wikitable"
|-
|<pre>
{{Citation
| last =
| first =
| author-link =
| year =
| title =
| periodical =
| volume =
| issue =
| pages =
| url =
}}.
</pre>
|
* '''last'''(または '''last1'''): 著者の姓、名字。
* '''first'''(または '''first1'''): 著者の姓に対する名前。
* '''author-link'''(または '''author1-link'''): 主執筆者に関するWikipediaの記事名。
* '''last2''', '''last3''', '''last4''': 第2著者、第3著者、第4著者の姓、名字。
* '''first2''', '''first3''', '''first4''': 第2著者、第3著者、第4著者の姓に対する名前。
* '''author2-link''', '''author3-link''', '''author4-link''': 第2著者、第3著者、第4著者に関するWikipediaの記事名。
* '''date''': 出版日または採録日。
* '''year''': 出版年または採録年。{{tl|Harv}}と併せて用いる場合は必ず入力してください。
* '''title''': 記事名。
* '''periodical'''(または '''journal''', '''newspaper''', '''magazine'''): 誌名または紙名。
* '''volume''': 巻号の巻。
* '''issue'''(または '''number'''): 巻号の号。
* '''pages'''(''任意''): 該当ページ番号。
* '''url''': 記事がオンラインである場合の[[URL]]。
|}
 
=== 使用例 ===
{| class="wikitable"
|-
|雑誌記事
|<pre>
{{Citation
| last = Hill
| first = Marvin S.
| title = Joseph Smith and the 1826
Trial: New Evidence and New
Difficulties
| journal = BYU Studies
| volume = 12
| issue = 2
| year = 1976
| pages = 1&ndash;8
| url = https://byustudies.byu.edu/
shop/PDFSRC/12.2Hill.pdf
}}.
</pre>
|{{Citation
| last = Hill
| first = Marvin S.
| title = Joseph Smith and the 1826 Trial: New Evidence and New Difficulties
| journal = BYU Studies
| volume = 12
| issue = 2
| year = 1976
| pages = 1&ndash;8
| url = https://byustudies.byu.edu/shop/PDFSRC/12.2Hill.pdf
}}.
|-
|新聞記事
|<pre>
{{Citation
| last = Smith
| first = Joseph III
| author-link = Joseph Smith III
| title = Last Testimony of Sister Emma
| newspaper = The Saints' Herald
| volume = 26
| issue = 19
| date = October 1, 1879
| year = 1879
| page = 289
| url = http://www.sidneyrigdon.com/
dbroadhu/IL/sain1872.htm#100179
}}.
</pre>
|{{Citation
| last = Smith
| first = Joseph III
| author-link = Joseph Smith III
| title = Last Testimony of Sister Emma
| newspaper = The Saints' Herald
| volume = 26
| issue = 19
| date = October 1, 1879
| year = 1879
| page = 289
| url = http://www.sidneyrigdon.com/dbroadhu/IL/sain1872.htm#100179
}}.
|}
 
== 図書の章節や項目(百科事典など) ==
=== 使用法 ===
<syntaxhighlight lang="xml">
{{Citation | last= | first= | author-link= | last2= | first2= | author2-link= | date= | year= | contribution= | contribution-url= | editor-last= | editor-first= | editor-link= | editor2-last= | editor2-first= | editor2-link= | title= | volume= | volume-title= | edition= | place= | publisher= | publication-date= | series= | pages= | id= | url=}}.
</syntaxhighlight>
{| class="wikitable"
|-
| style="width:13em" |<pre>
{{Citation
| last =
| first =
| author-link =
| last2 =
| first2 =
| author2-link =
| date =
| year =
| contribution =
| contribution-url =
| editor-last =
| editor-first =
| editor-link =
| editor2-last =
| editor2-first =
| editor2-link =
| title =
| volume =
| volume-title =
| edition =
| place =
| publisher =
| publication-date =
| series =
| pages =
| id =
| url =
}}
</pre>
|
* '''last'''(または '''last1'''): 著者の姓、名字。
* '''first'''(または '''first1'''): 著者の姓に対する名前。
* '''author-link'''(または '''author1-link'''): 主執筆者に関するWikipediaの記事名。
* '''last2''', '''last3''', '''last4''': 第2著者、第3著者、第4著者の姓、名字。
* '''first2''', '''first3''', '''first4''': 第2著者、第3著者、第4著者の姓に対する名前。
* '''author2-link''', '''author3-link''', '''author4-link''': 第2著者、第3著者、第4著者に関するWikipediaの記事名。
* '''date''': 出版日または採録日。
* '''year''': 出版年または採録年。{{tl|Harv}}と併せて用いる場合は必ず入力してください。
* '''contribution''' (or '''chapter'''): 寄稿または章節の表題<ref name="contribution_note">contributionパラメーターとchapterパラメーターは共存できません。例えばcontribution-urlとchapterの組合せ、あるいはcontributionとcontribution-urlとchapterを組合せて使用すると、contributionあるいはchapter(およびそれらのurl)などの情報が表示されなくなります(パラメーターの内容が指定されていないくても、テンプレートの中に、例えば"chapter="などのように空のパラーメーター名が書かれているだけでもエラーになります)。urlを指定する場合は、contributionに対してはcontribution-url、chapterに対してはchapter-urlを使ってください。</ref>。
* '''contribution-url''' (or '''chapter-url'''): 寄稿または章節のURL<ref name="contribution_note" />。
* '''editor-last''' (or '''editor1-last'''): 編者の姓、名字。
* '''editor-first''' (or '''editor1-first'''): 編者の姓に対する名前。
* '''editor-link''' (or '''editor1-link'''): 編者に関するWikipediaの記事名。
* '''editor2-last''', '''editor3-last''', '''editor4-last''': 第2編者、第3編者、第4編者の姓、名字。
* '''editor2-first''', '''editor3-first''', '''editor4-first''': 第2編者、第3編者、第4編者の姓に対する名前。
* '''editor2-link''', '''editor3-link''', '''editor4-link''': 第2編者、第3編者、第4編者に関するWikipediaの記事名。
* '''title''': 書名。
* '''volume''': 巻号。
* '''volume-title''': 巻名。
* '''edition''': 版。例「''edition''=2nd」。
* '''place''': 出版地。複数ある場合は、筆頭にあげられている市町村名を書いてください。市町村名が有名でない場合は、都道府県名や国名を添えてください。米国の州名を添える場合は2文字で構いません。例「<code>Place=Paris, TX</code>」(末尾にピリオドは不要です)。市町村名を冠している大学の出版物にはこの引数は不要です。
* '''publisher''': 発行所。「株式会社」「有限会社」「~法人」「Publishers」「Co.」「Inc.」「Ltd.」等は省きますが、社名の一部である「書店」「出版」「Books」「Press」は省かず、入力してください。
* '''series''': [[叢書]]名。
* '''id''': ''<nowiki>ISBN 1-111-22222-9</nowiki>''のような識別符号。
* '''isbn''': [[ISBN]]。
* '''url''': 図書がオンラインである場合の[[URL]]。
|}
 
=== 使用例 ===
{| class="wikitable"
|-
|編著の寄稿記事
|<pre>
{{Citation
| last = Bidamon
| first = Emma Smith
| author-link = Emma Hale Smith
| chapter = Letter to Emma S. Pilgrim
| date = March 27 1876
| year = 1876
| editor-surname = Vogel
| editor-first = Dan
| title = Early Mormon Documents
| volume = 1
| publisher = Signature Books
| publication-date = 1996
| isbn = 1-56085-072-8
}}.
</pre>
|{{Citation
| last = Bidamon
| first = Emma Smith
| author-link = Emma Hale Smith
| chapter = Letter to Emma S. Pilgrim
| date = March 27 1876
| year = 1876
| editor-surname = Vogel
| editor-first = Dan
| title = Early Mormon Documents
| volume = 1
| publisher = Signature Books
| publication-date = 1996
| isbn = 1-56085-072-8
}}.
|-
|著者のいない編集記事
|<pre>
{{Citation
| editor-surname = Vogel
| editor-first = Dan
| title = Early Mormon Documents
| volume = 1
| publisher = Signature Books
| publication-date = 1996
| isbn = 1-56085-072-8
}}.
</pre>
|{{Citation
| editor-surname = Vogel
| editor-first = Dan
| title = Early Mormon Documents
| volume = 1
| publisher = Signature Books
| publication-date = 1996
| isbn = 1-56085-072-8
}}.
|-
|執筆者が記載された百科事典の項目
|<pre>
{{Citation
| last = Kramer
| first = Martin
| author-link = Martin Kramer
| contribution = Bernard Lewis
| editor-last = Boyd
| editor-first = Kelley
| title = Encyclopedia of Historians
and Historical Writing
| volume = 1
| pages = 719&ndash;720
| publisher = Fitzroy Dearborn
| place = London
| publication-date = 1999
| contribution-url = http://
www.geocities.com/martinkramerorg/
BernardLewis.htm
}}.
</pre>
|{{Citation
| last = Kramer
| first = Martin
| author-link = Martin Kramer
| contribution = Bernard Lewis
| editor-last = Boyd
| editor-first = Kelley
| title = Encyclopedia of Historians and Historical Writing
| volume = 1
| pages = 719&ndash;720
| publisher = Fitzroy Dearborn
| place = London
| publication-date = 1999
| contribution-url = http://www.geocities.com/martinkramerorg/BernardLewis.htm
}}.
|-
|執筆者の記載がない百科事典の項目
|<pre>
{{Citation
| contribution = Bernard Lewis
| editor-last = Boyd
| editor-first = Kelley
| title = Encyclopedia of Historians
and Historical Writing
| volume = 1
| pages = 719&ndash;720
| publisher = Fitzroy Dearborn
| place = London
| year = 1999
| contribution-url = http://
www.geocities.com/martinkramerorg/
BernardLewis.htm
}}.
</pre>
|{{Citation
| contribution = Bernard Lewis
| editor-last = Boyd
| editor-first = Kelley
| title = Encyclopedia of Historians and Historical Writing
| volume = 1
| pages = 719&ndash;720
| publisher = Fitzroy Dearborn
| place = London
| year = 1999
| contribution-url = http://www.geocities.com/martinkramerorg/BernardLewis.htm
}}.
|}
 
== 逐次刊行物の編著記事の中の項目や章節(寄稿や再掲、総説など) ==
=== 使用法 ===
<syntaxhighlight lang="xml">
{{Citation | last= | first= | author-link= | last2= | first2= | author2-link= | date= | year= | contribution= | contribution-url= | editor-last= | editor-first= | editor-link= | editor2-last= | editor2-first= | editor2-link= | title= | periodical= | volume= | issue= | pages= | id= | url=}}.
</syntaxhighlight>
{| class="wikitable"
|-
|<pre>
{{Citation
| last =
| first =
| author-link =
| last2 =
| first2 =
| author2-link =
| date =
| year =
| contribution =
| contribution-url =
| editor-last =
| editor-first =
| editor-link =
| editor2-last =
| editor2-first =
| editor2-link =
| title =
| periodical =
| volume =
| issue =
| pages =
| id =
| url =
}}.
</pre>
|
* '''last'''(または '''last1'''): 著者の姓、名字。
* '''first'''(または '''first1'''): 著者の姓に対する名前。
* '''author-link'''(または '''author1-link'''): 主執筆者に関するWikipediaの記事名。
* '''last2''', '''last3''', '''last4''': 第2著者、第3著者、第4著者の姓、名字。
* '''first2''', '''first3''', '''first4''': 第2著者、第3著者、第4著者の姓に対する名前。
* '''author2-link''', '''author3-link''', '''author4-link''': 第2著者、第3著者、第4著者に関するWikipediaの記事名。
* '''date''': 出版日または採録日。
* '''year''': 出版年または採録年。{{tl|Harv}}と併せて用いる場合は必ず入力してください。
* '''contribution''' (or '''chapter'''): 寄稿または章節の表題<ref name="contribution_note" />。
* '''contribution-url''' (or '''chapter-url'''): 寄稿または章節のURL<ref name="contribution_note" />。
* '''editor-last''' (or '''editor1-last'''): 編者の姓、名字。
* '''editor-first''' (or '''editor2-first'''): 編者の姓に対する名前。
* '''editor-link''' (or '''editor1-link'''): 編者に関するWikipediaの記事名。
* '''editor2-last''', '''editor3-last''', '''editor4-last''': 第2編者、第3編者、第4編者の姓、名字。
* '''editor2-first''', '''editor3-first''', '''editor4-first''': 第2編者、第3編者、第4編者の姓に対する名前。
* '''editor2-link''', '''editor3-link''', '''editor4-link''': 第2編者、第3編者、第4編者に関するWikipediaの記事名。
* '''title''': 編著の表題。
* '''periodical'''(または '''journal''', '''newspaper''', '''magazine'''): 誌名または紙名。
* '''volume''': 巻号の巻。
* '''issue'''(または '''number'''): 巻号の号。
* '''pages'''(''任意''): 該当ページ番号。
* '''url''': 記事がオンラインである場合の[[URL]]。
|}
 
=== 使用例 ===
{| class="wikitable"
|-
|雑誌の編著項目の中の記事
|<pre>
{{Citation
| last = Knight
| first = Joseph, Sr.
| year = 1833
| editor-last = Jessee
| editor-first = Dean
| title = Joseph Knight's Recollection
of Early Mormon History
| journal = BYU Studies
| volume = 17
| issue = 1
| publication-date = 1976
| page = 35
| url = https://byustudies.byu.edu/
shop/PDFSRC/17.1Jessee.pdf
}}.</pre>
|{{Citation
| last = Knight
| first = Joseph, Sr.
| year = 1833
| editor-last = Jessee
| editor-first = Dean
| title = Joseph Knight's Recollection of Early Mormon History
| journal = BYU Studies
| volume = 17
| issue = 1
| publication-date = 1976
| page = 35
| url = https://byustudies.byu.edu/shop/PDFSRC/17.1Jessee.pdf
}}.
|-
|一旦ある日、ある場所で著された後、編者によって異なる日、異なる場所で逐次刊行物に出版された記事
|<pre>
{{Citation
| last = Klingensmith
| first = Philip
| contribution = Affidavit
| year = 1872
| date = September 5, 1872
| place = Lincoln County, Nevada
| title = Mountain Meadows Massacre
| editor-last = Toohy
| editor-first = Dennis J.
| journal = Corinne Daily Reporter
| publication-date = September 24, 1872
| publication-place = Corinne, Utah
| volume = 5
| issue = 252
| pages = 1
| contribution-url = http://
udn.lib.utah.edu/u?/corinne,5359
}}
</pre>
|{{Citation
| last = Klingensmith
| first = Philip
| contribution = Affidavit
| year = 1872
| date = September 5, 1872
| place = Lincoln County, Nevada
| title = Mountain Meadows Massacre
| editor-last = Toohy
| editor-first = Dennis J.
| journal = Corinne Daily Reporter
| publication-date = September 24, 1872
| publication-place = Corinne, Utah
| volume = 5
| issue = 252
| pages = 1
| contribution-url = http://udn.lib.utah.edu/u?/corinne,5359
}}
|}
 
== 日付の書き方 ==
''date''、''publication-date''引数は、[[Wikipedia:表記ガイド#年月日・時間]]に基づき、数字は半角、年は西暦4桁、月日がひと桁の場合は十の位に0を書かず、年月日間に空白を置かないで入力して下さい。
* <code>date = 1990年2月4日</code>
* <code>date = 1990-02-04</code>(ISO形式も指定可能)
* <code>date = 1990年2月</code>(日がわからない場合)
* <code>date = 1990年</code>(月日がわからない場合)
* <code>year = n.d.</code>(全くわからない場合<ref name="SIST02NoDatePublisher" />)
なお、''year''引数には「年」を入れないで下さい。
入れると、{{Tl|Harv}}との連携に支障をきたします。
''date''引数の方に「年」を含んで入力すれば、「年」を表示することができますので、半角数字だけの''year''と、「年」を含んだ''date''の両方を入力してください。
<nowiki>{{Citation</nowiki>
| ...
| year = 1990
| date = 1990年
| ...
<nowiki>}}</nowiki>
...(1990年)....
 
''accessdate''引数は[[ISO 8601]]に基づき、次のように''YYYY-MM-DD''で書いてください。
* ''accessdate=2008-10-25''
 
== 引数 ==
引数の一覧表です。
古い引数は収載していません。
新しい引数を使用してください。
 
=== 編著者に関する引数 ===
<!-- 姓は http://park16.wakwak.com/~dekoboko/hobby/myouji/best10000/1-100.html より -->
{| class="mw-collapsible wikitable mw-collapsed"
! 引数 !! 指定内容 !! 既定値 !! 例など
|-
! last
| 筆頭著者の姓 || || last = 佐藤
|-
! last1
| 筆頭著者の姓 || || last1 = 佐藤
|-
! first
| 筆頭著者の名 || || first = 一郎
|-
! first1
| 筆頭著者の名 || || first1 = 一郎
|-
! author
| 筆頭著者の名前 || || author = 佐藤一郎
|-
! author1
| 筆頭著者の名前 || || author1 = 佐藤一郎
|-
! author-link
| 筆頭著者のウィキペディア項目 || || author-link = 佐藤一郎 (画家)
|-
! author1-link
| 筆頭著者のウィキペディア項目 || || author1-link = 佐藤一郎 (画家)
|-
! last2
| 第2著者の姓 || || last2 = 鈴木
|-
! first2
| 第2著者の名 || || first2 = 二郎
|-
! author2
| 第2著者の名前 || || author2 = 鈴木二郎
|-
! author2-link
| 第2著者のウィキペディア項目 || || author2-link = 鈴木二郎
|-
! last3
| 第3著者の姓 || || last3 = 高橋
|-
! first3
| 第3著者の名 || || first3 = 三郎
|-
! author3
| 第3著者の名前 || || author3 = 高橋三郎
|-
! author3-link
| 第3著者のウィキペディア項目 || || author3-link = 高橋三郎
|-
! last4
| 第4著者の姓 || || last4 = 田中
|-
! first4
| 第4著者の名 || || first4 = 四郎
|-
! author4
| 第4著者の名前 || || author4 = 田中四郎
|-
! author4-link
| 第4著者のウィキペディア項目 || || author4-link = 田中四郎
|-
! last5
| 第5著者の姓 || || last5 = 渡辺
|-
! first5
| 第5著者の名 || || first5 = 五郎
|-
! author5
| 第5著者の名前 || || author5 = 渡辺五郎
|-
! author5-link
| 第5著者のウィキペディア項目 || || author5-link = 渡辺五郎
|-
! last6
| 第6著者の姓 || || last6 = 伊藤
|-
! first6
| 第6著者の名 || || first6 = 六郎
|-
! author6
| 第6著者の名前 || || author6 = 伊藤六郎
|-
! author6-link
| 第6著者のウィキペディア項目 || || author6-link = 伊藤六郎
|-
! last7
| 第7著者の姓 || || last7 = 山本
|-
! first7
| 第7著者の名 || || first7 = 七郎
|-
! author7
| 第7著者の名前 || || author7 = 山本七郎
|-
! author7-link
| 第7著者のウィキペディア項目 || || author7-link = 山本七郎
|-
! last8
| 第8著者の姓 || || last8 = 中村
|-
! first8
| 第8著者の名 || || first8 = 八郎
|-
! author8
| 第8著者の名前 || || author8 = 中村八郎
|-
! author8-link
| 第8著者のウィキペディア項目 || || author8-link = 中村八郎
|-
! last9
| 第9著者の姓 || || last9 = 小林
|-
! first9
| 第9著者の名 || || first9 = 九郎
|-
! author9
| 第9著者の名前 || || author9 = 小林九郎
|-
! author9-link
| 第9著者のウィキペディア項目 || || author9-link = 小林九郎
|-
! editor-last
| 筆頭編者の姓 || || editor-last = 加藤
|-
! editor1-last
| 筆頭編者の姓 || || editor1-last = 加藤
|-
! editor-first
| 筆頭編者の名 || || editor-first = 一郎
|-
! editor1-first
| 筆頭編者の名 || || editor1-first = 一郎
|-
! editor
| 単独編者の名前 || || editor = 加藤一郎
|-
! editors
| 複数編者の名前 || || editors = 加藤一郎; 吉田二郎; 山田三郎 &amp;amp; 佐々木四郎
|-
! editor-link
| 筆頭編者のウィキペディア項目 || || editor-link = 加藤一郎 (法学者)
|-
! editor1-link
| 筆頭編者のウィキペディア項目 || || editor1-link = 加藤一郎 (法学者)
|-
! editor2-last
| 第2編者の姓 || || editor2-last = 吉田
|-
! editor2-first
| 第2編者の名 || || editor2-first = 二郎
|-
! editor2-link
| 第2編者のウィキペディア項目 || || editor2-link = 吉田二郎
|-
! editor3-last
| 第3編者の姓 || || editor3-last = 山田
|-
! editor3-first
| 第3編者の名 || || editor3-first = 三郎
|-
! editor3-link
| 第3編者のウィキペディア項目 || || editor3-link = 山田三郎
|-
! editor4-last
| 第4編者の姓 || || editor4-last = 佐々木
|-
! editor4-first
| 第4編者の名 || || editor4-first = 四郎
|-
! editor4-link
| 第4編者のウィキペディア項目 || || editor4-link = 佐々木四郎
|}
 
=== 日時に関する引数 ===
公表と出版の時期が異なる場合は、「year」引数には公表の年を、「date」引数には公表日を、「publication-date」引数には出版日を入力してください。
{| class="mw-collapsible wikitable mw-collapsed"
! 引数 !! 指定内容 !! 既定値 !! 例など
|-
! year
| 公表年 || n.d. || year = 2008<br />n.d.はno date、不明の意<ref name="SIST02NoDatePublisher" />。
|-
! date
| 出版日か公表日 || || date = 2008年12月8日<br />date = 2008-12-08<br />date = 2008年12月<br />date = 2008年 など
|-
! publication-date
| 出版日 || || publication-date = 2009年2月8日<br />publication-date = 2009年2月<br />publication-date = 2009年 など
|-
! accessdate
| 引用日 || || accessdate = 2009-02-08
|}
 
=== 出版等に関する引数 ===
{| class="mw-collapsible wikitable mw-collapsed"
! 引数 !! 指定内容 !! 既定値 !! 例など
|-
! title
| 文献の表題 || || title = 日本製茶の分析説
|-
! periodical
| 誌名、紙名 || || periodical = 東京化學會誌<br />periodical = 日本経済新聞
|-
! chapter<ref name="contribution_note" />
| 寄稿章題 || || chapter = Letter to Emma S. Pilgrim
|-
! contribution<ref name="contribution_note" />
| 寄稿記事題 || || contribution = Bernard Lewis
|-
! series
| 叢書名 || || series = 実験化学講座
|-
! url
| 文献の[[URL]] || || url = <nowiki>http://www.journalarchive.jst.go.jp/japanese/jnlabstract_ja.php?cdjournal=nikkashi1880&cdvol=1&noissue=0&startpage=1</nowiki>
|-
! chapter-url<ref name="contribution_note" />
| 寄稿章の[[URL]] || || chapter-url = <nowiki>http://www.somewhere.gov/somewhere.htm</nowiki>
|-
! contribution-url<ref name="contribution_note" />
| 寄稿記事の[[URL]] || || contribution-url = <nowiki>http://www.somewhere.gov/somewhere.htm</nowiki>
|-
! volume
| 巻番号 || || volume = 77
|-
! issue
| 号番 || || issue = 7
|-
! volume-title
| 巻名 || || volume-title = 前編
|-
! page
| ページ番号 || || page = 777
|-
! pages
| ページ範囲 || || pages = 777-789
|-
! publisher
| [[版元|出版者]] || n.p. || publisher = 東京化學會<br />n.p.はno publisher、不明の意<ref name="SIST02NoDatePublisher" />。
|-
! place
| 出版地か公表地 || || place = 横浜
|-
! publication-place
| 出版地 || || publication-place = 東京
|-
! edition
| 版番号 || || edition = 7
|-
! bibcode
| [[Bibcode]] || || bibcode = 1974AJ.....79..819H
|-
! doi
| [[デジタルオブジェクト識別子]] || || doi = 10.1021/jo0349227
|-
! hdl
| [[ハンドルシステム]] || || hdl = 20.1000/100
|-
! isbn
| [[ISBN]] || || isbn = 978-4-00-310101-8
|-
! issn
| [[ISSN]] || || issn = 0028-0836
|-
! oclc
| [[OCLC]] || || oclc = 1586310
|-
! pmid
| [[PMID]] || || pmid = 15695967
|-
! pmc
| [[PMC]] || || pmc = 1604723
|-
! id
| 固有番号(汎用) || || id = い八777
|-
! language
| 言語 || || language = 英語
|-
! format
| ファイル形式 || || format = PDF
|-
! laysummary
| 要約文 || || laysummary = 日本最古の学術論文。製茶業における化学分析法を概説。
|-
! laydate
| 要約を書いた日付 || || laydate = 2009-02-08
|-
! quote
| 引用文 || || quote = 夫レ茶灰ノ各成分ハ茶樹の成長ノ際ニ地中ヨリ吸収セル所ノ無機物ヨリ構成スルカ故ニ或ハ其培養ノ地質或ハ茶葉ノ新古等ニ随テ其此量ニ多少ノ差異ナカラスト雖モ大要ハ左ノ数目ニ出テサルヘシ
|-
! ref
| ''none''とすると、アンカーを作成しない || || ref=none
|-
! separator
| 区切り文字 || ,
|-
! archive-url
| [[アーカイブ|記録保存館]]における[[URL]] || || archive-url = <nowiki>http://www.journalarchive.jst.go.jp/japanese/jnlabstract_ja.php?cdjournal=nikkashi1880&cdvol=1&noissue=0&startpage=1</nowiki>
|-
! archive-date
| [[アーカイブ|記録保存]]された日付 || || archive-date = 2006-03-27
|}
 
== 和書の書誌の書き方 ==
{{tl|Citation}}による出力は、概ね'''[[アメリカ心理学会|APA]]書式'''になる{{Harv|アメリカ心理学会|n.d.}}。
 
'''科学技術情報に関する和書の書誌情報'''の流通を円滑に促進するため、各種ISO規格やJIS規格との整合性を取るように配慮されつつ設計さられた基準(規制ではない)としては、文部科学省から移管された科学技術振興機構の作成にかかる科学技術情報流通技術基準(SIST:Standards for Information of Science and Technology)<ref>{{Citation|author=科学技術振興機構|author-link=科学技術振興機構|year=2007|title=科学技術情報流通技術基準(SIST)|url=https://jipsti.jst.go.jp/sist/|accessdate =2020-01-04 }}</ref>があったが、2010年3月の改訂を区切りとし、2011年度末に事業終了<ref>{{Citation|author=科学技術振興機構|author-link=科学技術振興機構|year=2007|title=SIST 総論|url=https://jipsti.jst.go.jp/sist/handbook/souron/main.htm|accessdate =2020-01-04 }}</ref>している。
 
SISTは、APAに類似した[[約物]]を和洋を問わず採用しており<ref>{{Harvnb|科学技術振興機構|2007|loc=&sect;3.3.6}}</ref>、主に心理・社会学系や理工系の[[学界]]の和文誌で、標準的な書式のバリアントとして広く参考にされてきた。但し、実際には同じ(○○系の)[[学界]]であっても、各[[学会]]の研究雑誌や紀要、論文集ごとに、その投稿規定が示されており、微細な点が様々に異なる。
 
一方、'''{{tl|Citation}}による出力とは馴染まない'''日本史や日本文学・漢文学などの研究の分野で使用されることの多い'''和書特有の[[約物]]である二重かぎ括弧(『』)を用いた書き方'''は、{{tl|Cite book}}及び{{tl|Cite journal}}の和書モードを用いて記載すればよく、{{tl|Cite web}}も用意されている。ただし、和書モードを使用したテンプレートで{{tl|Harv}}と連携したハーバード方式の参照をする場合、'''ref=harv'''を指定する必要がある。
 
== COinS ==
{{UF-COinS}}
 
== 関連項目 ==
* [[Wikipedia:出典を明記する]]
* [[Wikipedia:引用のガイドライン]]
* {{tl|出典の明記}}
* {{tl|要出典}}
* {{tl|独自研究}}
* {{tl|未検証}}
* {{tl|参照方法}}
 
== 脚注 ==
{{Reflist}}
 
== 参考文献 ==
* {{Citation|author=科学技術振興機構|author-link=科学技術振興機構|year=2011|title=参照文献の役割と書き方|series=科学技術情報流通技術基準(SIST)|vol=2|url=https://jipsti.jst.go.jp/sist/pdf/SIST_booklet2011.pdf|accessdate=2020-01-04}} - 小冊子(絶版)のPDF版(2011年版)
* {{Citation | author = アメリカ心理学会 | author-link = アメリカ心理学会 | year = n.d. | title = APA Style | url = https://apastyle.apa.org/ | accessdate =2020-01-04}}
 
== 外部リンク ==
* {{citation | last1 = David | first1 = Baker | last2 = Lynn | first2 = Henrichsen | year = 2002 | date = October 17, 2002 | title = APA reference style | publisher = Brigham Young University | url = http://linguistics.byu.edu/faculty/henrichsenl/apa/APA01.html | accessdate = 2008-12-23}}
 
== TemplateData ==
{{TemplateDataHeader}}
<templatedata>
{
"params": {
"1": {
"label": "表示様式",
"description": "洋書か和書かを選択します。何も選ばないと洋書として表示します。",
"example": "和書",
"type": "line",
"autovalue": "和書",
"suggested": true
},
"title": {
"description": "書名",
"required": true,
"label": "タイトル",
"type": "content"
},
"translator-last": {},
"translator-first": {},
"translator2-last": {},
"translator2-first": {},
"trans-chapter": {},
"trans-title": {},
"country": {},
"number": {},
"publication-date": {},
"year": {
"description": "出版年または採録年",
"required": true,
"label": "出版年",
"type": "number"
},
"ref": {
"type": "line"
},
"separator": {},
"quote": {
"label": "引用文",
"type": "content"
},
"postscript": {},
"author-separator": {},
"author-mask": {},
"authormask": {},
"last": {
"description": "著者の姓、名字",
"suggested": true,
"label": "姓",
"type": "line",
"aliases": [
"surname",
"last1",
"surname1"
]
},
"author": {
"aliases": [
"author1",
"authors"
],
"label": "著者",
"type": "content"
},
"last2": {
"aliases": [
"surname2"
],
"type": "line"
},
"author2": {},
"last3": {
"aliases": [
"surname3"
],
"type": "line"
},
"author3": {
"type": "line"
},
"last4": {
"aliases": [
"surname4"
],
"type": "line"
},
"author4": {},
"last5": {
"aliases": [
"surname5"
],
"type": "line"
},
"author5": {
"type": "line"
},
"last6": {
"type": "line",
"aliases": [
"surname6"
]
},
"author6": {
"type": "line"
},
"last7": {
"type": "line",
"aliases": [
"surname7"
]
},
"author7": {
"type": "line"
},
"last8": {
"type": "line",
"aliases": [
"surname8"
]
},
"author8": {
"type": "line"
},
"last9": {
"type": "line",
"aliases": [
"surname9"
]
},
"author9": {
"type": "line"
},
"first": {
"description": "著者の姓に対する名前",
"suggested": true,
"label": "名前",
"type": "line",
"aliases": [
"given",
"first1",
"given1"
]
},
"first2": {
"type": "line",
"aliases": [
"given2"
]
},
"first3": {
"type": "line",
"aliases": [
"given3"
]
},
"first4": {
"type": "line",
"aliases": [
"given4"
]
},
"first5": {
"type": "line",
"aliases": [
"given5"
]
},
"first6": {
"type": "line",
"aliases": [
"given6"
]
},
"first7": {
"type": "line",
"aliases": [
"given7"
]
},
"first8": {
"type": "line",
"aliases": [
"given8"
]
},
"first9": {
"type": "line",
"aliases": [
"given9"
]
},
"author-link": {
"aliases": [
"author1-link",
"authorlink",
"authorlink1"
],
"type": "wiki-page-name"
},
"author2-link": {
"aliases": [
"authorlink2"
],
"type": "wiki-page-name"
},
"author3-link": {
"aliases": [
"authorlink3"
],
"type": "wiki-page-name"
},
"author4-link": {
"aliases": [
"authorlink4"
],
"type": "wiki-page-name"
},
"author5-link": {
"aliases": [
"authorlink5"
],
"type": "wiki-page-name"
},
"author6-link": {
"aliases": [
"authorlink6"
],
"type": "wiki-page-name"
},
"author7-link": {
"aliases": [
"authorlink7"
],
"type": "wiki-page-name"
},
"author8-link": {
"aliases": [
"authorlink8"
],
"type": "wiki-page-name"
},
"author9-link": {
"aliases": [
"authorlink9"
],
"type": "wiki-page-name"
},
"coauthor": {
"type": "line"
},
"coauthors": {
"type": "line"
},
"translator": {
"label": "翻訳者",
"type": "content"
},
"date": {
"label": "出版日付",
"type": "date"
},
"origyear": {},
"month": {
"type": "number"
},
"type": {},
"archive-url": {
"aliases": [
"archiveurl"
],
"type": "url"
},
"url": {
"description": " 図書がオンラインである場合のURL",
"label": "URL",
"type": "url"
},
"jstor": {
"type": "line",
"aliases": [
"JSTOR"
],
"label": "JSTOR"
},
"Embargo": {},
"pmc": {
"type": "line",
"aliases": [
"PMC"
],
"label": "PMC"
},
"series": {
"type": "line"
},
"version": {},
"journal": {},
"periodical": {},
"newspaper": {},
"magazine": {},
"work": {},
"volume": {
"type": "line"
},
"issue": {
"type": "line"
},
"volume-title": {},
"page": {
"type": "line"
},
"nopp": {},
"pages": {
"type": "line"
},
"at": {
"type": "line"
},
"chapter": {
"type": "line"
},
"contribution": {},
"chapter-url": {},
"chapterurl": {},
"contribution-url": {},
"others": {},
"edition": {
"type": "line"
},
"place": {},
"location": {},
"publication-place": {},
"publisher": {
"description": "発行所",
"suggested": true,
"label": "発行所",
"type": "content"
},
"editor-last": {
"aliases": [
"editor-surname",
"editor1-last",
"editor1-surname"
],
"type": "line"
},
"editor": {
"aliases": [
"editor1",
"editors"
],
"label": "編集者",
"type": "line"
},
"editor2-last": {
"type": "line",
"aliases": [
"editor2-surname"
]
},
"editor2": {
"type": "line"
},
"editor3-last": {
"type": "line",
"aliases": [
"editor3-surname"
]
},
"editor3": {
"type": "line"
},
"editor4-last": {
"type": "line",
"aliases": [
"editor4-surname"
]
},
"editor4": {
"type": "line"
},
"editor-first": {
"type": "line",
"aliases": [
"editor-given",
"editor1-first",
"editor1-given"
]
},
"editor2-first": {
"type": "line",
"aliases": [
"editor2-given"
]
},
"editor3-first": {
"type": "line",
"aliases": [
"editor3-given"
]
},
"editor4-first": {
"type": "line",
"aliases": [
"editor4-given"
]
},
"editor-link": {
"aliases": [
"editor1-link"
],
"type": "wiki-page-name"
},
"editor2-link": {
"type": "wiki-page-name"
},
"editor3-link": {
"type": "wiki-page-name"
},
"editor4-link": {
"type": "wiki-page-name"
},
"language": {
"type": "line"
},
"in": {},
"format": {},
"arxiv": {},
"asin": {
"aliases": [
"ASIN"
],
"label": "ASIN",
"type": "line"
},
"bibcode": {
"type": "line"
},
"doi": {
"type": "line",
"aliases": [
"DOI"
],
"label": "DOI"
},
        "hdl": {
"type": "line",
"aliases": [
"HDL"
],
"label": "HDL"
},
"isbn": {
"description": "ISBN",
"suggested": true,
"aliases": [
"ISBN"
],
"type": "line"
},
"issn": {
"aliases": [
"ISSN"
],
"label": "ISSN",
"type": "line"
},
"naid": {
"aliases": [
"NAID"
],
"label": "NAID",
"type": "line"
},
"ncid": {
"aliases": [
"NCID"
],
"label": "NCID",
"type": "line"
},
"jfm": {
"aliases": [
"JFM"
],
"label": "JFM",
"type": "line"
},
"lccn": {
"aliases": [
"LCCN"
],
"label": "LCCN",
"type": "line"
},
"mr": {
"type": "line",
"aliases": [
"MR"
],
"label": "MR"
},
"oclc": {
"type": "line",
"aliases": [
"OCLC"
],
"label": "OCLC"
},
"ol": {
"type": "line",
"aliases": [
"OL"
],
"label": "OL"
},
"osti": {
"type": "line",
"aliases": [
"OSTI"
],
"label": "OSTI"
},
"pmc-embargo-date": {},
"pmid": {
"type": "line",
"aliases": [
"PMID"
],
"label": "PMID"
},
"rfc": {
"type": "line",
"aliases": [
"RFC"
],
"label": "RFC"
},
"ssrn": {
"type": "line",
"aliases": [
"SSRN"
],
"label": "SSRN"
},
"zbl": {
"type": "line"
},
"id": {
"type": "line",
"aliases": [
"ID"
],
"label": "ID"
},
"access-date": {
"aliases": [
"accessdate"
]
},
"laysummary": {},
"laydate": {},
"author-name-separator": {},
"display-authors": {},
"archive-date": {
"aliases": [
"archivedate"
]
},
"name-list-style": {}
},
"description": "参考文献の著者や書名といった書誌を正しく書くための出典テンプレートです。 図書、雑誌、新聞など文献の形態を問わず使用することができます。 出典を明記する際にご利用下さい。",
"maps": {
"citoid": {
"edition": "edition",
"title": "title",
"caseName": "title",
"nameOfAct": "title",
"url": "url",
"label": "publisher",
"company": "publisher",
"studio": "publisher",
"network": "publisher",
"distributor": "publisher",
"publisher": "publisher",
"publicationTitle": "journal",
"date": "date",
"issueDate": "date",
"dateEnacted": "date",
"dateDecided": "date",
"accessDate": "access-date",
"location": "location",
"ISSN": [
"issn"
],
"ISBN": [
"isbn"
],
"PMCID": "pmc",
"PMID": "pmid",
"oclc": "oclc",
"pages": "pages",
"firstPage": "pages",
"codePages": "pages",
"volume": "volume",
"reporterVolume": "volume",
"codeVolume": "volume",
"series": "series",
"programTitle": "series",
"patentNumber": "issue",
"episodeNumber": "issue",
"billNumber": "issue",
"documentNumber": "issue",
"publicLawNumber": "issue",
"docketNumber": "issue",
"issue": "issue",
"DOI": "doi",
"language": "language",
"podcaster": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"cartographer": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"interviewee": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"performer": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"programmer": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"sponsor": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"artist": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"director": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"contributor": "others",
"author": [
[
"first",
"last"
],
[
"first2",
"last2"
],
[
"first3",
"last3"
],
[
"first4",
"last4"
],
[
"first5",
"last5"
],
[
"first6",
"last6"
],
[
"first7",
"last7"
],
[
"first8",
"last8"
],
[
"first9",
"last9"
]
],
"translator": [
[
"translator-first",
"translator-last"
],
[
"translator2-first",
"translator2-last"
]
],
"editor": [
[
"editor-first",
"editor-last"
],
[
"editor2-first",
"editor2-last"
]
]
}
},
"paramOrder": [
"1",
"ref",
"title",
"author",
"last",
"first",
"author-link",
"author2",
"last2",
"first2",
"author2-link",
"author3",
"last3",
"first3",
"author3-link",
"author4",
"last4",
"first4",
"author4-link",
"author5",
"last5",
"first5",
"author5-link",
"author6",
"last6",
"first6",
"author6-link",
"author7",
"last7",
"first7",
"author7-link",
"author8",
"last8",
"first8",
"author8-link",
"author9",
"last9",
"first9",
"author9-link",
"coauthor",
"coauthors",
"date",
"year",
"month",
"publication-date",
"country",
"translator",
"translator-last",
"translator-first",
"translator2-last",
"translator2-first",
"trans-title",
"trans-chapter",
"quote",
"postscript",
"separator",
"author-separator",
"author-mask",
"authormask",
"origyear",
"type",
"url",
"archive-url",
"archive-date",
"version",
"Embargo",
"journal",
"periodical",
"newspaper",
"magazine",
"edition",
"work",
"publisher",
"editor",
"editor-last",
"editor-first",
"editor-link",
"series",
"volume",
"volume-title",
"issue",
"number",
"page",
"pages",
"at",
"nopp",
"chapter",
"chapter-url",
"chapterurl",
"contribution",
"contribution-url",
"others",
"place",
"location",
"publication-place",
"isbn",
"editor2",
"editor2-last",
"editor2-first",
"editor2-link",
"editor3",
"editor3-last",
"editor3-first",
"editor3-link",
"editor4",
"editor4-last",
"editor4-first",
"editor4-link",
"language",
"in",
"format",
"arxiv",
"doi",
"asin",
"jstor",
"pmc",
"bibcode",
"hdl",
"issn",
"naid",
"ncid",
"jfm",
"lccn",
"mr",
"oclc",
"ol",
"osti",
"pmid",
"rfc",
"ssrn",
"zbl",
"id",
"pmc-embargo-date",
"access-date",
"laysummary",
"laydate",
"display-authors",
"author-name-separator",
"name-list-style"
]
}
</templatedata>
</noinclude>
</noinclude>