「テンプレート:Boxmenu grid」の版間の差分
表示
細 細かい修正 |
モバイル版に合わせた表示に修正 |
||
1行目: | 1行目: | ||
< | <nomobile> | ||
<div style=" | <div style=" | ||
display: grid; | display: grid; | ||
6行目: | 6行目: | ||
margin: 5px; | margin: 5px; | ||
">{{{Boxmenu|}}}</div></div> | ">{{{Boxmenu|}}}</div></div> | ||
< | </nomobile> | ||
<mobileonly> | |||
<div style=" | <div style=" | ||
display: grid; | display: grid; | ||
13行目: | 14行目: | ||
margin: 5px; | margin: 5px; | ||
">{{{Boxmenu|}}}</div></div> | ">{{{Boxmenu|}}}</div></div> | ||
</mobileonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |
2025年4月2日 (水) 18:55時点における版
Boxmenuをグリッドレイアウトで並べるテンプレート
パラメーター | 説明 | 型 | 状態 | |
---|---|---|---|---|
Boxmenu | Boxmenu 1 | 並べたい全てのBoxmenu要素
| 不明 | 省略可能 |
Desktop-columns | Desktop-columns 2 | 列の数だけスペース区切りで"fr1"を並べる(デスクトップ版のみ適用)。省略時は3列
| 文字列 | 省略可能 |
Mobile-columns | Mobile-columns 3 | 列の数だけスペース区切りで"fr1"を並べる(モバイル版のみ適用)。省略時は2列
| 文字列 | 省略可能 |