Template:Article header

Current answers. Practical procedures. Reliable reference.
Revision as of 21:58, 24 August 2026 by Sythan (talk | contribs) (Render linked contextual article eyebrow segments)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

EDFM // Reference

Usage

Adds the EDFM context eyebrow and/or a muted one-line description ("deck") near the article title.

Normal pages should not provide an eyebrow manually. Module:PageContext resolves three separate semantic dimensions:

  • primary topic/section, such as Engineering, Mining, or Ships & Equipment;
  • optional secondary context, such as Ships, Modules, Weapons, or Engineers;
  • optional content type, currently used for meaningful types such as Field Procedures.

The visible eyebrow intentionally stays compact: EDFM // plain text followed by a linked primary section and, at most, one second segment. Content type takes display priority over ordinary secondary context.

{{Article header
 |deck=Optional one-line description shown under the title.
}}

Use section=, context=, and/or type= only for genuine exceptions that cannot be resolved from structured data or central rules:

{{Article header
 |section=Engineering
 |context=Engineers
 |type=Field Procedures
 |deck=Optional one-line description shown under the title.
}}

The rendered eyebrow is presentation text such as EDFM // Engineering / Field Procedures. The real page title remains the semantic H1. MediaWiki:Common.js moves the eyebrow above the H1 visually when JavaScript is available; without JavaScript it remains in article content below the H1.