Template:FrameBox
From Starfly13
|
This page needs revising!
The following page is out of date and/or needs to be revised. If the page's guide needs revision, see here for an example. |
About
Infobox with title and content, intended use in Main Page and Administrators.
Parameter-Usage
| Parameter | Default | Description |
|---|---|---|
| color | 888 | RGB-color of the title-background (anything that would fit behind a '#' like 'BBA0DD' |
| image | Image to be displayed on the left and right of the titlebar | |
| title | Centered text in the title | |
| content | Content to be displayed in the infobox |
Examples
Bare 1
{{FrameBox}}
{{{content}}}
Bare 2
{{FrameBox
|color=
|image=
|title=
|content=
}}
Normal
{{FrameBox
| color = BBA0DD
| image = Generic botanist.png
| title = Departments and Roles
| content = {{pagejobs}}
}}
<templatedata> { "params": { "color": { "type": "string" }, "image": { "type": "wiki-file-name" }, "title": { "type": "string", "required": true }, "content": { "type": "content", "required": true } } } </templatedata>
