Predefinição:Banner: mudanças entre as edições

De Wiki NBS
Ir para navegação Ir para pesquisar
m (uma edição)
 
Sem resumo de edição
Linha 1: Linha 1:
<includeonly><templatestyles src="Banner/styles.css" /><div class="bannerbox" style="align-items:start;{{#ifeq:{{{imagealign|}}}|right|flex-direction:row-reverse;|flex-dirction:row;}}{{#if:{{{boxbgcolor|}}}|background:{{{boxbgcolor}}};|}}padding:{{{boxpadding|0px}}};">
<includeonly><templatestyles src="Predifinição:Banner/styles.css" /><div class="bannerbox" style="align-items:start;{{#ifeq:{{{imagealign|}}}|right|flex-direction:row-reverse;|flex-dirction:row;}}{{#if:{{{boxbgcolor|}}}|background:{{{boxbgcolor}}};|}}padding:{{{boxpadding|0px}}};">
{{#if:{{{banner-image|}}}|<div class="banner-image">[[File:{{{banner-image}}}{{!}}{{#if:{{{image-width|}}}|{{{image-width}}}x{{{image-width}}}px|200x200px}}{{!}}link=]]</div>|}}<div class="banner-content" style="padding:{{#if:{{{contentpadding|}}}|{{{contentpadding}}}"|10px}}>{{#if:{{{banner-title|}}}|<div class="banner-title"><h1 style="margin-top:0; {{#if:{{{titlesize|}}}|font-size:{{{titlesize}}};|font-size:1.6em;}}{{#if:{{{titlecolor|}}}|color:{{{titlecolor}}};|}}">{{{banner-title}}}</h1></div>|}}{{#if:{{{banner-text|}}}|<div class="banner-text" style="{{#if:{{{textcolor|}}}|color:{{{textcolor}}};|}}{{#if:{{{textsize|}}}|font-size:{{{textsize}}};|}}">{{{banner-text}}}</div>|}}</div></div></includeonly><noinclude>
{{#if:{{{banner-image|}}}|<div class="banner-image">[[File:{{{banner-image}}}{{!}}{{#if:{{{image-width|}}}|{{{image-width}}}x{{{image-width}}}px|200x200px}}{{!}}link=]]</div>|}}<div class="banner-content" style="padding:{{#if:{{{contentpadding|}}}|{{{contentpadding}}}"|10px}}>{{#if:{{{banner-title|}}}|<div class="banner-title"><h1 style="margin-top:0; {{#if:{{{titlesize|}}}|font-size:{{{titlesize}}};|font-size:1.6em;}}{{#if:{{{titlecolor|}}}|color:{{{titlecolor}}};|}}">{{{banner-title}}}</h1></div>|}}{{#if:{{{banner-text|}}}|<div class="banner-text" style="{{#if:{{{textcolor|}}}|color:{{{textcolor}}};|}}{{#if:{{{textsize|}}}|font-size:{{{textsize}}};|}}">{{{banner-text}}}</div>|}}</div></div></includeonly><noinclude>
This template creates an intro banner on a page. The banner should contain an image (optional), a title and 2-3 lines of text.
This template creates an intro banner on a page. The banner should contain an image (optional), a title and 2-3 lines of text.

Edição das 18h45min de 13 de abril de 2022

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

Sem descrição.

Parâmetros da predefinição

ParâmetroDescriçãoTipoEstado
Banner image (optional)banner-image

Image name, without the File: prefix, but with namespace prefix (if it exists)

Exemplo
myimage.png
Desconhecidarecomendado
Image widthimage-width

Width in pixels. Default setting is 200

Exemplo
e.g., 300 (default is 200)
Desconhecidarecomendado
Image alignmentimagealign

Links oder rechts in der Box

Padrão
left
Exemplo
left, right
Desconhecidarecomendado
Headingbanner-title

Box heading

Stringrecomendado
Heading sizetitlesize

sem descrição

Padrão
1.6em
Exemplo
2em, 15px
Desconhecidarecomendado
Heading colortitlecolor

Color of the heading.

Exemplo
#ffffff
Desconhecidarecomendado
Textbanner-text

1-3 lines of text

Conteúdorecomendado
Text sizetextsize

sem descrição

Padrão
1.3em
Exemplo
12px, 1em
Desconhecidarecomendado
Text colortextcolor

sem descrição

Exemplo
#000000
Desconhecidarecomendado
Content padding (optional)contentpadding

Padding around text. Default is 10px.

Exemplo
20px
Númerorecomendado
Padding of the container box (optional)boxpadding

Sets the padding for the box. Default is 0.

Exemplo
10px (default is 0)
Valor automático
Desconhecidarecomendado
Background color (optional)boxbgcolor

Default is grey (#f1f3f9). Replace with any hex value, (e.g. #ffffe6)

Padrão
#efefef
Stringrecomendado