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

提供:関南・東山地方Wiki
ナビゲーションに移動 検索に移動
(ページの白紙化)
(4版 をインポートしました)
 
(5人の利用者による、間の6版が非表示)
1行目: 1行目:
 
{{#switch:
  <!--If no or empty "demospace" parameter then detect namespace-->
  {{#if:{{{demospace|}}}
  | {{lc: {{{demospace}}} }}    <!--Use lower case "demospace"-->
  | {{#ifeq:{{NAMESPACE}}|{{ns:Template}}
    | template
    | other
    }}
  }}
| template = {{{1|}}}
| other
| #default = {{{2|}}}
}}<!--End switch--><noinclude>
{{documentation}}
</noinclude>

2021年6月20日 (日) 12:59時点における最新版

テンプレートの解説[表示] [編集] [履歴] [キャッシュを破棄]

このテンプレートは、他のテンプレート内で使用し、テンプレート名前空間とそれ以外の名前空間を判別して表示内容を変えるために使用します。

使い方

通常、引数を2個取ります。

{{template other | テンプレート名前空間用のテキスト | それ以外の名前空間用のテキスト }}

もしこのテンプレートが他のテンプレート内で使用されていれば テンプレート名前空間用のテキスト を、

それ以外のページで使用されていれば それ以外の名前空間用のテキスト を表示します。

典型的な使い方としては、テンプレート名前空間でのみカテゴリを追加したくない場合があります。

{{template other | | [[Category:ウィキペディアのメンテナンス]] }}

関連項目