Jump to content

Template:PageEra: Difference between revisions

From EverQuest Legends Wiki
No edit summary
No edit summary
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly><div class="era right-float-era {{{0}}}-era" style="width: 17em;"><small><div>[[:Category:{{{1}}}|{{{1}}}]]</small> div>[[:Category:{{1}}|{{{1}}}]] <small>([[EverQuest Timeline|added {{{3}}]])</small></div>[[Category:{{category}}]]</includeonly><noinclude>
<includeonly>{{#ifeq:{{#switch:{{{1}}}
This "meta-template is designed to be used by the various page-level era templates.
| classic = in
| kunark = out
| velious = out
| luclin = out
| chardok = out
| chardokrevamp = out
| fear = in
| hate = in
| hole = in
| holevp = out
| sky = in
| stonebrunt = in
| temple = in
| warrens = out
| warrensfearhatererevamp = out
| paineel = in
| epics = out
| epicquests = out
| unknown = out
| #default = out
}}|in|[[Category:{{{2}}}]]|[[Category:{{{2}}}]]<div class="right-float-era" style="background-color:#cc0000;color:#ffffff;padding:4px 8px;border-radius:3px;text-align:center;font-weight:bold;">'''{{{2}}}'''<br/><small style="color:#ffcccc;">Out of Era</small></div>}}</includeonly><noinclude>
==Documentation==
Internal template used by era templates (Classic Era, Kunark Era, etc). Takes three parameters:
# CSS class prefix (e.g. "classic", "kunark", "velious")
# Category name (e.g. "Classic Era")
# Year range (e.g. "1999-2000")


Usage: <nowiki>{{PageEra|classic|Classic Era|1999-2000}}</nowiki>
; In-era eras: No badge is shown — the category is added silently.
; Out-of-era eras: A red badge shows the era name and "Out of Era".
 
To mark an era as in-era, change its value from <code>out</code> to <code>in</code> in the switch list above.


[[Category:Templates]]
[[Category:Templates]]
[[Category:Era Templates]]
</noinclude>
</noinclude>

Latest revision as of 03:18, 17 May 2026

Documentation

Internal template used by era templates (Classic Era, Kunark Era, etc). Takes three parameters:

  1. CSS class prefix (e.g. "classic", "kunark", "velious")
  2. Category name (e.g. "Classic Era")
  3. Year range (e.g. "1999-2000")
In-era eras
No badge is shown — the category is added silently.
Out-of-era eras
A red badge shows the era name and "Out of Era".

To mark an era as in-era, change its value from out to in in the switch list above.