Template:Infobox Journal
{{Infobox Journal}}は基本的に学術雑誌の基礎情報を記事に表示するテンプレートです。 一般の雑誌の場合は…
| プロジェクト:出版/Portal:書物 |
{{Infobox Journal}}は基本的に学術雑誌の基礎情報を記事に表示するテンプレートです。 一般の雑誌の場合は{{基礎情報 雑誌}}を使用してください。
使い方
| {{{title}}} | |
|---|---|
|
{{{cover}}} {{{caption}}} | |
| 過去名 | {{{formernames}}} |
| 略称 (ISO) | {{{abbreviation}}} |
| 学術分野 | {{{discipline}}} |
| 査読 | {{{peer-reviewed}}} |
| 言語 | {{{language}}} |
| 編集者 | {{{editor}}} |
| 詳細 | |
| 出版社 | {{{publisher}}} |
| 出版国 | {{{country}}} |
| 出版歴 | {{{history}}} |
| 出版間隔 | {{{frequency}}} |
| オープンアクセス | {{{openaccess}}} |
| ライセンス | {{{license}}} |
| インパクトファクター | {{{impact}}}({{{impact-year}}}) |
| 分類 | |
| ISSN |
{{{ISSNlabel}}} {{{ISSN}}} (印刷物用) {{{eISSN}}} (ウェブ用) |
| LCCN | {{{LCCN}}} |
| CODEN | {{{CODEN}}} |
| OCLC | {{{OCLC}}} |
| 外部リンク | |
| |
| プロジェクト:出版/Portal:書物 | |
{{Infobox Journal
| boxwidth =
| title = <!-- (雑誌名) -->
| cover = <!-- (表紙画像) -->
| caption =
| formernames = <!-- 過去名 -->
| abbreviation = <!-- 略称 (ISO) -->
| discipline = <!-- 学術分野 -->
| peer-reviewed = <!-- 査読 -->
| language = <!-- 言語 -->
| editor = <!-- 編集者 -->
<!-- 詳細 -->
| publisher = <!-- 出版社 -->
| country = <!-- 出版国(例: {{USA}}) -->
| history = <!-- 出版歴(例: [[1869年]] - 現在) -->
| frequency = <!-- 出版間隔([[週刊]]、[[月刊]]など) -->
| openaccess = <!-- オープンアクセス -->
| license = <!-- ライセンス -->
| impact = <!-- インパクトファクター -->
| impact-year = <!-- (インパクトファクターの調査年) -->
<!-- 分類 -->
| ISSNlabel =
| ISSN = <!-- (印刷物用) -->
| eISSN = <!-- (ウェブ用) -->
| LCCN =
| CODEN =
| OCLC =
<!-- 外部リンク -->
| website = <!-- 公式サイト -->
| link1 =
| link1-name =
| link2 =
| link2-name =
| JSTOR =
}}
引数
| 引数 | 指定内容 | 既定値 | 説明 |
|---|---|---|---|
| boxwidth | 20em | infoboxの幅、'em'もしくは'px'に対応(例: boxwidth = 30em もしくは boxwidth = 300px) | |
| title | 記事名 | 雑誌名 | |
| cover | 表紙画像(任意) | ||
| caption | |||
| formernames | 過去名 | ||
| abbreviation | 略称 (ISO 4) | ||
| discipline | 学術分野 | 雑誌が扱う学術分野 | |
| peer-reviewed | 査読 | 査読がない場合は「なし」と入力 | |
| language | 言語 | 英語 | 雑誌内の使用言語。複数の言語が入力可能: language = 英語、フランス語 |
| editor | 編集者 | (任意) | |
| publisher | 出版社 | ||
| country | 出版国 | 例: アメリカ合衆国。国名の冒頭に国旗を表示したい場合は{{USA}}など国旗・国名表示テンプレートが使用できます。
| |
| history | 出版歴 | 例: 1869年 - 現在 | |
| frequency | 出版間隔 | 週刊、月刊など | |
| openaccess | オープンアクセス | 内容の無料公開状況 | |
| license | ライセンス | 内容の著作権ライセンス | |
| impact | インパクトファクター | 影響度 | |
| impact-year | インパクトファクターの調査年 | ||
| ISSNlabel | ISSNナンバーを複数入力した場合の説明(ISSN2label から ISSN10label で入力可能) | ||
| ISSN | ISSN (印刷物用) | ISSNナンバー(電子雑誌の場合、eISSNナンバー)(複数の場合 ISSN2 から ISSN10 まで入力可能。European Physical Journal参照) | |
| eISSN | ISSN (ウェブ用) | 紙製雑誌の電子バージョン用ISSNナンバー(eISSN2 から eISSN10 まで入力可能) | |
| LCCN | LCCN | LCCNのリンク | |
| CODEN | CODEN | CODENのリンク | |
| OCLC | OCLC | OCLCナンバー | |
| website | 公式サイト | 雑誌の公式サイトURL | |
| link1 | その他のURL | ||
| link1-name | link1で指定したURLのサイト名 | ||
| link2 | その他のURL | ||
| link2-name | link2で指定したURLのサイト名 | ||
| JSTOR | JSTOR | JSTORナンバー(ISSNのリンクと同様自動的にリンクされます) |
使用例
- website - http://www.nature.com というふうにURLを記述すると、リンクのタイトルとして"公式サイト"と表示されます。別のリンクタイトルを使用したい、もしくは別のURLも記述したい場合は"link1" & "link1-name" ("link2"など)を使用します。"About Nature"を表示する場合の例:
| website = http://www.nature.com | link1 = http://www.nature.com/nature/about/index.html | link1-name = About Nature
- title - infoboxの最上部に雑誌名を表示します、雑誌名が長い場合は"<br />"を使って改行することができます:
| title = Canadian Journal of<br />Earth Sciences
パラメータを入力する時にリスト化するなど改行が必要な場合は"<br />"を使います。
カテゴリ
このテンプレートが貼り付けられたページに適用するカテゴリはありません。
関連項目
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.