Template:Infobox/title
From Eureka Wiki
				
								
				Jump to navigation
				Jump to search
				
				
				Usage[edit source]
This template is used to make an infobox from bricks. The {{Infobox/title}} brick is used to add a title on the infobox's upper part.
Syntax[edit source]
Copy/past the following inside the infobox template:
{{Infobox/startbox}}
{{Infobox/title|title|background color|header|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/title|Your title here...}} | 
| {{{2|}}} | No | 4682B4 | Used to change the title infobox background color. Example: {{infobox/title|Your title here...|80B0E0}}Default color is Steel Blue. | 
| {{{3|}}} | No | header default | Used to add a header pictogram on the title infobox. Example: {{infobox/title|Your title here...|80B0E0|header map}} | 
| {{{4|}}} | No | 000000 | Used to change the title infobox text color. Example: {{infobox/title|Your title here...|80B0E0|header map|FFFFFF}}. Default color is black. | 
| {{{5|}}} | No | 2 | Used to change the title infobox colspan value. Example: {{infobox/title|Your title here...|80B0E0|header map|FFFFFF|3}}. | 
Examples[edit source]
Basic example[edit source]
| {{Infobox/startbox}}
{{Infobox/title|Your title here…|80B0E0|header map}}
{{Infobox/endbox}}
 | 
 | ||
Example inside a template[edit source]
{{Infobox/startbox}}
{{Infobox/title
 | {{{name|{{PAGENAME}}}}}|E1E1E1|header default
}}
{{Infobox/endbox}}
See also[edit source]
| The above documentation is transcluded from Template:Infobox/title/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. | 









 Template documentation
 Template documentation

