No edit summary
Line 32: Line 32:


=== How to update this table ===
=== How to update this table ===
The above table is updated automatically, except for the Edits/Day and bar values in the over time sections, which can be selected from any of the values on the history table below.  
The above table is updated automatically, except for the Edits/Day and bar values in the graphic over time sections, which can be selected from any of the values on the history table below.
 
The Monthly Edits are adjusted by changing the offset in the related equation, e.g., <nowiki>{{formatnum:{{#expr: {{NUMBEROFEDITS:R}} - <!--update edits offset-->237039}}}}</nowiki>  The bars are adjusted so the longest previous value is approximately 90%, e.g., <nowiki>{{#expr: 90}}</nowiki>. The current period is formatted to hit the 90% value at a pace of about 150 Edits/Day, e.g., <nowiki>expr: ({{<!--update edits offset-->NUMBEROFEDITS:R}} - 236739) /<!--28:47; 30:50; 31:52--> 52 }}</nowiki>.


The Days in Edits/Day are adjusted by changing the offset in the related equation, e.g., <nowiki>{{#expr: ( {{NUMBEROFEDITS:R}} - <!--update edits offset-->237039 ) / ( ( ( ({{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7 +{{CURRENTDOW}}-1 ) - <!--update days offset-->121) + ({{CURRENTHOUR}}+.01)/24 ) ROUND 0 }})</nowiki>. The calculation of Days in Edits/Day works as follows; Current Year Weeks: {{#expr: ( {{CURRENTWEEK}} ) }} but Subtract 1 week if not Sunday: {{#ifeq: {{CURRENTDOW}}|0| -0| -1}} means {{#expr: ( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )}} weeks * 7: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7)}} plus Week Full Days: {{#expr: {{CURRENTDOW}} -1 }} goes to Year Full Days: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7) +{{CURRENTDOW}} -1 }}. Year Full Days Offset: 31+28+31+30+1 = {{#expr: 31+28+31+30+1}} means Current Month Full Days: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7) +{{CURRENTDOW}} -1  - (31+28+31+30+1) }}. Today Current Hour: {{#expr: {{CURRENTHOUR}}  }} means Today Current Hour: {{#expr: {{CURRENTHOUR}} /24 ROUND 2 }} makes Current Month Days: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7) +{{CURRENTDOW}} -1  - (31+28+31+30+1) + ( {{CURRENTHOUR}} /24) ROUND 2 }}
The Days in Edits/Day are adjusted by changing the offset in the related equation, e.g., <nowiki>{{#expr: ( {{NUMBEROFEDITS:R}} - <!--update edits offset-->237039 ) / ( ( ( ({{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7 +{{CURRENTDOW}}-1 ) - <!--update days offset-->121) + ({{CURRENTHOUR}}+.01)/24 ) ROUND 0 }})</nowiki>. The calculation of Days in Edits/Day works as follows; Current Year Weeks: {{#expr: ( {{CURRENTWEEK}} ) }} but Subtract 1 week if not Sunday: {{#ifeq: {{CURRENTDOW}}|0| -0| -1}} means {{#expr: ( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )}} weeks * 7: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7)}} plus Week Full Days: {{#expr: {{CURRENTDOW}} -1 }} goes to Year Full Days: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7) +{{CURRENTDOW}} -1 }}. Year Full Days Offset: 31+28+31+30+1 = {{#expr: 31+28+31+30+1}} means Current Month Full Days: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7) +{{CURRENTDOW}} -1  - (31+28+31+30+1) }}. Today Current Hour: {{#expr: {{CURRENTHOUR}}  }} means Today Current Hour: {{#expr: {{CURRENTHOUR}} /24 ROUND 2 }} makes Current Month Days: {{#expr: (( {{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7) +{{CURRENTDOW}} -1  - (31+28+31+30+1) + ( {{CURRENTHOUR}} /24) ROUND 2 }}
The starting width and growth rate of the bars are adjusted by changing the offset and division values in the applicable bar percent expressions, e.g., <nowiki>{{#expr: (<!--update edits offset-->237039 - 236739) / 60 }}</nowiki> and <nowiki>{{#expr: (<!--update views offset-->41161113 - 41101113) / 12000 }}</nowiki>. A starting value of about 5 begins the bar near a 5% width. The divisor adjusts the rate of growth of the bar, which cannot go beyond 100%. For a monthly time frame, the ballpark growth rate divisor (1% of the 100% bar width) is one third the daily estimate rounded up and the offset is five times this rate.


=== History ===
=== History ===

Revision as of 16:16, 23 May 2013

Template:Purge
Current Month Edits: 880722
Current Year Weeks: 13
Subtract 1 week if not Sunday: -1 means
12 weeks * 7: 84
Week Full Days: 4
Year Full Days: 88
Year Full Days Offset: 31+28+31+30+1 = 121 means
Current Month Full Days: -33
Today Current Hour: 9 means
Today Current Hour: 0.38 makes
Current Month Days: -32.63

How to update this table

The above table is updated automatically, except for the Edits/Day and bar values in the graphic over time sections, which can be selected from any of the values on the history table below.

The Monthly Edits are adjusted by changing the offset in the related equation, e.g., {{formatnum:{{#expr: {{NUMBEROFEDITS:R}} - <!--update edits offset-->237039}}}} The bars are adjusted so the longest previous value is approximately 90%, e.g., {{#expr: 90}}. The current period is formatted to hit the 90% value at a pace of about 150 Edits/Day, e.g., expr: ({{<!--update edits offset-->NUMBEROFEDITS:R}} - 236739) /<!--28:47; 30:50; 31:52--> 52 }}.

The Days in Edits/Day are adjusted by changing the offset in the related equation, e.g., {{#expr: ( {{NUMBEROFEDITS:R}} - <!--update edits offset-->237039 ) / ( ( ( ({{CURRENTWEEK}}{{#ifeq: {{CURRENTDOW}}|0| -0| -1}} )*7 +{{CURRENTDOW}}-1 ) - <!--update days offset-->121) + ({{CURRENTHOUR}}+.01)/24 ) ROUND 0 }}). The calculation of Days in Edits/Day works as follows; Current Year Weeks: 13 but Subtract 1 week if not Sunday: -1 means 12 weeks * 7: 84 plus Week Full Days: 4 goes to Year Full Days: 88. Year Full Days Offset: 31+28+31+30+1 = 121 means Current Month Full Days: -33. Today Current Hour: 9 means Today Current Hour: 0.38 makes Current Month Days: -32.63

History

The history table below can be updated by copying the bottom row from the display, which is updated automatically, ( except for the Edits/Day Lately & Views/Edit Lately) to the row just above it.

Appropedia site statistics history
Date Pages Files Articles A u Edits E/P E/DL Views V/E V/EL
2013 04 15 00:01 39739 17188 5394 94 234781 6 40620315 173
2013 04 30 00:00 39956 17322 5381 111 236856 6 41121927 174
2013 05 1 00:00 39974 17332 5384 114 237039 6 41161113 174
2013 05 15 00:00 40401 17696 5390 106 239557 6 41621022 174
2013 05 16 00:00 40527 17821 5391 105 239759 6 41671987 174
2013 05 17 00:00 40536 17827 5392 107 239821 6 41731135 174
2013 05 18 00:00 40538 17827 5392 105 239861 6 41775487 174
2013 05 19 00:00 40537 17827 5391 104 239876 6 158 41821240 174 233
2013 05 20 00:00 40548 17832 5394 103 239926 6 152 41863439 174 243
2013 05 21 00:00 40550 17834 5394 103 240011 6 149 41900135 175 249
2013 05 22 00:00 40558 17832 5394 103 240145 6 148 41939201 175 251
2013 05 23 00:00 40563 17834 5394 105 240216 6 144 41978246 175 257
2024 03 29 09:57 85741 45685 14290 47 1117761 13 -26996 Template:NUMBEROFVIEWS:R Expression error: Unrecognized punctuation character "[". Expression error: Unrecognized punctuation character "[".


Cookies help us deliver our services. By using our services, you agree to our use of cookies.