Predefinição:Cabeçalho/bloco principal/doc
Esta é uma subpágina de documentação para Predefinição:Cabeçalho/bloco principal (Clique na ligação se você quer vê-la diretamente). Ela contém informações sobre o uso, categorias e outros conteúdos que não são parte da predefinição propriamente dita. |
Usage
editarHelper template to abstract layout of a header template "main block" (the block that contains the title and the next/previous links).
The template is intended for use by templates like {{header}} and {{author}} to centralise the layout code.
- id ID of the main container
- class class of the main container
- style / estilo style of the main container
- anterior previous content (free wikicode, optional)
- pretitle "pretitle" content (free wikicode, optional). Usually used by intermediate templates for text like "Versions of" that's not part of the main title
- título main "title" content (free wikicode, optional)
- posterior next content (free wikicode, optional)
Exemplo
{{Cabeçalho/bloco principal | style = border:1px solid green; background-color: #eee; | anterior = Previous | posterior = Next | pretitle = Pretitle content | título = Title content }}
←
Previous
Pretitle content
Title content
Title content
Next
→
Technical
editar- This template applies the class
.header-mainblock
, which is used by the global CSS from MediaWiki:Gadget-SiteHeader.css to target responsive styling. - The three field have the following classes:
.gen_header_backlink
.gen_header_center_cell
: the middle cell.gen_header_pretitle
: the title content (not the main title).gen_header_title
: the title content (not the pretitle)
.gen_header_forelink
See also
editar- Generic templates that can use this:
- {{header}}
- {{author}}
- {{portal header}}
- {{process header}}