Difference between revisions of "Template:Activity"

From Nookipedia, the Animal Crossing wiki
(Computer is having issues, so don’t expect many mainspace edits from me. Haven’t gotten it checked yet, so idea when the issue will be resolved.)
(Going through some stuff, but I'll be back...I think.)
(2 intermediate revisions by 2 users not shown)
Line 24: Line 24:
 
| The Jacketed Terrapin=Around
 
| The Jacketed Terrapin=Around
 
| Chubby Bub=Active
 
| Chubby Bub=Active
| PanchamBro=Around
+
| PanchamBro=Hiatus
| Vivian=Around
+
| Vivian=Hiatus
| Kalina70=Active
+
| Kalina70=Hiatus
 
| Inactive}}<noinclude>
 
| Inactive}}<noinclude>
 
==Documentation==
 
==Documentation==

Revision as of 12:00, January 31, 2023

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 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.