Template:InfoboxBase
InfoboxBase | |
---|---|
|
Usage
This template is meant to build the foundation for Infobox templates.
In order for the infobox to show up properly, please insert
|} |}
at the end of the InfoboxBase and InfoboxSection templates.
Template Data
<templatedata> { "params": { "1": { "label": "Name", "description": "The title text to display at the top of the infobox.", "example": "Work Title", "type": "string", "suggested": true }, "2": { "label": "Title Background", "description": "The background for the title text.", "example": "green", "type": "string", "suggested": true }, "3": { "label": "Content", "description": "Content displayed directly below the title.", "type": "string", "suggested": true }, "4": { "label": "Title Text Color", "description": "The text color for the title text, in case the default color is not easily visible with the current background color.", "example": "white", "type": "string" }, "5": { "label": "Infobox Background", "description": "The background for the entire infobox.", "example": "whitesmoke", "type": "string" }, "6": { "label": "Infobox Text Color", "description": "The text color for the entire infobox.", "example": "black", "type": "string" } }, "description": "Build the foundation for an infobox.", "paramOrder": [ "1", "2", "3", "4", "5", "6" ] } </templatedata>