Difference between revisions of "Template:Banner/doc"
From EVE University Wiki
(Created page with "; Description : This template creates a colored banner with centered text. ; Dependencies :: Uses: ::: {{T|Co}} :: Used by: ::: ;Syntax :{{T|Banner|2=color= |3=border= |4=tex...") |
m (Typo) |
||
Line 19: | Line 19: | ||
− | <includeonly>[[Category:Formatting | + | <includeonly>[[Category:Formatting templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 14:35, 23 October 2021
- Description
- This template creates a colored banner with centered text.
- Dependencies
-
- Uses:
- {{Co}}
- Used by:
- Uses:
- Syntax
- {{Banner|<color=>|<border=>|<text=>|<content>}}
- color - Color of the banner background. If omitted the background color is dimgray. Colors can be given either by color name[1] (e.g. red or green) or values[2] (like #FF0000).
- banner - Color of the border of the banner. If omitted the border color is red.
- text - Color of the text in the banner. If omitted the text color is white.
- content - The content of the banner
- Sample output
{{Banner|This is a banner!}} gives... This is a banner!
{{Banner|color= yellow|border= red|text= black|This is a yellow banner with a red border and black text !}} gives... This is a yellow banner with a red border and black text !
- References
- ^ https://www.w3schools.com/cssref/css_colors.asp [2021-10-23]
- ^ https://www.w3schools.com/cssref/css_colors_legal.asp [2021-10-23]