Template:Archive header

From Terraria Wiki
Jump to navigation Jump to search
This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for templates to learn more.
See Template:Archive header/l10n for the localization of this template.
Important.svg

CAUTION: Terraria Wiki code is complex!!!

If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.

Template-info.svg Documentation The documentation below is transcluded from Template:Archive header/doc. (edit | history)

Displays a banner and a navigational {{archive-box}}, to be used at the top of archive pages. Also hides the section edit links beside headings via the behavior switch __NOEDITSECTION__.

Usage

{{ archive header | nobox = y/yes (optional) }}

nobox

Suppress display of the {{archive-box}}.

All {{archive-box}} parameters

The template supports all parameters that are available for {{archive-box}}. For convenience reasons, it will attempt to fetch the values of the three critical parameters $basepage, $title, and $1 automatically from the {{archive-box}} call on the base page (or a /header subpage of it; support for multiple {{archive-box}} calls, like on Terraria Wiki:Admin noticeboard, is included), but this may fail, in which case it will be necessary to set these parameters in the {{archive header}} on the archive page.

Notes

  • A common issue is that on the base page, the first unnamed parameter of the {{archive-box}} is set to something like the following:
|* [[/Archive 1|First archive]]
* [[/Archive 2|Second archive]]
Since the {{archive-box}}es in the {{archive header}} on these archive subpages will copy that parameter value, the links will not work correctly there. Therefore, make sure to put a complete link instead of the [[/ abbreviation.