قالب:Colorbox/doc
هذه صفحة توثيق فرعية لـ قالب:Colorbox. تتضمن معلومات الاستعمال، التصنيفات وأي محتوى آخر ليس من محتويات الأصل لصفحة القالب. |
This template supersedes {{legend3}}.
Usage
{{colorbox|color|text|Wikilink}}
color is passed to the css background-color property. HTML color names (eg "#FF0000") or the color name (eg "red") can be used.
text is any text to be rendered inside the colorbox.
Wikilink is the Wikilink for the Wikipedia page the text should point to.
Examples
- Empty colorbox
For a colorbox with no text, use
{{colorbox|color}}
renders:
- Legends and keys
For a legend or key using color and a text-based marker such as aCaret (^), dagger/obelisk (†), double dagger/diesis (‡), or asterisk (*), use
{{colorbox|color|^}} {{colorbox|color|†}} {{colorbox|color|‡}} {{colorbox|color|*}}
which renders:
^ † ‡ *
Notes:
- Whenever possible, always use a text marker to improve accessibility in articles. See Wikipedia:Colours for more information.
- Do not use a black shaded colorbox with text markers as the text will not be visible.
- The HTML coding
*
must be used to create the asterisk as Wikipedia will treat the a typed asterisk as an indented bullet point
- like this.
- Linkable text
To create linkable text inside the colorbox, use
{{colorbox|color|text|Wikilink}}
which renders:
Note:
- Do not use a blue or red shaded colorbox with wikilinks as the text will not be visible.
See also
{{Color box}} — Alternative, black bordered version.