コンテンツにスキップ

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

提供: Tri-Species Record Commission
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
<ref>{{{org}}}. ''{{{title}}}''. {{{id}}}, {{{year}}}.</ref>
<includeonly>
{{{org}}}. ''{{{title}}}''. {{{id}}}, {{{year}}}.{{#if:{{{access|}}}| Access: {{{access}}}.}}{{#if:{{{note|}}}| Note: {{{note}}}.}}
</includeonly>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
"params": {},
  "description": "TSRC形式の参考文献書式を生成します。<ref>タグは含まず、本文で包む必要があります。",
"description": "TSRCcite"
  "params": {
    "org": {
      "label": "発行機関",
      "description": "研究機関名や委員会名など",
      "type": "string",
      "required": true
    },
    "title": {
      "label": "タイトル",
      "description": "文書の正式なタイトル",
      "type": "string",
      "required": true
    },
    "id": {
      "label": "報告書番号",
      "description": "VTRなどの識別番号",
      "type": "string",
      "required": true
    },
    "year": {
      "label": "発行年",
      "description": "YUT形式の年号など",
      "type": "string",
      "required": true
    },
    "access": {
      "label": "アクセス制限",
      "description": "例:Restricted to Inter-Species Councils(任意)",
      "type": "string",
      "required": false
    },
    "note": {
      "label": "補足情報",
      "description": "脚注内に表示される追加説明(任意)",
      "type": "string",
      "required": false
    }
  }
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

2025年5月4日 (日) 18:13時点における最新版


TSRC形式の参考文献書式を生成します。<ref>タグは含まず、本文で包む必要があります。

テンプレートパラメーター[テンプレートデータを編集]

パラメーター説明状態
発行機関org

研究機関名や委員会名など

文字列必須
タイトルtitle

文書の正式なタイトル

文字列必須
報告書番号id

VTRなどの識別番号

文字列必須
発行年year

YUT形式の年号など

文字列必須
アクセス制限access

例:Restricted to Inter-Species Councils(任意)

文字列省略可能
補足情報note

脚注内に表示される追加説明(任意)

文字列省略可能