Difference between revisions of "Coppermind:Editor's Corner"

From The Coppermind
Jump to navigation Jump to search
m (→‎Coppermind Stats: use value & calculation tags to simplify the page)
m (→‎This Weeks Top Editors: there ya go top ten)
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Welcome to the Editor's Corner for the Coppermind! The goal with this page is to give some useful statistics on the state of the wiki, and also give new goals and objectives for editors.
+
Welcome to the Editor's Corner for the Coppermind! The goal with this page is to give some useful statistics on the state of the wiki, and also give new goals and objectives for editors. If you're wanting to help out, check out [[coppermind: objectives|this month's objectives]]. Also check out the [https://discord.gg/zyJMB2d Coppermind Editors Discord] to communicate with editors and Keepers!
   
 
== Coppermind Stats ==
 
== Coppermind Stats ==
<value key="total">{{#expr:<!--
 
-->{{PAGESINCATEGORY: Complete articles|pages|R}}<!--
 
--> + {{PAGESINCATEGORY: articles nearing completion|pages|R}}<!--
 
--> + {{PAGESINCATEGORY: Partially complete articles|pages|R}}<!--
 
--> + {{PAGESINCATEGORY: Stubs|pages|R}}<!--
 
-->}}</value><!--
 
--><calculation name="article-count" arg="category"><!--
 
--><font size="5">'''[[:Category: $CATEGORY|{{PAGESINCATEGORY: $CATEGORY|pages}}]]</font><!--
 
--></calculation><!--
 
--><calculation name="count&ratio" arg="category"><!--
 
--><font size="5">'''[[:Category: $CATEGORY|{{PAGESINCATEGORY: $CATEGORY|pages}}]]<br><!--
 
-->{{#expr:<!--
 
-->100 * {{PAGESINCATEGORY: $CATEGORY|pages|R}} / <!--
 
--> ( {{PAGESINCATEGORY: Complete articles|pages|R}}<!--
 
--> + {{PAGESINCATEGORY: articles nearing completion|pages|R}}<!--
 
--> + {{PAGESINCATEGORY: Partially complete articles|pages|R}}<!--
 
--> + {{PAGESINCATEGORY: Stubs|pages|R}} )<!--
 
--> round 2}}%</font></calculation>
 
 
{| class=infobox align=center width=100%
 
{| class=infobox align=center width=100%
 
! class=title colspan=7 style='background-color: #bbf' | Article Statistics
 
! class=title colspan=7 style='background-color: #bbf' | Article Statistics
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
  +
{{int: ec-cell|name=total | Content Articles | [[Special: Statistics|{{int: article count}}]] }}
| style="text-align: center; width: 14%;" |<!--
 
  +
{{int: ec-cell|name=great | Exemplary Articles | {{int: ec-cell-count&ratio|exemplary articles}} |bg=gold}}
-->'''Content Articles'''<br><!--
 
  +
{{int: ec-cell|name=done | &#x2B24; Complete Articles | {{int: ec-cell-count&ratio|complete articles}} |bg=#0C0}}
--><font size="5">'''[[Special: Statistics|<value key="total" />]]'''</font><!--
 
  +
{{int: ec-cell|name=good | &#x25D5; Nearing Completion | {{int: ec-cell-count&ratio|articles nearing completion}} |bg=#FEB}}
-->
 
  +
{{int: ec-cell|name=part | &#x25D2; Partially Complete | {{int: ec-cell-count&ratio|partially complete articles}} }}
| style="text-align: center; width: 14%; background-color: gold;" | '''Exemplary Articles'''<br><calculation call="count&ratio" category="exemplary articles" />
 
  +
{{int: ec-cell|name=stub | &#x25D4; Stubs | {{int: ec-cell-count&ratio|stubs}} |bg=#DDD}}
| style="text-align: center; width: 14%; background-color: #0C0;" | '''Complete Articles'''<br><calculation call="count&ratio" category="complete articles" />
 
  +
{{int: ec-cell|name=ratio | Complete to Stub Ratio | {{int: category ratio|complete articles|stubs}} }}
| style="text-align: center; width: 14%;" | '''Nearing Completion'''<br><calculation call="count&ratio" category="articles nearing completion" />
 
  +
|- style="vertical-align: top;"
| style="text-align: center; width: 14%;" | '''Partially Complete'''<br><calculation call="count&ratio" category="partially complete articles" />
 
  +
{{int: ec-cell|name=note | Notable Articles | {{int: ec-cell-count&ratio|notable articles}} }}
| style="text-align: center; width: 14%;" | '''Stubs'''<br><calculation call="count&ratio" category="stubs" />
 
  +
{{int: ec-cell|name=update| Articles to Update | {{int: ec-cell-count|articles that need updates}} }}
| style="text-align: center; width: 14%;" |<!--
 
  +
{{int: ec-cell|name=red | Missing Articles | [[Special: WantedPages|<pages missing />]] }}
-->'''Complete to Stub Ratio'''<br><!--
 
  +
{{int: ec-cell|name=att | Attention Needed | {{int: ec-cell-count&ratio|articles in need of attention}} |bg=#F66}}
--><font size="5">'''{{#expr:<!--
 
  +
{{int: ec-cell|name=cite | Citations Needed | {{int: ec-cell-count&ratio|articles in need of citations}} }}
-->{{PAGESINCATEGORY: Complete articles|pages|R}}/{{PAGESINCATEGORY: Stubs|pages|R}} round 3<!--
 
  +
{{int: ec-cell|name=dispute| Disputed Content | {{int: ec-cell-count|articles with disputed content}} }}
-->}}'''</font>
 
  +
{{int: ec-cell|name=delete| To Be Deleted | {{int: ec-cell-count|articles for deletion}} |bg=#F66}}
|- style="vertical-align: top;"
 
| style="text-align: center; width: 14%;" | '''Notable Articles'''<br><calculation call="count&ratio" category="notable articles" />
 
| style="text-align: center; width: 14%;" | '''Missing Articles'''<br><font size="5">'''[[Special: WantedPages|<pages missing />]]'''</font>
 
| style="text-align:center; width: 14%; background-color:#F66;" | '''Attention Needed'''<br><calculation call="count&ratio" category="articles in need of attention" />
 
| style="text-align: center; width: 14%;" | '''Citations Needed'''<br><calculation call="count&ratio" category="articles in need of citations" />
 
| style="text-align: center; width: 14%;" | '''To Be Moved'''<br><calculation call="article-count" category="articles to be moved" />
 
| style="text-align: center; width: 14%;" | '''Disputed Content'''<br><calculation call="article-count" category="articles with disputed content" />
 
| style="text-align: center; width: 14%; background-color:#F66;" | '''To Be Deleted'''<br><calculation call="article-count" category="articles for deletion" />
 
 
|}
 
|}
   
   
{| class=infobox align=center width=100% style="
+
{| class=infobox align=center width=100%
 
! class=title colspan=9 style='background-color: #bbf;' | [[Cosmere]] Statistics
 
! class=title colspan=9 style='background-color: #bbf;' | [[Cosmere]] Statistics
 
|- class=title
 
|- class=title
Line 62: Line 37:
 
|- style="font-size: 22px;"
 
|- style="font-size: 22px;"
 
! style="font-size: 13px" | #
 
! style="font-size: 13px" | #
  +
{{int: ec-cat-count|Stormlight Archive}}
|style="text-align: center"|'''[[:Category: Stormlight Archive|{{PAGESINCATEGORY: Stormlight Archive|pages}}]]'''
 
  +
{{int: ec-cat-count|Mistborn}}
|style="text-align: center"|'''[[:Category: Mistborn|{{PAGESINCATEGORY: Mistborn|pages}}]]'''
 
  +
{{int: ec-cat-count|Elantris}}
|style="text-align: center"|'''[[:Category: Elantris|{{PAGESINCATEGORY: Elantris|pages}}]]'''
 
  +
{{int: ec-cat-count|Warbreaker}}
|style="text-align: center"|'''[[:Category: Warbreaker|{{PAGESINCATEGORY: Warbreaker|pages}}]]'''
 
  +
{{int: ec-cat-count|The Emperor's Soul}}
|style="text-align: center"|'''[[:Category: The Emperor's Soul|{{PAGESINCATEGORY: The Emperor's Soul|pages}}]]'''
 
  +
{{int: ec-cat-count|White Sand}}
|style="text-align: center"|'''[[:Category: White Sand|{{PAGESINCATEGORY: White Sand|pages}}]]'''
 
  +
{{int: ec-cat-count|Sixth of the Dusk}}
|style="text-align: center"|'''[[:Category: Sixth of the Dusk|{{PAGESINCATEGORY: Sixth of the Dusk|pages}}]]'''
 
  +
{{int: ec-cat-count|Shadows for Silence}}
|style="text-align: center"|'''[[:Category: Shadows for Silence|{{PAGESINCATEGORY: Shadows for Silence|pages}}]]'''
 
 
|- style="font-size: 22px;"
 
|- style="font-size: 22px;"
 
! style="font-size: 13px" | %
 
! style="font-size: 13px" | %
  +
{{int: ec-cat-ratio|Stormlight Archive}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Stormlight Archive|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Mistborn}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Mistborn|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Elantris}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Elantris|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Warbreaker}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Warbreaker|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|The Emperor's Soul}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: The Emperor's Soul|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|White Sand}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: White Sand|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Sixth of the Dusk}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Sixth of the Dusk|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Shadows for Silence}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Shadows for Silence|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
 
|}
 
|}
   
   
{| class=infobox align=center width=100% style="
+
{| class=infobox align=center width=100%
! class=title colspan=9 style='background-color: #bbf;' | Other Series Statistics
+
! class=title colspan=9 style='background-color: #bbf;' ! | Other Series Statistics
 
|- class=title
 
|- class=title
 
! width=3% |
 
! width=3% |
Line 90: Line 65:
 
! width=12% | [[The Rithmatist]]
 
! width=12% | [[The Rithmatist]]
 
! width=12% | [[The Reckoners]]
 
! width=12% | [[The Reckoners]]
! width=12% | [[Legion]]
+
! width=12% | [[Legion (series)|Legion]]
! width=12% | [[Defending Elysium]]
+
! width=12% | [[Skyward (series)|Skyward]]
 
! width=12% | [[Infinity Blade]]
 
! width=12% | [[Infinity Blade]]
 
! width=12% | [[Firstborn]]
 
! width=12% | [[Firstborn]]
Line 97: Line 72:
 
|- style="font-size: 22px;"
 
|- style="font-size: 22px;"
 
! style="font-size: 13px" | #
 
! style="font-size: 13px" | #
  +
{{int: ec-cat-count|Alcatraz}}
|style="text-align: center"|'''[[:Category: Alcatraz|{{PAGESINCATEGORY: Alcatraz|pages}}]]'''
 
  +
{{int: ec-cat-count|The Rithmatist}}
|style="text-align: center"|'''[[:Category: The Rithmatist|{{PAGESINCATEGORY: The Rithmatist|pages}}]]'''
 
  +
{{int: ec-cat-count|The Reckoners}}
|style="text-align: center"|'''[[:Category: The Reckoners|{{PAGESINCATEGORY: The Reckoners|pages}}]]'''
 
  +
{{int: ec-cat-count|Legion}}
|style="text-align: center"|'''[[:Category: Legion|{{PAGESINCATEGORY: Legion|pages}}]]'''
 
  +
{{int: ec-cat-count|Skyward}}
|style="text-align: center"|'''[[:Category: Defending Elysium|{{PAGESINCATEGORY: Defending Elysium|pages}}]]'''
 
  +
{{int: ec-cat-count|Infinity Blade}}
|style="text-align: center"|'''[[:Category: Infinity Blade|{{PAGESINCATEGORY: Infinity Blade|pages}}]]'''
 
  +
{{int: ec-cat-count|Firstborn}}
|style="text-align: center"|'''[[:Category: Firstborn|{{PAGESINCATEGORY: Firstborn|pages}}]]'''
 
  +
{{int: ec-cat-count|Perfect State}}
|style="text-align: center"|'''[[:Category: Perfect State|{{PAGESINCATEGORY: Perfect State|pages}}]]'''
 
  +
 
|- style="font-size: 22px;"
 
|- style="font-size: 22px;"
 
! style="font-size: 13px" | %
 
! style="font-size: 13px" | %
  +
{{int: ec-cat-ratio|Alcatraz}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Alcatraz|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|The Rithmatist}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: The Rithmatist|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|The Reckoners}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: The Reckoners|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Legion}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Legion|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Skyward}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Defending Elysium|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Infinity Blade}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Infinity Blade|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Firstborn}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Firstborn|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
  +
{{int: ec-cat-ratio|Perfect State}}
|style="text-align: center"|'''{{#expr: 100*{{PAGESINCATEGORY: Perfect State|pages|R}} / {{NUMBEROFARTICLES:R}} round 2}}%'''
 
 
|}
 
|}
   
Line 132: Line 108:
 
|-
 
|-
 
! #
 
! #
  +
{{int: ec-cat-count|characters}}
|style="text-align: center; font-size: 22px;"|'''[[:Category: Characters|{{PAGESINCATEGORY: Characters|pages}}]]'''
 
  +
{{int: ec-cat-count|cosmere}}
|style="text-align: center; font-size: 22px;"|'''[[:Category: Cosmere|{{PAGESINCATEGORY: Cosmere|pages}}]]'''
 
  +
{{int: ec-cat-count|culture}}
|style="text-align: center; font-size: 22px;"|'''[[:Category: Culture|{{PAGESINCATEGORY: Culture|pages}}]]'''
 
  +
{{int: ec-cat-count|Events and Eras}}
|style="text-align: center; font-size: 22px;"|'''[[:Category: Events and Eras|{{PAGESINCATEGORY: Events and Eras|pages}}]]'''
 
  +
{{int: ec-cat-count|lifeforms}}
|style="text-align: center; font-size: 22px;"|'''[[:Category: Lifeforms|{{PAGESINCATEGORY: Lifeforms|pages}}]]'''
 
  +
{{int: ec-cat-count|magic}}
|style="text-align: center; font-size: 22px;"|'''[[:Category: Magic|{{PAGESINCATEGORY: Magic|pages}}]]'''
 
  +
{{int: ec-cat-count|locations}}
|style="text-align: center; font-size: 22px;"|'''[[:Category: Locations|{{PAGESINCATEGORY: Locations|pages}}]]'''
 
 
|style="text-align: center; font-size: 22px;"|<!--
 
|style="text-align: center; font-size: 22px;"|<!--
 
-->'''{{#expr:<!--
 
-->'''{{#expr:<!--
Line 148: Line 124:
 
|-
 
|-
 
! %
 
! %
  +
{{int: ec-cat-ratio|characters}}
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
  +
{{int: ec-cat-ratio|cosmere}}
-->100 * {{PAGESINCATEGORY: Characters|pages|R}} / {{formatnum:{{NUMBEROFARTICLES}}|R}}<!--
 
  +
{{int: ec-cat-ratio|culture}}
-->round 2}}%'''<!--
 
  +
{{int: ec-cat-ratio|Events and Eras}}
-->
 
  +
{{int: ec-cat-ratio|lifeforms}}
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
  +
{{int: ec-cat-ratio|magic}}
-->100 * {{PAGESINCATEGORY: Cosmere|pages|R}} / {{formatnum:{{NUMBEROFARTICLES}}|R}}<!--
 
  +
{{int: ec-cat-ratio|locations}}
-->round 2}}%'''<!--
 
-->
 
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
-->100 * {{PAGESINCATEGORY: Culture|pages|R}} / {{formatnum:{{NUMBEROFARTICLES}}|R}}<!--
 
-->round 2}}%'''<!--
 
-->
 
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
-->100 * {{PAGESINCATEGORY: Events and Eras|pages|R}} / {{formatnum:{{NUMBEROFARTICLES}}|R}}<!--
 
-->round 2}}%'''<!--
 
-->
 
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
-->100 * {{PAGESINCATEGORY: Lifeforms|pages|R}} / {{formatnum:{{NUMBEROFARTICLES}}|R}}<!--
 
-->round 2}}%'''<!--
 
-->
 
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
-->100 * {{PAGESINCATEGORY: Magic|pages|R}} / {{formatnum:{{NUMBEROFARTICLES}}|R}}<!--
 
-->round 2}}%'''<!--
 
-->
 
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
-->100 * {{PAGESINCATEGORY: Locations|pages|R}} / {{formatnum:{{NUMBEROFARTICLES}}|R}}<!--
 
-->round 2}}%'''<!--
 
-->
 
 
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
|style="text-align: center; font-size: 22px;"|'''{{#expr:<!--
 
-->100 * ({{PAGESINCATEGORY: Books|pages|R}}<!--
 
-->100 * ({{PAGESINCATEGORY: Books|pages|R}}<!--
Line 192: Line 147:
 
Here's a quick summary of the top editors on the coppermind this week. For more lists see [[Special: ContributionTable]].
 
Here's a quick summary of the top editors on the coppermind this week. For more lists see [[Special: ContributionTable]].
   
{{Special: ContributionTable/5/7/notools,notitle,noscore}}
+
{{Special: ContributionTable/10/7/notools,notitle,noscore}}

Revision as of 06:57, 13 September 2019

Welcome to the Editor's Corner for the Coppermind! The goal with this page is to give some useful statistics on the state of the wiki, and also give new goals and objectives for editors. If you're wanting to help out, check out this month's objectives. Also check out the Coppermind Editors Discord to communicate with editors and Keepers!

Coppermind Stats

Article Statistics
Content Articles
4325
Exemplary Articles
16
0.37%
⬤ Complete Articles
2545
58.84%
◕ Nearing Completion
553
12.79%
◒ Partially Complete
1008
23.31%
◔ Stubs
219
5.06%
Complete to Stub Ratio
11.621
Notable Articles
0
0%
Articles to Update
678
Missing Articles
246
Attention Needed
4
0.09%
Citations Needed
90
2.08%
Disputed Content
2
To Be Deleted
1


Cosmere Statistics
Stormlight Archive Mistborn Elantris Warbreaker The Emperor's Soul White Sand Sixth of the Dusk Shadows for Silence
# 1,670 930 212 126 48 155 45 43
% 34.36% 19.14% 4.36% 2.59% 0.99% 3.19% 0.93% 0.88%


Other Series Statistics
Alcatraz Versus
the Evil Librarians
The Rithmatist The Reckoners Legion Skyward Infinity Blade Firstborn Perfect State
# 105 103 194 73 324 3 34 32
% 2.16% 2.12% 3.99% 1.5% 6.67% 0.06% 0.7% 0.66%


Category Statistics
Characters Cosmere Culture Events and Eras Lifeforms Magic Locations Other
# 2,420 3,462 331 87 266 198 822 233
% 49.79% 71.23% 6.81% 1.79% 5.47% 4.07% 16.91% 4.79%

Article Completion Projects

The following pages are links to an overview of the completion of each series' articles

This Weeks Top Editors

Here's a quick summary of the top editors on the coppermind this week. For more lists see Special: ContributionTable.