Template:FrameBox

From Ekrixipedia
Revision as of 19:06, 13 June 2024 by Eclips e69 (talk | contribs) (fix framebox showing "Taken from the Shiptest wiki")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


About

Infobox with title and content, intended use in Main Page and Administrators. Taken from the Shiptest wiki

Examples

Bare 1

{{FrameBox}}
No Title!
No Content!

Bare 2

{{FrameBox
|color=
|image=
|title=
|content=
}}
[[file:|left|24px]]'[[file:|right|24px]]

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>