Difference between revisions of "Template:Activity"

From Nookipedia, the Animal Crossing wiki
(okay, maybe I underestimated how much activity I bring around here...)
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)
 
(30 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
{{#switch: {{{user|}}}
 
{{#switch: {{{user|}}}
| Jake=Around
+
| Jake=Active
 
| SuperHamster=Active
 
| SuperHamster=Active
| Mario=Active
+
| AlexBot2004=Active
| Drago=Around
+
| HylianAngel=Active
| BladeofEvilsBane=Around
 
 
| Sunmarsh=Hiatus
 
| Sunmarsh=Hiatus
 
| sunmarsh=Hiatus
 
| sunmarsh=Hiatus
| ZCJigglypuff=Around
+
| Vmario97=Hiatus
| PoizonMushro0m=Around
 
| WeatherGeek=Active
 
| LoneShadowStar=Inactive
 
| Vmario97=Around
 
| Froyo=Active
 
| Senor Mexicano=Active
 
| Decomposer=Around
 
| Ocre=Active
 
 
| Dorsal Axe=Active
 
| Dorsal Axe=Active
 +
| Drago=Around
 
| Lampshade59276=Active
 
| Lampshade59276=Active
| Akuhime-sama=Active
+
| Mario=Active
| Paviinka=Inactive
+
| PanchamBro=Around
| AlexBot2004=Active
+
| Vivian=Active
 +
| ZCJigglypuff=Around
 
| AgentParadox=Active
 
| AgentParadox=Active
| Ruthless Cutie=Active
+
| BladeofEvilsBane=Around
| HylianAngel=Active
 
| The Jacketed Terrapin=Active
 
 
| Chubby Bub=Active
 
| Chubby Bub=Active
| PanchamBro=Around
+
| Decomposer=Around
| Vivian=Around
+
| Kalina70=Hiatus
 +
| The Jacketed Terrapin=Around
 
| Inactive}}<noinclude>
 
| Inactive}}<noinclude>
== Documentation ==
+
==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".
  
Line 39: Line 31:
 
*MONTH is the numerical month associated with the date that the status should change. (e.g. for March 1st, 2018: MONTH = 3)
 
*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)
 
*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.
+
*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.
 
*CURRENT_STATUS is the status that will be shown up prior to the date entered.
 +
[[Category:Personal templates]]
 +
</noinclude>

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