利用者:Bcjp/t/fbp国内表 top

提供: Yourpedia
移動: 案内検索

これはテーブルの一部を構成するテンプレートです。単独では表示が乱れる場合があります。

<tr> <th colspan="12">国内大会個人成績</th> </tr> <tr> <th rowspan="2" >年度</th><th rowspan="2">クラブ</th><th rowspan="2">背番号</th><th rowspan="2">リーグ</th> <th colspan="2">リーグ戦</th> {{ #ifexpr:{{ #ifeq:ALL|NY|0|1}} and {{ #ifeq:ALL|NN|0|1}}
<th colspan="2">リーグ杯</th>

}}{{ #ifexpr:{{ #ifeq:ALL|YN|0|1}} and {{ #ifeq:ALL|NN|0|1}}

<th colspan="2">オープン杯</th>

}}

<th colspan="2">期間通算</th>

</tr> <tr>

<th>出場</th><th>得点</th>

{{ #ifexpr:{{ #ifeq:ALL|NY|0|1}} and {{ #ifeq:ALL|NN|0|1}}

<th>出場</th><th>得点</th>

}}{{ #ifexpr:{{ #ifeq:ALL|YN|0|1}} and {{ #ifeq:ALL|NN|0|1}}

<th>出場</th><th>得点</th>

}}

<th>出場</th><th>得点</th>

</tr>


  • メモ
    • 引数無しで呼び出した場合は上のとおり表示される
    • 引数1により、リーグカップの列、オープンカップの列の有無を選択できる(大・小文字は判別しない)
      • YN - リーグカップ列のみ表示する
      • NY - オープンカップ列のみ表示する
      • NN - リーグカップ列、オープンカップ列ともに表示しない
      • YY またはそれ以外(引数無しも含む) - リーグカップ列、オープンカップ列ともに表示する