Minecraft Wiki
(To-do list - only one of these has actually been completed, see Minecraft Wiki talk:Projects/Individual Biome Pages#Over)
mNo edit summary
Line 1: Line 1:
 
== Who is involved? ==
 
== Who is involved? ==
   
* [[user:Meeples10|'''<small><span style="color:#4372aa">Meeples10</span></small>''']]<sup>[[User talk:Meeples10|t]] ~ [[Special:Contributions/Meeples10|c]]</sup> 11:22, 21 September 2013 (UTC)
 
 
*[[User:TheWombatGuru|<span style="color:#08F">TheWombatGuru</span>]] [[User talk:TheWombatGuru|<sup style="color:#00F">t</sup>]]<sup> | </sup>[[Special:Contribs/TheWombatGuru|<sup style="color:#00F">c</sup>]]''' <small>NL Admin</small>''' 16:06, 3 September 2013 (UTC)
 
*[[User:TheWombatGuru|<span style="color:#08F">TheWombatGuru</span>]] [[User talk:TheWombatGuru|<sup style="color:#00F">t</sup>]]<sup> | </sup>[[Special:Contribs/TheWombatGuru|<sup style="color:#00F">c</sup>]]''' <small>NL Admin</small>''' 16:06, 3 September 2013 (UTC)
 
*[[User:Mchest83|Mchest83]] 12:14, 7 September 2013 (UTC)
 
*[[User:Mchest83|Mchest83]] 12:14, 7 September 2013 (UTC)
Line 34: Line 33:
 
<pre>
 
<pre>
 
/* Add icon to the userlinks of those involved with the Biome project */
 
/* Add icon to the userlinks of those involved with the Biome project */
.mw-userlink[title^="User:Meeples10"],
 
 
.mw-userlink[title^="User:Mchest83"],
 
.mw-userlink[title^="User:Mchest83"],
 
.mw-userlink[title^="User:Exhelah"],
 
.mw-userlink[title^="User:Exhelah"],

Revision as of 17:59, 11 April 2018

Who is involved?

To-do list

Progress Item
 Not done  Move all of User:TheWombatGuru's biome pages to the mainspace as subpages of Biome
 Not done  Move User:TheWombatGuru's biome templates to the template namespace
 Not done  Make pages for all upcoming biomes
 Done  Remove Category:Biome from all pages transcluding Template:Biomes

CSS script

Anyone that is a part of this project may want to add this line to their common.css page.

/* Add icon to the userlinks of those involved with the Biome project */
.mw-userlink[title^="User:Mchest83"],
.mw-userlink[title^="User:Exhelah"],
.mw-userlink[title^="User:TheWombatGuru"] {
    padding-left: 14px;
    background: url("http://media-mcw.cursecdn.com/5/51/Sapling.png") no-repeat left center;
    background-size: contain;
}