Template:Article status: Difference between revisions

Current answers. Practical procedures. Reliable reference.
Jump to navigation Jump to search
EDFM initial deployment: seed template
 
Redesign: rebuild as a structured metadata module (status badge + mode/version headline, details grid) instead of a plain definition-list box
Line 1: Line 1:
<templatestyles src="Template:EDFM style/styles.css" /><div class="edfm-box edfm-status">
<templatestyles src="Template:EDFM style/styles.css" /><div class="edfm-panel edfm-status edfm-status--{{#switch: {{{status|Needs review}}}
<dl>
| Verified = positive
<dt>Verification status</dt><dd>'''{{{status|Needs review}}}'''</dd>
| Partially verified = positive
<dt>Game mode</dt><dd>{{{mode|Live}}}</dd>
| Needs review = attention
<dt>Game version</dt><dd>{{{version|unspecified}}}</dd>
| Draft = attention
<dt>Last reviewed</dt><dd>{{{reviewed|never}}}</dd>
| Upcoming = attention
<dt>Reviewer</dt><dd>{{{reviewer|none}}}</dd>
| Historical = neutral
<dt>Source quality</dt><dd>{{{source_quality|unassessed}}}</dd>
| Legacy only = neutral
<dt>Known uncertainty</dt><dd>{{{uncertainty|none noted}}}</dd>
| #default = attention
}}">
<div class="edfm-status-head">
<span class="edfm-status-badge">{{{status|Needs review}}}</span>
<span class="edfm-status-item">Mode: {{{mode|Live}}}</span>
<span class="edfm-status-item">Version: {{{version|unspecified}}}</span>
</div>
<dl class="edfm-status-details">
<div class="edfm-status-row"><dt>Last reviewed</dt><dd>{{{reviewed|never}}}</dd></div>
<div class="edfm-status-row"><dt>Reviewer</dt><dd>{{{reviewer|none}}}</dd></div>
<div class="edfm-status-row"><dt>Source quality</dt><dd>{{{source_quality|unassessed}}}</dd></div>
<div class="edfm-status-row"><dt>Known uncertainty</dt><dd>{{{uncertainty|none noted}}}</dd></div>
</dl>
</dl>
</div>{{#switch: {{{status|Needs review}}}
</div>{{#switch: {{{status|Needs review}}}
Line 23: Line 34:
Place at the top of any gameplay-facing article. Status must be text, not
Place at the top of any gameplay-facing article. Status must be text, not
colour alone — see [[Elite Dangerous Field Manual:Verification Policy]].
colour alone — see [[Elite Dangerous Field Manual:Verification Policy]].
Renders as a structured metadata module (2026-08-07 redesign): a badge/mode/
version headline row, then a details grid for the remaining fields. The
left accent colour is derived automatically from the status value (cyan for
confirmed/verified, orange for needs-attention, neutral for historical/
legacy) — see the colour rules in [[Template:EDFM style/styles.css]] — the
text badge is always shown regardless, so nothing is colour-only.


<pre>
<pre>

Revision as of 16:33, 7 August 2026

Needs review Mode: Live Version: unspecified

Last reviewed
never
Reviewer
none
Source quality
unassessed
Known uncertainty
none noted

Usage

Place at the top of any gameplay-facing article. Status must be text, not colour alone — see Elite Dangerous Field Manual:Verification Policy. Renders as a structured metadata module (2026-08-07 redesign): a badge/mode/ version headline row, then a details grid for the remaining fields. The left accent colour is derived automatically from the status value (cyan for confirmed/verified, orange for needs-attention, neutral for historical/ legacy) — see the colour rules in Template:EDFM style/styles.css — the text badge is always shown regardless, so nothing is colour-only.

{{Article status
 |status=Verified|Partially verified|Needs review|Draft|Historical|Legacy only|Upcoming
 |mode=Live|Legacy|Both|Historical
 |version=
 |reviewed=
 |reviewer=
 |source_quality=
 |uncertainty=
}}