Template:Related articles: Difference between revisions

Current answers. Practical procedures. Reliable reference.
Jump to navigation Jump to search
Redesign: use edfm-panel-reference
Redesign pass 2: render as a labelled row of link tiles instead of a plain bordered notice
Line 1: Line 1:
<templatestyles src="Template:EDFM style/styles.css" /><div class="edfm-panel edfm-panel-reference">'''Related articles:''' {{{1}}}</div><noinclude>
<templatestyles src="Template:EDFM style/styles.css" /><div class="edfm-related">
<div class="edfm-related-label">Related Field Manual Entries</div>
<div class="edfm-related-links">{{{1}}}</div>
</div><noinclude>
== Usage ==
== Usage ==
<pre>{{Related articles|[[Page one]] &bull; [[Page two]]}}</pre>
Renders as a row of individually-boxed link tiles rather than a plain
bordered notice (2026-08-07 redesign). Each wikilink becomes its own tile
with a trailing arrow -- separate links with a plain space, not
<code>&amp;bull;</code>, since spacing/gap between tiles is now handled by
CSS margins on each tile, not a separator character.
 
<pre>{{Related articles|[[Page one]] [[Page two]]}}</pre>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 17:28, 7 August 2026

Usage

Renders as a row of individually-boxed link tiles rather than a plain bordered notice (2026-08-07 redesign). Each wikilink becomes its own tile with a trailing arrow -- separate links with a plain space, not &bull;, since spacing/gap between tiles is now handled by CSS margins on each tile, not a separator character.

{{Related articles|[[Page one]] [[Page two]]}}