Jump to content

Template:Deity record: Difference between revisions

From Erindal Wiki
Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="Deity/styles.css" />
<div class="deity-page deity-page--NAME-SLUG">
<noinclude>


This template creates the visual record used on Erindal deity pages.
<div class="deity-hero">
[[File:HERO-FILENAME.jpg|1600px|class=deity-hero__image|alt=DESCRIBE THE HERO IMAGE]]
<div class="deity-hero__overlay">
<div class="deity-hero__eyebrow">DIVINE TYPE OR PANTHEON</div>
<div class="deity-hero__title">DEITY NAME</div>
<div class="deity-hero__subtitle">SHORT SUBTITLE</div>
</div>
</div>


Create this source at '''Template:Deity record'''. A normal use looks like:
<div class="deity-overview">
<div class="deity-overview__lead">
'''DEITY NAME''' is...

Write three or four opening paragraphs. Explain what the deity rules over, who
worships them, whether they were always divine and what makes their faith
different from another god with a similar domain.
</div>


<pre>
{{Deity record
{{Deity record
| name = Divine Record
| name =
| appearance = APPEARANCE-FILENAME.jpg
| appearance =
| appearance_alt = DESCRIBE THE DEITY
| appearance_alt =
| symbol = SYMBOL-FILENAME.png
| symbol =
| symbol_alt = DESCRIBE THE HOLY SYMBOL
| symbol_alt =
| divine_status =
| divine_status =
| titles =
| titles =
| portfolio =
| portfolio =
| domains =
| domains =
| dogma =
| divine_character =
| divine_character =
| worshippers =
| worshippers =
Line 37: Line 26:
| family =
| family =
}}
}}
</div>
</pre>


The appearance/symbol switch requires the matching deity CSS and Erindal
<div class="deity-index">
Common.js. Without JavaScript, both panels remain visible.
<div class="deity-index__heading">Guide to DEITY NAME</div>
<div class="deity-index__grid">
</noinclude><includeonly><div class="deity-record">
<div class="deity-record__heading">{{{name|Divine Record}}}</div>
<div>[[#Names and Titles|<span>Identity</span><strong>Names and titles</strong>]]</div>
<div>[[#Appearance|<span>Form</span><strong>Appearance and manifestations</strong>]]</div>
<div>[[#Holy Symbol|<span>Symbol</span><strong>Meaning and variations</strong>]]</div>
<div>[[#Origin and History|<span>History</span><strong>Origin and important events</strong>]]</div>
<div>[[#Portfolio and Divine Nature|<span>Divinity</span><strong>Portfolio and domains</strong>]]</div>
<div>[[#Teachings|<span>Doctrine</span><strong>Beliefs and commandments</strong>]]</div>
<div>[[#Church and Clergy|<span>Church</span><strong>Temples, clergy and authority</strong>]]</div>
<div>[[#Worship and Rites|<span>Practice</span><strong>Rites and holy days</strong>]]</div>
<div>[[#Depictions and Sacred Art|<span>Art</span><strong>Images, symbols and relics</strong>]]</div>
</div>
</div>


<div class="deity-page__body">
<div class="deity-visual">
<div class="deity-visual__tabs">

<div class="deity-visual__tab deity-visual__tab--appearance">Divine appearance</div>
__TOC__
<div class="deity-visual__tab deity-visual__tab--symbol">Holy symbol</div>

== Names and Titles ==

== Appearance ==

=== Common divine form ===

=== Manifestations and signs ===

== Holy Symbol ==

== Origin and History ==

== Portfolio and Divine Nature ==

== Teachings ==

<div class="deity-card-grid deity-card-grid--three">
<div class="deity-card"><h3>TEACHING</h3><p>EXPLANATION</p></div>
<div class="deity-card"><h3>TEACHING</h3><p>EXPLANATION</p></div>
<div class="deity-card"><h3>TEACHING</h3><p>EXPLANATION</p></div>
</div>
</div>
<div class="deity-visual__panel deity-visual__panel--appearance">

[[File:{{{appearance}}}|700px|class=deity-visual__appearance|alt={{{appearance_alt|Divine appearance}}}]]
== Church and Clergy ==

=== Organisation ===

=== Clergy ===

=== Temples ===

=== Relationship with rulers ===

== Worship and Rites ==

=== Everyday worship ===

=== Major rites ===

=== Holy days ===

== Depictions and Sacred Art ==

<div class="deity-figure">
[[File:ARTICLE-IMAGE.jpg|1400px|class=deity-figure__image|alt=DESCRIBE THE IMAGE]]
<div class="deity-figure__caption">WRITE A DIRECT CAPTION.</div>
</div>
</div>
<div class="deity-visual__panel deity-visual__panel--symbol">

[[File:{{{symbol}}}|700px|class=deity-visual__symbol|alt={{{symbol_alt|Holy symbol}}}]]
== Relationships ==

== Disputes Within the Faith ==

== Present Worship ==

== See also ==

* [[RELATED PAGE]]

</div>
</div>
</div>
</div>


<div class="deity-record__row"><span>Divine status</span><strong>{{{divine_status|Unknown}}}</strong></div>
[[Category:Religion and Deities]]
<div class="deity-record__row"><span>Titles</span><strong>{{{titles|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Portfolio</span><strong>{{{portfolio|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Domains</span><strong>{{{domains|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Dogma</span><strong>{{{dogma|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Divine character</span><strong>{{{divine_character|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Worshippers</span><strong>{{{worshippers|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Clergy</span><strong>{{{clergy|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Holy symbol</span><strong>{{{holy_symbol|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Favoured weapon</span><strong>{{{favoured_weapon|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Principal temple</span><strong>{{{principal_temple|Unknown}}}</strong></div>
<div class="deity-record__row"><span>Family</span><strong>{{{family|Unknown}}}</strong></div>
</div></includeonly>

Latest revision as of 17:24, 18 August 2026


This template creates the visual record used on Erindal deity pages.

Create this source at Template:Deity record. A normal use looks like:

{{Deity record
| name =
| appearance =
| appearance_alt =
| symbol =
| symbol_alt =
| divine_status =
| titles =
| portfolio =
| domains =
| dogma =
| divine_character =
| worshippers =
| clergy =
| holy_symbol =
| favoured_weapon =
| principal_temple =
| family =
}}

The appearance/symbol switch requires the matching deity CSS and Erindal Common.js. Without JavaScript, both panels remain visible.