Difference between revisions of "Template:Activity"

From Nookipedia, the Animal Crossing wiki
(My presence here as of late has been sparse due to events offline and working on my truck in my spare time. Will probably return to active status when time allows...)
(Updating Princess Peach's username)
(38 intermediate revisions by 5 users not shown)
Line 5: Line 5:
 
| Drago=Active
 
| Drago=Active
 
| BladeofEvilsBane=Inactive
 
| BladeofEvilsBane=Inactive
| sunmarsh= {{#ifeq: {{#expr: {{#time: j}} > 7}} | 1 | {{#ifeq: {{#expr: {{#time: n}} >= 3}} | 1 | Hiatus | {{#ifeq: {{#expr: {{#time: Y}} > 2017}} | 1 | Hiatus | Active}}}} | Active}}
+
| Sunmarsh=Around
| Heidy Isabel=Inactive
+
| sunmarsh=Around
| Beethoven Freak=Active
+
| Beethoven Freak=Inactive
| Trainiax=Inactive
 
 
| NateKimble=Inactive
 
| NateKimble=Inactive
| Princess Peach=Around
+
| John Denver Fan=Around
 
| ZCJigglypuff=Active
 
| ZCJigglypuff=Active
 
| PoizonMushro0m=Around
 
| PoizonMushro0m=Around
| Whitney33=Active
+
| Whitney33=Inactive
 +
| WeatherGeek=Active
 +
| LoneShadowStar=Active
 +
| HappyG=Hiatus
 +
| Vmario97=Around
 +
| Froyo=Active
 +
| Senor Mexicano=Active
 +
| Lotter=Inactive
 
| Inactive}}<noinclude>
 
| Inactive}}<noinclude>
 
== Documentation ==
 
== Documentation ==

Revision as of 11:15, October 13, 2019

Inactive

Documentation

Acceptable parameters are "Active", "Inactive", "Around", "Hiatus", and "Vacation". If no parameter is entered the template defaults to "Inactive".

Notes

The following formula can be used to have one's status automatically change on a given date:
{{#ifeq: {{#expr: {{#time: j}} >= DATE}} | 1 | {{#ifeq: {{#expr: {{#time: n}} >= MONTH}} | 1 | FUTURE_STATUS | {{#ifeq: {{#expr: {{#time: Y}} > YEAR}} | 1 | FUTURE_STATUS | CURRENT_STATUS}}}} | CURRENT_STATUS}}

  • DATE is the numerical date the status should change. (e.g. for March 1st, 2018: DATE = 1)
  • MONTH is the numerical month associated with the date that the status should change. (e.g. for March 1st, 2018: MONTH = 3)
  • YEAR is the numerical year associated with the date that the status should change. (e.g. for March 1st, 2018: YEAR = 2018)
  • FUTURE_STATUS is the the new status that will take effect on the date entered.
  • CURRENT_STATUS is the status that will be shown up prior to the date entered.