「テンプレート:Ombox」の版間の差分
提供: Yourpedia
細 (「テンプレート:Ombox」を保護しました: 度重なる荒らし ([編集=管理者のみに許可] (2016年10月2日 (日) 16:45(UTC)で自動的に解除) [移動=管理者のみに許可] (無期限))) |
(条件文除去した版。引数「small」がyesのときの分岐はテンプレート:Omboxsmallへ転記。) |
||
1行目: | 1行目: | ||
− | {{ | + | {{Ombox/core |
− | {{ | + | | type = {{{type|}}} |
+ | | image = {{{image|}}} | ||
+ | | image-file = {{{image-file|}}} | ||
+ | | image-size = {{{image-size|40x40}}} | ||
+ | | imageright = {{{imageright|}}} | ||
+ | | imageright-file = {{{imageright-file|}}} | ||
+ | | imageright-size = {{{imageright-size|40x40}}} | ||
+ | | style = background-color:{{{background|}}}; {{{style|}}}; | ||
+ | | class = {{{class|}}} | ||
+ | | textstyle = {{{textstyle|}}} | ||
+ | | text = {{{text}}} | ||
+ | }} | ||
+ | }}<noinclude> | ||
+ | {{Documentation}} | ||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> |
2018年5月18日 (金) 12:33時点における版
{{{text}}} |
}}
Omboxテンプレート
引数一覧
{{Ombox/core |type= |style= |background= |image= |image-file= |image-size= |textstyle= |text= |imageright= |imageright-file= |imageright-size= |small= }}
引数の説明
- type
- 下記から選択。例えば「speedy(即時削除)」を選択すると、画像を表示するtableのclass属性に「plainlinks ombox-speedy」が選択され、「Imbox speedy.png」という画像が表示される。省略時既定値は「notice」。
- style
- 画像を表示するテーブルのスタイルを指定。
- background
- 画像を表示するテーブルの背景色を指定。
- image
- 例えば「type」の引数に「speedy」を指定したとき、表示される画像ファイル名は自動的に「Imbox speedy.png」と指定されるが、これを別の画像ファイルに変更したいときに指定する。サイズなども併せて指定する。
- image-file
- 「image」と同じだが画像名だけ指定し、画像サイズは別途「image-size」で指定する。
- image-size
- 「image-file」と併せて用い、画像サイズを指定する。既定値は40(px)。
- textstyle
- 画像の右に表示するテキストのスタイル。
- text
- 画像の右に表示するテキスト。
- imageright
- テキストの右側に表示する画像。画像名とサイズを含めて設定。右側に画像を表示しないときは、引数にNULL値を指定してください。
- imageright-file
- テキストの右側に表示する画像の画像名だけ設定。「imageright」に劣後。サイズは別途「imageright-size」で設定。
- imageright-size
- テキストの右側に表示する画像のサイズ設定。「imageright-file」と併せて使う。既定値は40(px)。
- small
- ブランク指定したときに、小さめのclassを指定する設定が消える。条件文が書けないので代わりに作り付けたもの。
関連テンプレート
- {{Omboxsmall}}
- {{Ombox/core}}