Template:Infobox/subtitle/doc
From Eureka Wiki
< Template:Infobox | subtitle
Jump to navigation
Jump to search
This is a documentation subpage for Template:Infobox/subtitle. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
Usage[edit source]
This template is used to built an infobox from bricks. The {{Infobox/subtitle}} is used to add a subtitle inside an infobox.
Syntax[edit source]
{{Infobox/startbox}} {{Infobox/subtitle|subtitle name|bacckground color|text color|colspan value}} {{Infobox/endbox}}
Parameters[edit source]
Parameter | Mandatory | Default value | Explanation |
---|---|---|---|
{{{1|}}} | No | {{PAGENAME}} | Used to add a title on the infobox. Example: {{infobox/subtitle|Your title here...}}
|
{{{2|}}} | No | 4682B4 | Used to change the title infobox background color. Example: {{infoboxsub/title|Your title here...|80B0E0}} Default color is Steel Blue.
|
{{{3|}}} | No | 000000 | Used to change the title infobox text color. Example: {{infobox/subtitle|Your title here...|80B0E0|FFFFFF}} . Default color is black.
|
{{{4|}}} | No | 2 | Used to change the title infobox colspan value. Example: {{infobox/subtitle|Your title here...|80B0E0|FFFFFF|3}} .
|
Example[edit source]
{{Infobox/startbox}} {{Infobox/subtitle | Subtitle|E1E1E1 }} {{Infobox/endbox}} |
|