テンプレート:Redirect/doc

提供:経済屋
ナビゲーションに移動 検索に移動

このテンプレートは項目名とは異なるリダイレクト元ページ名に関する誘導を目的としたものです。

使い方

平等な曖昧さ回避ページへの誘導

リダイレクト元ページ名と同名の曖昧さ回避ページへの誘導(リンク先=入力した記事名 (曖昧さ回避)

{{Redirect|転送元}}

誘導先を自分で指定する場合

リダイレクト元ページ名と別名の曖昧さ回避ページへの誘導(リンク先=入力した記事名

{{Redirect|転送元|旧居|旧住所}}

2番目のパラメータが「その他」の時のみ、「その他」の代わりに「その他の用法」と表示されます

{{Redirect|転送元|その他|発送元}}

複数項目への誘導

現在は6項目まで対応しています {{Redirect|転送元|a|A|b|B|c|C|d|D|e|E|f|F}}

カテゴリ

このテンプレートが貼り付けられたページに適用するカテゴリはありません

TemplateData

<templatedata> {

   "params": {
       "1": {
           "label": "転送元",
           "description": "転送(リダイレクト)元のページ名。「<<転送元>>」はこの項目へ転送されています、と表示される。",
           "type": "string/wiki-page-name",
           "required": true
       },
       "2": {
           "label": "説明1",
           "description": "<<説明1>>については…、と表示される。省略した場合は、その他の用法については…、となる。",
           "type": "string",
           "default": "その他の用法",
           "required": false
       },
       "3": {
           "label": "リンク先1",
           "description": "<<説明1>>については「<<リンク先1>>」を…、と表示される。省略した場合は「<<転送元>> (曖昧さ回避)」となる。",
           "type": "string/wiki-page-name",
           "default": "<<転送元>> (曖昧さ回避)",
           "required": false
       },
       "4": {
           "label": "説明2",
           "description": "",
           "type": "string",
           "required": false
       },
       "5": {
           "label": "リンク先2",
           "description": "",
           "type": "string/wiki-page-name",
           "required": false
       },
       "6": {
           "label": "説明3",
           "description": "",
           "type": "string",
           "required": false
       },
       "7": {
           "label": "リンク先3",
           "description": "",
           "type": "string/wiki-page-name",
           "required": false
       },
       "8": {
           "label": "説明4",
           "description": "",
           "type": "string",
           "required": false
       },
       "9": {
           "label": "リンク先4",
           "description": "",
           "type": "string/wiki-page-name",
           "required": false
       },
       "10": {
           "label": "説明5",
           "description": "",
           "type": "string",
           "required": false
       },
       "11": {
           "label": "リンク先5",
           "description": "",
           "type": "string/wiki-page-name",
           "required": false
       },
       "12": {
           "label": "説明6",
           "description": "",
           "type": "string",
           "required": false
       },
       "13": {
           "label": "リンク先6",
           "description": "",
           "type": "string/wiki-page-name",
           "required": false
       }
   }

} </templatedata>

関連項目

  • {{Redirectlist}}
  • {{Redirect2}} - 誘導すべき曖昧さ回避ページが2つある場合に便利です。
  • {{Redirect3}} - 複数項目への誘導は、こちらを使用した方が見やすい場合があります。
  • {{Redirect3list}} - Redirect3 と同目的ですが、複数の転送先を箇条書き形式で表記します。
  • {{Redirect4}} - 項目名とは異なるリダイレクト元から、複数のリンク先ページへの誘導を目的としたものです。
  • {{Redirect5}} - 多数の表記揺れをリダイレクトに持つ記事などに使用します。
  • {{Redirect-synonym}} - 別名がある場合。
  • {{Otheruses}} - より柔軟な使い方ができるテンプレートです。
  • {{Dablink}} - 記載する内容が複雑な場合は、こちらを使用してください。