Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
11,987
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{# | {{#cargo_store: | ||
_table=Prayers | _table=Prayers | ||
|Name= | |Name={{{Name|}}} | ||
|Text=Text | |Text={{{Text|}}} | ||
|Author= | |Author={{{Author|}}} | ||
|Purpose= | |Purpose={{{Purpose|}}} | ||
|Recipient= | |Recipient={{{Recipient|}}} | ||
|LiturgicalContext= | |LiturgicalContext={{{LiturgicalContext|}}} | ||
|PrayerType= | |PrayerType={{{PrayerType|}}} | ||
|Theme= | |Theme={{{Theme|}}} | ||
|FeastDay= | |FeastDay={{{FeastDay|}}} | ||
|CanonizationStatus= | |CanonizationStatus={{{CanonizationStatus|}}} | ||
|Origin= | |Origin={{{Origin|}}} | ||
|Usage= | |Usage={{{Usage|}}} | ||
|Length= | |Length={{{Length|}}} | ||
|Season= | |Season={{{Season|}}} | ||
|Language= | |Language={{{Language|}}} | ||
|Approval= | |Approval={{{Approval|}}} | ||
|Tags= | |Tags={{{Tags|}}} | ||
|DateAdded= | |DateAdded={{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} | ||
}} | }} | ||
== {{{Name|}}} == | |||
{{#if: {{{Text|}}} | '''Text:''' <blockquote>{{{Text}}}</blockquote> }} | |||
{{#if: {{{Author|}}} | '''Author:''' {{{Author}}} }} | |||
{{#if: {{{Purpose|}}} | '''Purpose:''' {{{Purpose}}} }} | |||
{{#if: {{{Recipient|}}} | '''Recipient:''' {{{Recipient}}} }} | |||
{{#if: {{{LiturgicalContext|}}} | '''Liturgical Context:''' {{{LiturgicalContext}}} }} | |||
{{#if: {{{PrayerType|}}} | '''Prayer Type:''' {{{PrayerType}}} }} | |||
{{#if: {{{Theme|}}} | '''Theme:''' {{{Theme}}} }} | |||
{{#if: {{{FeastDay|}}} | '''Feast Day:''' {{{FeastDay}}} }} | |||
{{#if: {{{CanonizationStatus|}}} | '''Canonization Status:''' {{{CanonizationStatus}}} }} | |||
{{#if: {{{Origin|}}} | '''Origin:''' {{{Origin}}} }} | |||
{{#if: {{{Usage|}}} | '''Usage:''' {{{Usage}}} }} | |||
{{#if: {{{Length|}}} | '''Length:''' {{{Length}}} }} | |||
{{#if: {{{Season|}}} | '''Season:''' {{{Season}}} }} | |||
{{#if: {{{Language|}}} | '''Language:''' {{{Language}}} }} | |||
{{#if: {{{Approval|}}} | '''Approval:''' {{{Approval}}} }} | |||
{{#if: {{{Tags|}}} | '''Tags:''' {{{Tags}}} }} | |||
{{#if: {{{DateAdded|}}} | '''Added on:''' {{{DateAdded}}} }} | |||
[[Category:Catholic Prayers]] | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
This template | This template stores and displays information about Catholic prayers in the Prayers Cargo table. It is typically used via the [[Form:Prayer]] form. | ||
=== Parameters === | |||
* '''Name''': The title of the prayer. | |||
* '''Text''': The full text of the prayer. | |||
* '''Author''': The composer (e.g., "St. Francis of Assisi", "Unknown"). | |||
* '''Purpose''': The intention (e.g., Adoration, Petition, Thanksgiving). | |||
* '''Recipient''': The addressee (e.g., God, Virgin Mary, Saints). | |||
* '''LiturgicalContext''': Context like Mass, Rosary, or Seasonal. | |||
* '''PrayerType''': Form like Traditional, Litany, or Novena. | |||
* '''Theme''': Theological theme like Faith, Hope, or Penitential. | |||
* '''FeastDay''': Associated feast day (e.g., "October 4"). | |||
* '''CanonizationStatus''': Author’s status (e.g., Saint, Blessed, N/A). | |||
* '''Origin''': Historical origin (e.g., Biblical, Medieval, Modern). | |||
* '''Usage''': Context like Personal, Communal, or Occasional. | |||
* '''Length''': Short (<100 words), Medium (100–300 words), or Long (>300 words). | |||
* '''Season''': Liturgical season like Advent, Lent, or General. | |||
* '''Language''': Original language (e.g., "Latin", "English"). | |||
* '''Approval''': Ecclesiastical approval (e.g., "Imprimatur", "None"). | |||
* '''Tags''': Keywords for searching (e.g., "healing", "Marian"). | |||
* '''DateAdded''': Automatically set to the current date. | |||
=== Example === | === Example === | ||
<pre> | <pre> | ||
{{ | {{Prayer | ||
|Name=Memorare | |||
|Text=Remember, O most gracious Virgin Mary, that never was it known... | |||
|Author=St. Bernard of Clairvaux | |||
|Purpose=Petition | |||
|Recipient=Virgin Mary | |||
|LiturgicalContext=Rosary | |||
|PrayerType=Traditional | |||
|Theme=Hope | |||
|FeastDay=August 20 | |||
|CanonizationStatus=Saint | |||
|Origin=Medieval | |||
|Usage=Personal | |||
|Length=Short | |||
|Season=General | |||
|Language=Latin | |||
|Approval=None | |||
|Tags=Marian,intercession,devotional | |||
}} | |||
</pre> | </pre> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||