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

ページの作成:「<ref>{{{org}}}. ''{{{title}}}''. {{{id}}}, {{{year}}}.</ref>」
 
編集の要約なし
 
(同じ利用者による、間の3版が非表示)
1行目: 1行目:
<ref>{{{org}}}. ''{{{title}}}''. {{{id}}}, {{{year}}}.</ref>
<includeonly>
{{{org}}}. ''{{{title}}}''. {{{id}}}, {{{year}}}.{{#if:{{{access|}}}| Access: {{{access}}}.}}{{#if:{{{note|}}}| Note: {{{note}}}.}}
</includeonly>
<noinclude>
<templatedata>
{
  "description": "TSRC形式の参考文献書式を生成します。<ref>タグは含まず、本文で包む必要があります。",
  "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>
</noinclude>