Template:PortalHeader

{{{1}}}


Template documentation
Note: portions of the template sample may not be visible without values provided.

This template creates the header (or footer) for a Browsing Portal.

It is missing the closing <div>, so that it can wrap around the introductory content. Use {{PortalHeader/end}} to end the header.

Syntax

The template uses the following syntax:

{{PortalHeader| 1 | f= | b= | css= }}
Content
{{PortalHeader/end}}

Parameter 1 is required, and is for the title of the Browsing Portal (or the main category link for a footer). For a header, if the title is meant to be a link, use {{color2}} and hex code 000, rather than a standard wikilink. Standard wikilinks are fine in the footer.

Parameter f is optional, and sets the font-size of the title. The default is 256%.

Paramater b is optional, and sets the background color behind the title. The default is {{bulba color}}.

Paramater css is optional, and can be used to include other CSS (such as extra padding) as required.

TemplateData

The header for a Browsing Portal, or the footer. This template is must be ended using the {{PortalHeader/end}} template.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Title1

The title for the Browsing Portal, or footer text. For a header, if the title is a link, use a {{color2}} template.

Example
{{color2|000|Pokémon Trading Card Game}}
Stringrequired
Font sizef

Sets the font size of the Title parameter.

Default
256%
Example
180%
Stringsuggested
Backgroundb

The background color behind the title. Defaults to Bulba Color. Don't include "#".

Stringoptional
Other CSScss

Any other CSS to be included.

Example
padding-bottom: 10px;
Stringoptional