Ritual Page Templates

Ritual Box Template (Mark II)

For quick info boxes on the upper right hand side of pages about rituals.

Sample Call

(:include templates.rituals#startbox#endbox basepage=rituals.remedy:)

The Template

[[#startbox]]
(:table border=1 align=right width=300px cellpadding=5px:)
(:cellnr align=center colspan=2:) [[{$FullName}|{$Title}]]
(:if ! equal "{$:loot}" "":)
(:headnr:)Ritual Scarcity Level
(:cell:) {$:loot}
(:ifend:)
(:headnr:)[[spells.spells|School]]: 
(:cell:) {$:type}
(:headnr:)Type:
(:cell:) {$:rank}
(:headnr:)[[skills/|Skill(s)]] Required:
(:cell:) {$:skill}
(:headnr:)[[items.components|Components]]:
(:cell:){$:components}
(:headnr:)[[rules.castingspells#duration|Duration]]:
(:cell:){$:duration}
(:headnr:)[[rules.castingspells#range|Range]]:
(:cell:){$:range}
(:headnr:)Target:
(:cell:){$:target}
(:headnr:)[[rules.flags|Flag Required:]]
(:cell:)(:if equal "{$:flag}" "":)None(:else2:){(ucfirst "{$:flag}")}(:ifend:)
(:headnr:)Brief Description:
(:cell:){$:shortdescription}
(:headnr:)Item Number:
(:cell:){$:item}
(:headnr:)GM Required
(:cell:) {$:gm}
(:tableend:)
[[#endbox]]

Ritual Small Box Template (Mark II)

For printing rituals

Sample Call

(:include templates.rituals#startsmall#endsmall basepage="rituals.remedy":)

The Template

[[#startsmall]]
(:if ! equal "{$:obsolete}" "yes":)
||border=0 width=100% cellpadding=0px
(:if2 ! equal "{$:rank}" "Basic":)(:if3 ! equal "{$:loot}" "":)
||Scarce Ritual ||Rank {$:loot} ||(:else3:)
||Crafted Ritual ||||(:if3end:)(:else2:)
||Basic Ritual ||||
(:if2end:)
||School: {$:type} ||Target: {$:target} ||
||Range: {$:range} ||Duration: {$:duration} ||
||Skill(s) Required: {$:skill} ||||
||Components: {$:components} ||||
(:else:)
||border=0 width=100% cellpadding=0px
|| This ritual is presently not being used||||
|| It should not be printed ||||
(:ifend:)
[[#endsmall]]

Ritual Header Template

For starting a quick reference table about rituals

Sample Call

(:include templates.rituals#startheadertemplate#endheadertemplate heading="Basic Rituals":)

The Template

[[#startheadertemplate]]
(:table border=1 width=100% cellpadding=0px:)
(:headnr colspan=6:)(:if ! equal "{$$heading}" "":){$$heading}(:else:)[[rules.ritualrules|Rituals]](:ifend:)
(:headnr align="center":)Name:
(:head align="center":)School:
(:head align="center":)Type:
(:head align="center":)Skill(s):
(:head align="center":)Components: 
(:head align="center":)Description:
[[#endheadertemplate]]

Ritual Row Template (Mark II)

For rows of data in quick reference tables about rituals.

Sample Call

(:include templates.rituals#startrow#endrow basepage="rituals.remedy":)

The Template

[[#startrow]]
(:cellnr align="center":)[[{$FullName}|{$Title}]]
(:cell align="center":){$:type}
(:cell align="center":){$:rank}
(:cell align="center":){$:skill}
(:cell align="center":){$:components}
(:if equal "{$:retired}" "yes":)
No new copies of this ritual are being made.
(:elseif ! equal "{{$$page}$:obsolete}" "yes":)
(:cell align="center":){{$$page}$:shortdescription}
(:else:)
(:cell align="center":)This ritual is no longer in play.
(:ifend:)
[[#endrow]]

Ritual Body Template (mark II)

For the body of ritual pages.

Sample Call

(:include templates.rituals#startbody#endbody basepage="rituals.remedy":)

The Template

[[#startbody]]
(:if equal {(ucfirst "{$:obsolete}")} "Yes":)
(:include templates.obsolete#starttemplate#endtemplate type="ritual":)
(:elseif equal {(ucfirst "{$:retired}")} "Yes":)
This ritual has been retired.  Existing copies remain in play as legacy items, no new copies are being made.
(:ifend:)

'''Directions:''' {$:directions}
(:if equal {(ucfirst {$:bound})} "Yes":)
[[#startbound]]
This ritual is creator-bound and can only be performed by the party who created it.
[[#endbound]]
(:ifend:)

'''Incantation:''' {$:incant}

'''Effect:''' {$:effect} 
[[#endbody]]

Obsolete Templates

Ritual Box Template (Obsolete)

[[#startboxtemplate]]
(:table border=1 align=right width=300px cellpadding=5px:)
(:cellnr align=center colspan=2:) [[{$$page}|{{$$page}$Title}]]
(:if ! equal "{{$$page}$:loot}" "":)
(:headnr:)Ritual Scarcity Level
(:cell:) {{$$page}$:loot}
(:ifend:)
(:headnr:)[[spells.spells|School]]: 
(:cell:) {{$$page}$:type}
(:headnr:)Type:
(:cell:) {{$$page}$:rank}
(:headnr:)[[skills/|Skill(s)]] Required:
(:cell:) {{$$page}$:skill}
(:headnr:)[[items.components|Components]]:
(:cell:){{$$page}$:components}
(:headnr:)[[rules.castingspells#duration|Duration]]:
(:cell:){{$$page}$:duration}
(:headnr:)[[rules.castingspells#range|Range]]:
(:cell:){{$$page}$:range}
(:headnr:)Target:
(:cell:){{$$page}$:target}
(:headnr:)[[rules.flags|Flag Required:]]
(:cell:)(:if2 equal "{{$$page}$:flag}" "":)None(:else2:){(ucfirst "{{$$page}$:flag}")}(:if2end:)
(:headnr:)Brief Description:
(:cell:){{$$page}$:shortdescription}
(:headnr:)Item Number:
(:cell:){{$$page}$:item}
(:headnr:)GM Required
(:cell:) {{$$page}$:gm}
(:tableend:)
[[#endboxtemplate]]

Ritual Small Box Template (obsolete)

[[#startsmalltemplate]]
(:if ! equal "{{$$page}$:obsolete}" "yes":)
||border=0 width=100% cellpadding=0px
(:if2 ! equal "{{$$page}$:rank}" "Basic":)(:if3 ! equal "{{$$page}$:loot}" "":)
||Scarce Ritual ||Rank {{$$page}$:loot} ||(:else3:)
||Crafted Ritual ||||(:if3end:)(:else2:)
||Basic Ritual ||||
(:if2end:)
||School: {{$$page}$:type} ||Target: {{$$page}$:target} ||
||Range: {{$$page}$:range} ||Duration: {{$$page}$:duration} ||
||Skill(s) Required: {{$$page}$:skill} ||||
||Components: {{$$page}$:components} ||||
(:else:)
||border=0 width=100% cellpadding=0px
|| This ritual is presently not being used||||
|| It should not be printed ||||
(:ifend:)
[[#endsmalltemplate]]

Ritual Row Template (outdated)

[[#startrowtemplate]]
(:cellnr align="center":)[[{$$page}|{{$$page}$Title}]]
(:cell align="center":){{$$page}$:type}
(:cell align="center":){{$$page}$:rank}
(:cell align="center":){{$$page}$:skill}
(:cell align="center":){{$$page}$:components}
(:if equal "{{$$page}$:retired}" "yes":)
No new copies of this ritual are being made.
(:elseif ! equal "{{$$page}$:obsolete}" "yes":)
(:cell align="center":){{$$page}$:shortdescription}
(:else:)
(:cell align="center":)New copies of this ritual should not be sent out.
(:ifend:)
[[#endrowtemplate]]

Ritual Body Template (mark II)

For the body of ritual pages.

Sample Call

(:include templates.rituals#startbody#endbody basepage="rituals.remedy":)

The Template

[[#startbody]]
(:if equal {(ucfirst "{$:obsolete}")} "Yes":)
(:include templates.obsolete#starttemplate#endtemplate type="ritual":)
(:elseif equal {(ucfirst "{$:retired}")} "Yes":)
This ritual has been retired.  Existing copies remain in play as legacy items, no new copies are being made.
(:ifend:)

'''Directions:''' {$:directions}
(:if equal {(ucfirst {$:bound})} "Yes":)
[[#startbound]]
This ritual is creator-bound and can only be performed by the party who created it.
[[#endbound]]
(:ifend:)

'''Incantation:''' {$:incant}

'''Effect:''' {$:effect} 
[[#endbody]]

Ritual Body Template (obsolete)

For the body of ritual pages.

The Template

[[#startbodytemplate]]
(:if equal "{{$$page}$:obsolete}" "yes":)
!!This Ritual is Currently Retired from the System

It is only included here for reference as grandfathered copies may exist.
(:elseif equal "{{$$page}$:retired}" "yes":)
This ritual has been retired.  Existing copies remain in play as legacy items, no new copies are being made.
(:ifend:)

'''Directions:''' {{$$page}$:directions}
(:if equal {{$$page}$:bound} "yes":)
[[#startbound]]
This ritual is creator-bound and can only be performed by the party who created it.
[[#endbound]]
(:ifend:)

'''Incantation:''' {{$$page}$:incant}

'''Effect:''' {{$$page}$:effect} 
[[#endbodytemplate]]

Categories: Templates | Page Class Templates | Quick Reference Templates

Page last modified on August 25, 2022, at 12:35 AM
Powered by PmWiki