Vorlage:Fmbox/Doku: Unterschied zwischen den Versionen

K
61 Versionen von wikivoyage:Vorlage:Fmbox/Doku importiert
imported>Davidgothberg
(→‎Technical details: Adding explanation: Never set this box to less than 100% width, since then it breaks in some browsers. Then use the ombox instead.)
K (61 Versionen von wikivoyage:Vorlage:Fmbox/Doku importiert)
 
(43 dazwischenliegende Versionen von 30 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{Documentation subpage}}
{{Dokumentation Unterseite}}
{{high-risk}}
{{Lua|Modul:Message box}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->


Zeile 5: Zeile 7:
This is the {{tl|fmbox}} or '''footer & header message box''' template.
This is the {{tl|fmbox}} or '''footer & header message 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 [[Wikipedia:Editnotice|editnotices]].
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 [[w:en:Wikipedia:Editnotice|editnotices]].


This template works similarly to {{tl|ambox}} and mostly uses the same parameters. The main differences are that this box is 100% wide and has different colour styles.
This template works similarly to {{tl|ambox}} and mostly uses the same parameters. The main differences are that this box is 100% wide and has different colour styles.
Zeile 46: Zeile 48:
{{fmbox
{{fmbox
| type = warning
| type = warning
| text = type=<u>warning</u> – Warning notices such as [[MediaWiki:Revision-info]] and [[MediaWiki:Protectedpagewarning]]. <br /> Note: What colours this type should have is still being discussed at the [[Template talk:Fmbox#New type?|talk page]].
| text = type=<u>warning</u> – System warning notices such as [[MediaWiki:Revision-info]] and [[MediaWiki:Protectedpagewarning]].
}}
}}


{{fmbox
{{fmbox
| type = editnotice
| type = editnotice
| text = type=<u>editnotice</u> – Transparent background for [[Wikipedia:Editnotice|editnotices]].
| text = type=<u>editnotice</u> – Transparent background for [[w:en:Wikipedia:Editnotice|editnotices]].
}}
}}


Zeile 61: Zeile 63:
=== Other images ===
=== Other images ===


The default image shown above is mostly for testing and demonstration. In most cases it is more appropriate to use a more specific image or no image at all. These examples use the '''image''' parameter to specify an image other than the default image.
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. These examples use the '''image''' parameter to specify an image other than the default image.


{{fmbox
{{fmbox
Zeile 69: Zeile 71:
{{fmbox
{{fmbox
| image = [[Image:Commons-logo.svg|40x40px]]
| image = [[Image:Commons-logo.svg|40x40px]]
| text  = image = <nowiki>[[Image:Commons-logo.svg|40x40px]]</nowiki> <br> Note the use of "40x40px" to also limit the height of the image. This image is used for [[MediaWiki:Sharedupload]].
| text  = image = <nowiki>[[Image:Commons-logo.svg|40x40px]]</nowiki> <br> Note the use of "40x40px" to also limit the height of the image. This image is used for [[MediaWiki:Sharedupload-desc-here]].
}}
}}


Zeile 77: Zeile 79:


{{fmbox
{{fmbox
| text  = No image given ('''default''')
| text  = Default image given (no '''image=''' specified)
}}
}}
{{fmbox
{{fmbox
Zeile 167: Zeile 169:


Internally this meta-template uses HTML wikimarkup instead of wikimarkup for the table code. That is the usual way we make meta-templates since wikimarkup has several drawbacks. For instance it makes it harder to use [[m:Help:ParserFunctions|parser functions]] and some special characters in parameters.  
Internally this meta-template uses HTML wikimarkup instead of wikimarkup for the table code. That is the usual way we make meta-templates since wikimarkup has several drawbacks. For instance it makes it harder to use [[m:Help:ParserFunctions|parser functions]] and some special characters in parameters.  
The default images for this meta-template are in png format instead of svg format. The main reason is that some older web browsers have trouble with the transparent background that MediaWiki renders for svg images. The png images here have hand optimised transparent background colour so they look good in all browsers. Note that svg icons only look somewhat bad in the old browsers, thus such hand optimisation is only worth the trouble for very widely used icons.


'''Note to admins:''' MediaWiki does not parse and convert HTML wikimarkup in system messages the same way as it does for normal pages. This means for instance that <code>&lt;br></code> is not automatically converted to <code>&lt;br /></code> and missing <code>&lt;/td></code> and <code>&lt;/tr></code> tags are not automatically added. Thus see to that any HTML code you use in system messages are valid XHTML. That is, close all tags that you begin. However, regular wikimarkup works fine in most system messages.
'''Note to admins:''' MediaWiki does not parse and convert HTML wikimarkup in system messages the same way as it does for normal pages. This means for instance that <code>&lt;br></code> is not automatically converted to <code>&lt;br /></code> and missing <code>&lt;/td></code> and <code>&lt;/tr></code> tags are not automatically added. Thus see to that any HTML code you use in system messages are valid XHTML. That is, close all tags that you begin. However, regular wikimarkup works fine in most system messages.
Zeile 173: Zeile 177:


=== See also ===
=== See also ===
* {{tl|fmbox warning ruler}} – A horizontal ruler in the same colour as the red border for the warning type. Used inside some system warning notices.


There are several meta-templates in the mbox family:
{{Mbox templates see also}}
* {{tl|ambox}} – For article message boxes.
* {{tl|tmbox}} – For talk page message boxes.
* {{tl|imbox}} – For image page message boxes.
* {{tl|cmbox}} – For category message boxes.
* {{tl|ombox}} – For other pages message boxes.
* {{tl|mbox}} – Has namespace detection, for message boxes that are used on several types of pages and thus need to change style depending on what page they are used on.


Closely related meta-templates:
{{mbox template family}}
 
* {{tl|fmbox}} – For header and footer message boxes.
* {{tl|dmbox}} – For disambiguation and set index message boxes.


<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Kategorie:Vorlagen:Infoboxen]]
[[Category:Wikipedia metatemplates|{{PAGENAME}}]]
 
[[ro:Format:Meta-casetămas]]
</includeonly>
</includeonly>