「テンプレート:Boxmenu」の版間の差分
説明の追加、細かい修正 |
細編集の要約なし |
||
(同じ利用者による、間の6版が非表示) | |||
5行目: | 5行目: | ||
border: solid 2px #808080; | border: solid 2px #808080; | ||
background-color: #f0f0ff; | background-color: #f0f0ff; | ||
">{{#if: {{{画像|}}} | | "><div class="img-width-100">{{#if: {{{画像|}}} | {{{画像}}} }}</div><p><big><b>{{{ヘッダー|}}}</b></big><br>{{{説明|}}}</p></div> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
11行目: | 11行目: | ||
"params": { | "params": { | ||
"画像": { | "画像": { | ||
"description": " | "description": "表示する画像", | ||
"example": "疑似点灯例.JPG", | "example": "[[ファイル:疑似点灯例.JPG|link=:カテゴリ:灯器]]", | ||
"type": " | "type": "string", | ||
"aliases": [ | |||
"1" | |||
] | |||
}, | }, | ||
"ヘッダー": { | "ヘッダー": { | ||
"description": "説明の上に表示", | "description": "説明の上に表示", | ||
"example": "[[:カテゴリ:灯器|灯器]]", | "example": "[[:カテゴリ:灯器|灯器]]", | ||
"type": "string" | "type": "string", | ||
"aliases": [ | |||
"2" | |||
] | |||
}, | }, | ||
"説明": { | "説明": { | ||
"description": "説明本文", | "description": "説明本文", | ||
"example": "信号灯器に関するカテゴリです。", | "example": "信号灯器に関するカテゴリです。", | ||
"type": "string" | "type": "string", | ||
"aliases": [ | |||
"3" | |||
] | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"画像", | |||
"ヘッダー", | |||
"説明" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |