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

提供: ひつじ小屋別館2代目
移動先: 案内検索
(1版)
(add role)
5行目: 5行目:
 
| system          <!-- system = default -->
 
| system          <!-- system = default -->
 
| #default  = fmbox-system
 
| #default  = fmbox-system
}} {{{class|}}}" style="{{{style|}}}">
+
}} {{{class|}}}" style="{{{style|}}}" role="presentation">
 
<tr>
 
<tr>
 
{{#ifeq:{{{image|}}}|none
 
{{#ifeq:{{{image|}}}|none

2013年8月15日 (木) 20:02時点における版

Documentation icon Template documentation[view] [edit] [history] [purge]

Parameters

Parameter Options Notes
type warning/editnotice/system
class Additional CSS styling for the message box (pulled from another stylesheet (Mediawiki:Common.css)
style Additional CSS styling for the message box (manually declared)
image [[File:example.example|40px]] If bank, Auto detected and chosen by type.

Default images:

textstyle CSS formatting for the displayed text
text The message to be displayed
imageright [[File:example.example|40px]] File to be shown on the right side of the message

Example messages

Message type Code Example output
(default)
{{Fmbox
|type =
|text = Example message text.
}}
warning
{{Fmbox
|type = warning
|text = Example message text.
}}
editnotice
{{Fmbox
|type = editnotice
|text = Example message text.
}}
system
{{Fmbox
|type = system
|text = Example message text.
}}