GaryJJSpate (talk | contribs) Created page with "<includeonly><div class="vault-infobox"><div class="vault-infobox-header">{{{name}}}</div>{{#if:{{{image|}}}|<div class="vault-infobox-image">[[File:{{{image}}}|280px]]{{#if:{{{caption|}}}|<div class="vault-infobox-caption">{{{caption}}}</div>}}</div>}}{{#if:{{{type|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TYPE</span><span class="vault-infobox-v">{{{type}}}</span></div>}}{{#if:{{{traditions|}}}|<div class="vault-infobox-row"><span class="vault-inf..." |
GaryJJSpate (talk | contribs) m GaryJJSpate moved page Template:RitualInfobox to Template:InfoboxRitual without leaving a redirect |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div class="vault-infobox"><div class="vault-infobox-header">{{{name}}}</div>{{#if:{{{image|}}}|<div class="vault-infobox-image">[[File:{{{image}}}|280px]]{{#if:{{{caption|}}}|<div class="vault-infobox-caption">{{{caption}}}</div>}}</div>}}{{#if:{{{type|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TYPE</span><span class="vault-infobox-v">{{{type}}}</span></div>}}{{#if:{{{traditions|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TRADITIONS</span><span class="vault-infobox-v">{{{traditions}}}</span></div>}}{{#if:{{{purpose|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">PURPOSE</span><span class="vault-infobox-v">{{{purpose}}}</span></div>}}{{#if:{{{origin|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">ORIGIN</span><span class="vault-infobox-v">{{{origin}}}</span></div>}}{{#if:{{{first_practiced|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">FIRST PRACTICED</span><span class="vault-infobox-v">{{{first_practiced}}}</span></div>}}{{#if:{{{practitioners|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">PRACTITIONERS</span><span class="vault-infobox-v">{{{practitioners}}}</span></div>}}{{#if:{{{notable_case|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">NOTABLE CASE(S)</span><span class="vault-infobox-v">{{{notable_case}}}</span></div>}}{{#if:{{{status|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">STATUS</span><span class="vault-infobox-v vault-infobox-status">{{{status}}}</span></div>}}</div></includeonly><noinclude> | <includeonly><div class="vault-infobox"><div class="vault-infobox-header">{{{name}}}</div>{{#if:{{{image|}}}|<div class="vault-infobox-image">[[File:{{{image}}}|280px]]{{#if:{{{caption|}}}|<div class="vault-infobox-caption">{{{caption}}}</div>}}</div>}}{{#if:{{{type|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TYPE</span><span class="vault-infobox-v">{{{type}}}</span></div>}}{{#if:{{{traditions|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TRADITIONS</span><span class="vault-infobox-v">{{{traditions}}}</span></div>}}{{#if:{{{purpose|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">PURPOSE</span><span class="vault-infobox-v">{{{purpose}}}</span></div>}}{{#if:{{{origin|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">ORIGIN</span><span class="vault-infobox-v">{{{origin}}}</span></div>}}{{#if:{{{first_practiced|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">FIRST PRACTICED</span><span class="vault-infobox-v">{{{first_practiced}}}</span></div>}}{{#if:{{{practitioners|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">PRACTITIONERS</span><span class="vault-infobox-v">{{{practitioners}}}</span></div>}}{{#if:{{{notable_case|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">NOTABLE CASE(S)</span><span class="vault-infobox-v">{{{notable_case}}}</span></div>}}{{#if:{{{status|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">STATUS</span><span class="vault-infobox-v vault-infobox-status">{{{status}}}</span></div>}}</div></includeonly><noinclude> | ||
== Template: | == Template:InfoboxRitual == | ||
Renders the right-hand infobox card for | Renders the right-hand infobox card for a page about a religious, spiritual, or ceremonial ritual practice — as distinct from {{tl|InfoboxPhenomenon}}, which covers a reported occurrence or claimed ability rather than a practiced response to one. | ||
'''Note:''' requires the ParserFunctions extension for the <code>{{#if:}}</code> conditionals. | |||
''' | '''Formatting note:''' the entire template body is written as one unbroken line, with no line breaks between rows — same rule as every other Vault infobox. | ||
''' | '''Usage:''' | ||
<pre> | <pre> | ||
{{ | {{InfoboxRitual | ||
|name=Exorcism | |name=Exorcism | ||
|image= | |image=Optional | ||
|caption= | |caption=Optional | ||
|type=Religious/spiritual ritual | |type=Religious/spiritual ritual | ||
|traditions=Christianity, Islam, Judaism, and numerous other religious traditions | |traditions=Christianity, Islam, Judaism, and numerous other religious traditions | ||
| Line 20: | Line 18: | ||
|origin=Antiquity; practiced independently across numerous traditions | |origin=Antiquity; practiced independently across numerous traditions | ||
|first_practiced=Formally codified by the Catholic Church in 1614 | |first_practiced=Formally codified by the Catholic Church in 1614 | ||
|practitioners=Ordained clergy (Catholic); any observant believer (Islamic ruqyah | |practitioners=Ordained clergy (Catholic); any observant believer (Islamic ruqyah) | ||
|notable_case=Roland Doe (1949); Anneliese Michel (1976) | |notable_case=Roland Doe (1949); Anneliese Michel (1976) | ||
|status=Actively practiced | |status=Actively practiced; not recognised as an effective medical treatment by mainstream psychiatry | ||
}} | }} | ||
</pre> | </pre> | ||
Place | Place at the very top of the page, before the article text. | ||
=== Parameters === | === Parameters === | ||
* '''name''' — | * '''name''' — required | ||
* '''image''' — | * '''image''' — optional. Filename of an uploaded image (without <code>File:</code>) | ||
* '''caption''' — | * '''caption''' — optional. Caption shown below the image | ||
* '''type''' — | * '''type''' — recommended | ||
* '''traditions''' — | * '''traditions''' — recommended. Which religious or cultural traditions practice this ritual | ||
* '''purpose''' — | * '''purpose''' — recommended. What the ritual is intended to achieve | ||
* '''origin''' — | * '''origin''' — optional. Historical or cultural origin | ||
* '''first_practiced''' — | * '''first_practiced''' — optional. Earliest documented or formalised instance | ||
* '''practitioners''' — | * '''practitioners''' — optional. Who is authorised or expected to perform the ritual | ||
* '''notable_case''' — | * '''notable_case''' — optional. Best-known documented case(s) involving the ritual | ||
* '''status''' — | * '''status''' — recommended. Current practice status and any relevant scientific/medical position | ||
[[Category: | [[Category:Infoboxes]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 09:45, 5 August 2026
Template:InfoboxRitual
Renders the right-hand infobox card for a page about a religious, spiritual, or ceremonial ritual practice — as distinct from {{InfoboxPhenomenon}}, which covers a reported occurrence or claimed ability rather than a practiced response to one.
Note: requires the ParserFunctions extension for the conditionals.
Formatting note: the entire template body is written as one unbroken line, with no line breaks between rows — same rule as every other Vault infobox.
Usage:
{{InfoboxRitual
|name=Exorcism
|image=Optional
|caption=Optional
|type=Religious/spiritual ritual
|traditions=Christianity, Islam, Judaism, and numerous other religious traditions
|purpose=To expel a possessing spirit, demon, or malevolent entity from a person, place, or object
|origin=Antiquity; practiced independently across numerous traditions
|first_practiced=Formally codified by the Catholic Church in 1614
|practitioners=Ordained clergy (Catholic); any observant believer (Islamic ruqyah)
|notable_case=Roland Doe (1949); Anneliese Michel (1976)
|status=Actively practiced; not recognised as an effective medical treatment by mainstream psychiatry
}}
Place at the very top of the page, before the article text.
Parameters
- name — required
- image — optional. Filename of an uploaded image (without
File:) - caption — optional. Caption shown below the image
- type — recommended
- traditions — recommended. Which religious or cultural traditions practice this ritual
- purpose — recommended. What the ritual is intended to achieve
- origin — optional. Historical or cultural origin
- first_practiced — optional. Earliest documented or formalised instance
- practitioners — optional. Who is authorised or expected to perform the ritual
- notable_case — optional. Best-known documented case(s) involving the ritual
- status — recommended. Current practice status and any relevant scientific/medical position
