模板:Fmbox
外观
| 本模板已应用于 大量页面。 为避免大规模的破坏及不必要的服务器负荷,任何改动均应先在模板的沙盒、测试样例页面或您自己的用户页测试,经过测试後即可一次性改动本模板。为尊重其他用户,任何改动在生效前都应先在讨论页讨论。 |
| 這個模板被使用在系統訊息中。 對此模板的修改會立即反映在維基百科用戶介面上,為避免造成大規模的影響,任何編輯應該先在此模板的沙盒頁面、測試樣例或您自己的用戶子頁面中測試,測試過後的修改才能在單次編輯中添加到此模板。請在做任何修改之前在此討論頁中進行討論。 |
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 |
| dir | ltr or rtl
|
Text direction; may be used with {{dir}} and {{uselang}} or {{pagelang}} |
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.
}}
|
|