Last edited 3 years ago
by Anna Lionetti

Banner

Revision as of 15:55, 22 February 2021 by DeletedUser (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template creates an intro banner on a page. The banner should contain an image (optional), a title and 2-3 lines of text.

<templatedata> { "params": { "banner-image": { "description": "Image name, without the File: prefix", "label": "Banner image (optional)", "example": "myimage.png", "suggested": true }, "banner-title": { "type": "string", "suggested": true, "label": "Heading (optional)", "description": "Box heading" }, "banner-text": { "label": "Text", "description": "1-3 lines of text", "type": "content", "suggested": true }, "boxbgcolor": { "label": "Background color (optional)", "description": "Default is grey (#efefef). Replace with any hex value, (e.g. #ffffe6)", "type": "string", "suggested": true, "default": "#efefef" }, "boxpadding": { "label": "Padding of the container box (optional)", "description": "Sets the padding for the box in pixels. Default is 20.", "type": "number", "example": "8", "suggested": true, "default": "0", "autovalue": "" }, "contentpadding": { "label": "Content padding (optional)", "description": "Text padding independent from box padding. Default is 0.", "type": "number", "example": "0 0 0 10", "default": "0", "suggested": true }, "image-width": { "label": "Image width (if image is used)", "description": "Width in pixels. Default setting is 200", "type": "number", "suggested": true, "default": "200" }, "boxalignitems": { "label": "Vertical alignment of the box content", "example": "start, center", "type": "string", "description": "Box can be top-aligned with value \"start\" or center-aligned (value \"center\")", "default": "start", "suggested": true }, "titlemargin": { "label": "Margin around title", "description": "Allows to customize the margin around the title (e.g,. 0px 0px 0px 0px)", "example": " 0px 0px 0px 0px", "suggested": true }, "boxborder": { "label": "Border (optional)", "description": "adds a border around the box", "example": "1px solid #efefef", "suggested": true }, "textcolor": { "label": "Text color", "example": "#000000", "default": "#000000", "deprecated": true, "suggested": true }, "hcolor": { "label": "Heading color", "description": "Color of the heading. ", "example": "#ffffff", "default": "#000000", "suggested": true }, "imagealign": { "label": "Image alignment", "example": "left, right", "default": "left", "suggested": true }, "titlesize": { "label": "Heading size", "example": "2em, 15px", "default": "1.6em", "suggested": true }, "textsize": { "label": "Text size", "example": "12px, 1em", "default": "1.3em", "suggested": true } }, "paramOrder": [ "banner-image", "image-width", "imagealign", "banner-title", "titlesize", "banner-text", "textsize", "boxbgcolor", "hcolor", "textcolor", "boxpadding", "boxborder", "contentpadding", "boxalignitems", "titlemargin" ], "description": "Add new banner" } </templatedata>