Difference between revisions of "Template:IGTracker"

From ShadowHaven Reloaded
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>{{#expr:{{if: {{{Year}}}==2 {{#if: {{{Year}}} | (floor(({{#time:xNU |now + 61 years}} - {{#time:xNU |{{{Year}}}-{{{Month}}}-{{{Day}}} }}) / 604800)) | 0 }} | 0 }} }}
<includeonly>{{#expr: {{#ifexpr: {{{AwakenedStatus}}} = 0 | floor({{#if: {{{Year}}} | (floor(({{#time:xNU |now + 61 years}} - {{#time:xNU |{{{Year}}}-{{{Month}}}-{{{Day}}} }}) / 604800)) | 0 }}/8)+1 | {{#ifexpr: {{{AwakenedStatus}}} = 1 | floor( 0.5*((4 * {{#if: {{{Year}}} | (floor(({{#time:xNU |now + 61 years}} - {{#time:xNU |{{{Year}}}-{{{Month}}}-{{{Day}}} }}) / 604800)) | 0 }} + 25)^0.5 - 3)) | {{#ifexpr: {{{AwakenedStatus}}} = 2 | floor( 0.5*((8 * {{#if: {{{Year}}} | (floor(({{#time:xNU |now + 61 years}} - {{#time:xNU |{{{Year}}}-{{{Month}}}-{{{Day}}} }}) / 604800)) | 0 }} + 25)^0.5 - 3)) | -1 }} }} }} }}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
Line 6: Line 6:
|
|
==Usage==
==Usage==
This template tracks the number of weeks a character has been active. This value can be used to determine how many initiations they are allowed to take.
This template tracks the number of weeks a character has been active and uses that information to provide the number of initiations or mundane ascensions the character can take.


* All entries including Month must be in numeric format.
* All entries including Month must be in numeric format.
* Year must be the full, 4 digit year.
* Year must be the full, 4 digit year.
 
* AwakenedStatus is either 0, 1, or 2. Enter 0 for Mundane, 1 for Mage or Mystic Adept, or 2 for all other awakened.
* AwakenedStatus is either 0 1 or 2. Enter 0 for Mundane, 1 for Mage or Mystic Adept, or 2 for all other awakened.


So, if you enter this:
So, if you enter this:
Line 25: Line 23:
</pre>
</pre>


This template will return the total number of weeks since the entered date which can be used to calculate initiations. {{IGTracker|
This template will return the total number of initiations or ascensions the character can take. {{IGTracker|
|Month=11
|Month=11
|Day=9
|Day=2
|Year=2083
|Year=2083
|AwakenedStatus=2
|}}
|}}


Leave the fields blank if you aren't awakened.


[[Category:Templates]]
[[Category:Templates]]

Revision as of 17:59, 28 December 2022


Usage

This template tracks the number of weeks a character has been active and uses that information to provide the number of initiations or mundane ascensions the character can take.

  • All entries including Month must be in numeric format.
  • Year must be the full, 4 digit year.
  • AwakenedStatus is either 0, 1, or 2. Enter 0 for Mundane, 1 for Mage or Mystic Adept, or 2 for all other awakened.

So, if you enter this:

{{IGTracker|
|Month=11
|Day=9
|Year=2083
|AwakenedStatus=2
|}}

This template will return the total number of initiations or ascensions the character can take. 12