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

提供:ニッチでドワーフなWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の5版が非表示)
1行目: 1行目:
<div class="mw-collapsible mw-collapsed">
<onlyinclude>
<div style="white-space:nowrap; padding-right:5em;">
<div class="mw-collapsible mw-collapsed" style="margin-top: 0; margin-bottom: 0;">
<div style="white-space:nowrap; padding-right:5em; margin-top: 0; margin-bottom: 0;">
{{{top}}}
{{{top}}}
</div>
</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content" style="margin-top: 0; margin-bottom: 0;">
{{{sub}}}
{{{sub}}}
</div></div>
</div></div>
<noinclude>このテンプレートは、放送局一覧の羅列を折り畳んでおくためのものです。
</onlyinclude>
 
<templatedata>
<code>{{{top}}}</code>
{
で、ヘッドラインの隠さない放送局を記述します。
"description": "折り畳みを簡略化するためのテンプレートです。",
 
"format": "inline",
<code>{{{sub}}}</code>
"params": {
で、隠しておく放送局の羅列を記述します。
"top": {
[[カテゴリ:TV放送]]
"label": "top",
</noinclude>
"description": "隠さないヘッドラインにする文章",
"example": "TOKYO MX、含む地6局",
"type": "string",
"required": true
},
"sub": {
"label": "sub",
"description": "隠したり現れたりさせる文章",
"type": "string",
"required": true
}
},
"paramOrder": [
"top",
"sub"
]
}
</templatedata>

2021年3月18日 (木) 17:33時点における最新版

{{{top}}}

{{{sub}}}

<templatedata> { "description": "折り畳みを簡略化するためのテンプレートです。", "format": "inline", "params": { "top": { "label": "top", "description": "隠さないヘッドラインにする文章", "example": "TOKYO MX、含む地6局", "type": "string", "required": true }, "sub": { "label": "sub", "description": "隠したり現れたりさせる文章", "type": "string", "required": true } }, "paramOrder": [ "top", "sub" ] } </templatedata>