Template:Fmbox/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (4 revisions) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | <noinclude>{{Documentation subpage}}</noinclude> | ||
<!-- | <!-- PUT HERE THE DOCUMENTATION --> | ||
== Parameters == | |||
{| class="wikitable" | |||
|- | |||
! 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 | |||
| <code><nowiki>[[File:example.example|40px]]</nowiki></code> | |||
| If bank, Auto detected and chosen by <code>type</code>. | |||
Default images: | |||
* warning: [[:File:Cmbox deletion.png]] | |||
* editnotice: [[:File:Imbox notice.png]] | |||
* (default)/system: [[:File:Imbox notice.png]] | |||
|- | |||
| textstyle | |||
| | |||
| CSS formatting for the displayed text | |||
|- | |||
| text | |||
| | |||
| The message to be displayed | |||
|- | |||
| imageright | |||
| <code><nowiki>[[File:example.example|40px]]</nowiki></code> | |||
| File to be shown on the right side of the message | |||
|} | |||
=== Example messages === | |||
{| class="wikitable" | |||
|- | |||
! Message type | |||
! Code | |||
! Example output | |||
|- | |||
| (default) | |||
| <pre>{{Fmbox | |||
|type = | |||
|text = Example message text. | |||
}}</pre> | |||
| {{Fmbox |type= |text=Example message text.}} | |||
|- | |||
| warning | |||
| | |||
<pre>{{Fmbox | |||
|type = warning | |||
|text = Example message text. | |||
}}</pre> | |||
| {{Fmbox |type=warning |text=Example message text.}} | |||
|- | |||
| editnotice | |||
| | |||
<pre>{{Fmbox | |||
|type = editnotice | |||
|text = Example message text. | |||
}}</pre> | |||
| {{Fmbox |type=editnotice |text=Example message text.}} | |||
|- | |||
| system | |||
| | |||
<pre>{{Fmbox | |||
|type = system | |||
|text = Example message text. | |||
}}</pre> | |||
| {{Fmbox |type=system |text=Example message text.}} | |||
|} | |||
<includeonly> | |||
<!-- PUT HERE THE CATEGORIES OF THE TEMPLATE --> | |||
[[Category:Info templates|{{PAGENAME}}]] | |||
</includeonly> | |||
<includeonly> | |||
<!-- CATEGORIES | |||
[[Category: | |||
Latest revision as of 13:56, 28 August 2013
| File:Edit-copy green.svg | This is a documentation subpage for Template:Fmbox
(see that page for the template itself). It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
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.
}}
|
|