Template:Portal/doc
Template page
More actions
Template:Portal is used on the Main Page to create individualized sections. Theoretically, this template could be used in other portal-like meta projects, though none currently exist.
Implementations of this meta template should be created as subpages of this page (e.g. Template:Tl).
Usage
{{portal
|header =
|content =
}}
Technical
- Due to the way MediaWiki parses
block-level elements, emptypelements are usually generated adjacent to the element, creating an unwanted space after the section. As such, the CSS stylings for this template automatically hide adjacentpelements; however, if such an element is in fact desired, the class.showmay be added (as in<p class="show">). - Centering content within portal sections is a common necessity; as such, the CSS stylings for this template will automatically center all content within any
spanelement. This helps avoid long HTML within implementations of this template, or the use of the deprecatedcenterelement. In the case where aspanelement is needed but center-aligned text is not, inline overrides will have to be manually added (as in<span style="text-align: left; display: inline">).