Template:FrameBox
About
Infobox with title and content, intended use in Main Page and Administrators. Taken from the Shiptest wiki
Examples
Bare 1
{{FrameBox}}
Bare 2
{{FrameBox |color= |image= |title= |content= }}
Normal
{{FrameBox | color = BBA0DD | image = Autowiki-Botanist.png | title = Species | content = {{Species}} }}
<templatedata> { "params": { "color": { "type": "string", "description": "RGB-color of the title-background (anything that would fit behind a '#' like 'BBA0DD'", "default": "888" }, "image": { "type": "wiki-file-name", "description": "Image to be displayed on the left and right of the titlebar " }, "title": { "type": "string", "required": true, "description": "Centered text in the title" }, "content": { "type": "content", "required": true, "description": "Content to be displayed in the infobox" } } } </templatedata>