From Project-GC
Jump to: navigation, search
(Not working for given percentages.)
(testing)
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
Diamond = 216 + 100% = {{#expr: 12 * {{#time: y}} + {{#time: m}} - 5}}
+
<nowiki /><indicator name="Tabs"><span style="font-size:15px;line-height: 2.2 @media screen and (min-width: 500px)" align="right"><span style="border-bottom: 1px solid black;padding:5px">&nbsp;&nbsp;</span>{{tab|Finds}}{{tab|Milestones}}{{tab|FTF}}{{tab|Events}}{{tab|Hides}}{{tab|Maps}}{{tab|BadgeGen}}{{tab|Challenges}}{{tab|Souvenirs}}{{tab|LabCaches}}</span></indicator><noinclude>
  
Remaining months:
+
Produces a row of tabs, mimicking that on profile stats pages, to allow easy navigation</noinclude>
 
 
100% = {{#expr: 12 * {{#time: y}} + {{#time: m}} - 221}}
 
 
 
70% = {{#expr: (12 * {{#time: y}} + {{#time: m}} - 221) * 0.7}}
 
 
 
75% = {{#expr: (12 * {{#time: y}} + {{#time: m}} - 221) * 0.75}}
 
 
 
95% = {{#expr: (12 * {{#time: y}} + {{#time: m}} - 221) * 0.95}}
 
 
 
Ruby = 216 + 70%  = {{#expr: 216 + (12 * {{#time: y}} + {{#time: m}} - 221) * 0.7}}
 
 
 
Sapphire = 216 + 75% = {{#expr: 216 + (12 * {{#time: y}} + {{#time: m}} - 221) * 0.75}}
 
 
 
Emerald = 216 + 95% = {{#expr: 216 + (12 * {{#time: y}} + {{#time: m}} - 221) * 0.95}}
 
 
 
should be 230 233 235 237
 

Latest revision as of 16:09, 9 October 2024

Produces a row of tabs, mimicking that on profile stats pages, to allow easy navigation