Template:Fmbox/doc: Difference between revisions
meta>Sardanaphalus m →top: name update, brackets |
meta>Sardanaphalus →Parameters: replaced {{Parameter descriptions}} with TemplateData |
||
Line 60: | Line 60: | ||
===Parameters=== | ===Parameters=== | ||
{ | <templatedata> | ||
{"description": "", | |||
"params": { | |||
"type": {"description": "Either \"system\", \"editnotice\" or \"warning\". (The default \"system\" uses a light-grey background.)", "type": "string", "default": "system"}, | |||
"image": {"description": "Leave unset to use the default image for type; set as none for no image; or specify an image using standard File: syntax.\n(A width/height around 40px–50px is usually suitable.)", "type": "string", "default": "varies according to {{{type}}}"}, | |||
"imageright": {"description": "For an(other) image at the righthand end of the message box. (As with {{{image}}}, specify using standard File: syntax.)", "type": "string", "default": "[no image]"}, | |||
"id": {"description": "Use to set an CSS id for the template (e.g. to facilitate its detection by javascript).\n[[MediaWiki:Sp-contributions-footer]], for example, uses: | id = sp-contributions-footer", "type": "string"}, | |||
"class": {"description": "To specify CSS class/es for the template.\n[[MediaWiki:Sp-contributions-footer]], for example, uses: | class = sp-contributions-footer", "type": "string"}, | |||
"style": {"description": "To add CSS styling to the template.", "type": "string"}, | |||
"textstyle": {"description": "To add CSS styling to the template's {{{text}}}.\nFor example: | textstyle = font-size:90%;text-align:center;", "type": "string"}, | |||
"text": {"description": "The text presented by the template.", "type": "content"} | |||
} } | |||
}} | </templatedata> | ||
===Technical details=== | ===Technical details=== |
Revision as of 10:44, 28 December 2014
This is a documentation subpage for Template:Fmbox. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used in many system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. Please discuss any changes on the talk page before implementing them. |
This template uses Lua: |
Message box meta-templates | |
---|---|
template | context |
{{Ambox}} | article |
{{Cmbox}} | category |
{{Imbox}} | image |
{{Tmbox}} | talk |
{{Fmbox}} | footer / header |
{{Ombox}} | other pages |
{{Mbox}} | auto-detect |
{{Asbox}} | article stub |
{{Dmbox}} | disambiguation |
This is the {{Fmbox}} ([F]ooter and header [m]essage [box]) template.
It can be used to build message boxes for system messages such as MediaWiki:Sp-contributions-footer-anon. It can also be used for footer and header boxes on user pages and for editnotices.
This template works similarly to {{Ambox}} and mostly uses the same parameters. The main differences are that this box is 100% wide and has different colour styles.
Usage
Simple example
{{Fmbox |text=Some text.}}
produces: Page Module:Message box/fmbox.css has no content.
Some text. |
Complex example
{{Fmbox | type = editnotice | image = [[File:Emblem-question-yellow.svg|40px]] | style = border:1px solid #f4c430; | textstyle = font-style:italic; font-weight:bold; color:red; | text = The message's text. }}
produces: Page Module:Message box/fmbox.css has no content.
The message's text. |
The following examples use different type parameters but no image parameters, i.e. they use the default image for each type.
Page Module:Message box/fmbox.css has no content.
type = warning For system warning notices such as MediaWiki:Revision-info and MediaWiki:Protectedpagewarning. |
Page Module:Message box/fmbox.css has no content.
type = editnotice Provides a transparent background for editnotices. |
Page Module:Message box/fmbox.css has no content.
type = system Default light-grey system-message background. |
Non-default images
The default images shown above are mostly for testing and demonstration. In most cases, it is more appropriate to use a more specific image or no image at all. The following examples use the image parameter to specify an image other than the default.
Page Module:Message box/fmbox.css has no content.
image = [[File:User-info.svg|40px]] MediaWiki:Sp-contributions-footer image. |
Page Module:Message box/fmbox.css has no content.
File:Commons-logo.svg | image = [[File:Commons-logo.svg|40x40px]] MediaWiki:Sharedupload-desc-here image. The "40x40px" parameter within the File: link sets the height as well as the width of the image. |
Other examples
Page Module:Message box/fmbox.css has no content.
Fmbox's default image (i.e. image left unspecified). |
Page Module:Message box/fmbox.css has no content.
Setting image = none means that the text uses the whole of the message box. |
Page Module:Message box/fmbox.css has no content.
image = [[File:User-info.svg|40px]] imageright = [[File:Nuvola apps bookcase.svg|40px]] |
Parameters
Parameter | Description | Type | Status | |
---|---|---|---|---|
type | type | Either "system", "editnotice" or "warning". (The default "system" uses a light-grey background.)
| String | optional |
image | image | Leave unset to use the default image for type; set as none for no image; or specify an image using standard File: syntax. (A width/height around 40px–50px is usually suitable.)
| String | optional |
imageright | imageright | For an(other) image at the righthand end of the message box. (As with {{{image}}}, specify using standard File: syntax.)
| String | optional |
id | id | Use to set an CSS id for the template (e.g. to facilitate its detection by javascript). [[MediaWiki:Sp-contributions-footer]], for example, uses: | id = sp-contributions-footer | String | optional |
class | class | To specify CSS class/es for the template. [[MediaWiki:Sp-contributions-footer]], for example, uses: | class = sp-contributions-footer | String | optional |
style | style | To add CSS styling to the template. | String | optional |
textstyle | textstyle | To add CSS styling to the template's {{{text}}}. For example: | textstyle = font-size:90%;text-align:center; | String | optional |
text | text | The text presented by the template. | Content | optional |
Technical details
This template currently uses hard coded styles and class names. Later it will only use CSS classes making it easier to skin. (In the meantime it can be skinned by using the "!important
" keyword.)
If you need to make a box that is less than 100% wide, then do not use this box; instead, use {{Ombox}}. Since this box doesn't have the "1px empty image cell" code that makes it so the other mboxes get proper box flow in all browsers when less than 100% wide.
If you need to use special characters in the text parameter, then you need to "escape" them like this:
{{Fmbox | text = <div> Equal sign = and a start and end brace { } work fine as they are. But here is a pipe {{!}} and two end braces <nowiki>}}</nowiki>. And now a pipe and end braces <nowiki>|}}</nowiki>. </div> }}
This produces:
Page Module:Message box/fmbox.css has no content.
Equal sign = and a start and end brace { } work fine as they are. But here is a pipe | and two end braces }}. And now a pipe and end braces |}}. |
To avoid potential difficulties with e.g. parser functions or special characters, this metatemplate uses HTML rather than wiki markup to produce the table carrying its output.
As some older browsers have difficulty rendering SVG transparency, the default images for this metatemplate are in PNG rather than SVG format and have been optimised by hand to ensure they work across a wide range and age of browsers. (SVG icons only look somewhat bad in older browsers, thus such optimisation is only worthwhile for very widely used icons.)
Admins: MediaWiki's parsing and converting HTML markup for system messages is not the same as for normal pages: Template:Plaincode for instance, is not automatically converted to <br />
and missing </td>
and </tr>
tags are not added automatically. Any HTML code used in system messages, therefore, must already be valid (include all complementary close tags, etc).
For more details, see the talk page. Since this template works in almost the same way as {{Ambox}}, {{Tmbox}}, {{Imbox}}, {{Cmbox}} and {{Ombox}}, further information found on their talk pages may also be relevant.
See also
- {{Fmbox warning ruler}}, a horizontal ruler, used within some system warning notices, that uses the same red as this template's warning type.
- {{Ambox}}, for messageboxes on article pages.
- {{Cmbox}}, for messageboxes on category pages.
- {{Imbox}}, for messageboxes on file (image) pages.
- {{Tmbox}}, for messageboxes on talk pages.
- {{Fmbox}}, for header and footer messageboxes.
- {{Ombox}}, for messageboxes on other types of page.
- {{Mbox}}, for messageboxes that are used in different namespaces and change their presentation accordingly.
Closely related metatemplates:
- {{Asbox}}, for messageboxes in article stubs.
- {{Dmbox}}, for messageboxes on disambiguation or set-index pages.
- {{Ivmbox}}, a simple full-width box with default ivory background intended to frame important messages or notices.
Templates intended to be used in conjunction with Mboxes:
- {{Ombox/shortcut}}, an alternative to {{Shortcut}} for use in Mbox templates