「テンプレート:Boxmenu grid」の版間の差分
表示
Boxmenu用グリッドレイアウト |
細 ※効果なかったので取り消し タグ: 取り消し |
||
(2人の利用者による、間の14版が非表示) | |||
1行目: | 1行目: | ||
< | <span class="desktop-only"><div style=" | ||
display: grid; | display: grid; | ||
grid-template-columns: {{{Desktop-columns|1fr 1fr 1fr}}}; | grid-template-columns: {{{Desktop-columns|1fr 1fr 1fr}}}; | ||
width: auto; | width: auto; | ||
margin: | margin: 3px; | ||
">{{{Boxmenu|}}}</div> | ">{{{Boxmenu|}}}</div></span> | ||
< | <span class="mobile-only"><div style=" | ||
display: grid; | display: grid; | ||
grid-template-columns: {{{Mobile-columns|1fr 1fr}}}; | grid-template-columns: {{{Mobile-columns|1fr 1fr}}}; | ||
width: | width: 100%; | ||
margin: | margin: 3px; | ||
">{{{Boxmenu|}}}</div> | ">{{{Boxmenu|}}}</div></span> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "Boxmenu": { | ||
"description": "並べたい全てのBoxmenu要素", | |||
"example": "{{Boxmenu|画像=疑似点灯例.JPG|ヘッダー=[[:カテゴリ:灯器|灯器]]|説明=信号灯器に関するカテゴリです。}} {{Boxmenu...", | |||
"type": "unknown", | |||
"aliases": [ | |||
"1" | |||
] | |||
}, | |||
"Desktop-columns": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"description": "列の数だけスペース区切りで\"fr1\"を並べる(デスクトップ版のみ適用)。省略時は3列", | "description": "列の数だけスペース区切りで\"fr1\"を並べる(デスクトップ版のみ適用)。省略時は3列", | ||
"example": "fr1 fr1 fr1", | "example": "fr1 fr1 fr1", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Mobile-columns": { | ||
" | "aliases": [ | ||
"3" | |||
], | |||
"description": "列の数だけスペース区切りで\"fr1\"を並べる(モバイル版のみ適用)。省略時は2列", | "description": "列の数だけスペース区切りで\"fr1\"を並べる(モバイル版のみ適用)。省略時は2列", | ||
"example": "fr1 fr1", | "example": "fr1 fr1", | ||
36行目: | 43行目: | ||
"paramOrder": [ | "paramOrder": [ | ||
"Boxmenu", | "Boxmenu", | ||
" | "Desktop-columns", | ||
" | "Mobile-columns" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
2025年4月2日 (水) 20:14時点における最新版
Boxmenuをグリッドレイアウトで並べるテンプレート
パラメーター | 説明 | 型 | 状態 | |
---|---|---|---|---|
Boxmenu | Boxmenu 1 | 並べたい全てのBoxmenu要素
| 不明 | 省略可能 |
Desktop-columns | Desktop-columns 2 | 列の数だけスペース区切りで"fr1"を並べる(デスクトップ版のみ適用)。省略時は3列
| 文字列 | 省略可能 |
Mobile-columns | Mobile-columns 3 | 列の数だけスペース区切りで"fr1"を並べる(モバイル版のみ適用)。省略時は2列
| 文字列 | 省略可能 |