Difference between revisions of "Template:Activity"

From Nookipedia, the Animal Crossing wiki
m (Adding self to template)
m (Removing non-staff users. Being defined in the template itself is really only necessary for the staff list pages; other users can set their activity manually on their userpages)
(159 intermediate revisions by 19 users not shown)
Line 1: Line 1:
 
{{#switch: {{{user|}}}
 
{{#switch: {{{user|}}}
 
| Jake=Active
 
| Jake=Active
| SuperHamster=Around
+
| SuperHamster=Active
| Mario=Around
+
| AlexBot2004=Active
| Sky=Inactive
+
| HylianAngel=Active
| Red Snapper=Around
+
| Sunmarsh=Hiatus
| SNES=Around
 
 
| sunmarsh=Hiatus
 
| sunmarsh=Hiatus
| Wookiee123=Inactive
+
| Vmario97=Hiatus
| Heidy Isabel=Inactive
+
| Dorsal Axe=Active
| Pachisu123=Around
+
| Drago=Around
| Trainiax=Inactive
+
| Lampshade59276=Active
| NateKimble=Inactive
+
| Mario=Active
| Princess Peach=Active
+
| PanchamBro=Around
| ZCJigglypuff=Active
+
| Vivian=Active
| PoizonMushro0m=Around
+
| ZCJigglypuff=Around
Inactive}}<noinclude>
+
| AgentParadox=Active
== Documentation ==
+
| BladeofEvilsBane=Around
 +
| Chubby Bub=Active
 +
| Decomposer=Around
 +
| Kalina70=Hiatus
 +
| The Jacketed Terrapin=Around
 +
| Inactive}}<noinclude>
 +
==Documentation==
 
Acceptable parameters are "Active", "Inactive", "Around", "Hiatus", and "Vacation". If no parameter is entered the template defaults to "Inactive".
 
Acceptable parameters are "Active", "Inactive", "Around", "Hiatus", and "Vacation". If no parameter is entered the template defaults to "Inactive".
  
The following formula can be used to have one's status automatically change on a given date:
+
===Notes===
<code><nowiki>{{#ifeq: {{#time: n}} | MONTH_IN_NUMBER_FORMAT | {{#ifeq: {{#expr: {{#time: j}} > DATE}} | 1 | FUTURE_STATUS | CURRENT_STATUS}} | CURRENT_STATUS}}</nowiki></code>
+
The following formula can be used to have one's status automatically change on a given date:<br>
<br>Note: Be sure your month's number is not zero padded. (e.g. 8 not 08)
+
<code><nowiki>{{#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}}</nowiki></code>
 +
<br>
 +
*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.
 +
[[Category:Personal templates]]
 +
</noinclude>

Revision as of 00:12, April 13, 2024

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.