MiiWiki:Sandbox: Difference between revisions

From MiiWiki
Jump to navigationJump to search
No edit summary
m (if this works I think the maintenance is over)
(66 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
=For Job pages=
{|class="wikitable"
==Stats==
!colspan=4|Wii Franchise
<!-- put * next to stat names if they can be increased by equipment-->
{|class="wikitable mw-collapsible"
!colspan=3|Job stats in ''Miitopia'' &nbsp;
|-
|-
!Stat
!rowspan=3|Wii Sports Series
!Minimum
!colspan=2|Main Games
!Maximum
|Content row 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|-
|-
|HP
!rowspan=2|Spin-Offs
|min hp
!Compilation/Remake
|max hp
|Content row 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|-
|-
|MP
!Crossover
|min mp
|Content row 3 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|max mp
|-
|-
|Attack
!colspan=2|Wii Play
|min atk
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|max atk
|-
|-
|Defense
!rowspan=2|Wii Fit Series
|min def
!colspan=2|Main games
|max def
|Content row 4 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|-
|-
|Magic
!colspan=2|Wii Fit Apps
|min magic
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|max magic
|-
|-
|Speed
!colspan=2|Wii Party
|min speed
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|max speed
|-
|-
!colspan=3|All stats can be increased by 99 using [[Grub]].
!colspan=2|Wii Music
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|}
 
==DPL3 stuff==
===Miitopia===
{|class="mw-collapsible mw-collapsed"
|Auto-generated list of ''[[Miitopia]]''-related pages needing attention.&nbsp;
|-
|
<DPL>
category=Miitopia
category=Pages needing attention|Articles with incomplete sections|Image requested
addcategories=true
format=¶,*[[%PAGE%]] <small><small>(%CATLIST%)</small></small>¶,,
limit=50
</DPL>
|}
 
{|class="mw-collapsible mw-collapsed"
|Auto-generated list of grub pages without ★/★★ redirects. May include V. Rare by default ones that don't need redirects made.
|-
|
<DPL>
category=Grub
namespace=
format=<br>,{{#if:{{PROTECTIONEXPIRY:edit|%PAGE% ★}}||*[[%PAGE%]]¶}},,
offset=55
</DPL>
|}
 
===Wiki maintenance===
{|class="mw-collapsible mw-collapsed"
|Auto-generated list of stub game pages.&nbsp;
|-
|-
!colspan=3|<nowiki>*</nowiki>can be increased with equipment
|
<DPL>
category=Games
category=Stubs
noresultsheader=
</DPL>
|}
|}
==Skills==
 
{|class="wikitable mw-collapsible"
{|class="mw-collapsible mw-collapsed"
!colspan=6|Job skills in ''Miitopia'' &nbsp;
|Files that link to Fandom (not an acceptable source since we can't verify that the uploader there ripped whatever themselves)&nbsp;
|-
|-
!Skill name
|
!Level learned
<DPL>
!MP cost
namespace=File
!In-game description
linkstoexternal=%.fandom.com%
!Effect
</DPL>
!Image
|-<!-- copy-paste the below section multiple times as neccesary-->
|skill name
|level
|mp
|in-game description
|effect
|[[File:Needed.png|300px]]
|-<!-- copy-paste the above section multiple times as neccesary-->
|}
|}
=Staff notices without {{#var}}=
 
{{#switch:{{PAGENAME}}
{|class="mw-collapsible mw-collapsed"
|Moderator|PinkYoshiFan|Trig Jegman|={{icon|custom=
|File/Template/Category redirects/delete template with delete link (Admin-only)&nbsp;
<imagemap>
|-
  File:Moderator.png|50px
|
  default [[MiiWiki:Ranks#Moderator|This user is a MiiWiki moderator.]]
<DPL>
  desc none
namespace=File|Template|Category
</imagemap>
redirects=only
format=,[[%PAGE%]] ([{{fullurl:%PAGE%|action=delete}} delete])<br>,,
</DPL>
<DPL>
namespace=File|Template|Category
category=To be deleted
format=,[[%PAGE%]] ([{{fullurl:%PAGE%|action=delete}} delete])<br>,,
</DPL>
 
|}
 
==Tab label formatting==
{{#css:
<!-- only parts of this would be used in actual usage
    it says that some of these make it impossible to tell which is clicked but if it's on the bottom row then the bottom border technically disappears so observant people can probably tell. There may be a way to make that more noticeable, not sure. -->
 
<!-- tab is solid color but text shows up on click-->
label.tabs-label:nth-of-type(1){background-color:pink !important;color:pink}
label.tabs-label:nth-of-type(2){background-color:yellow !important;color:yellow}
label.tabs-label:nth-of-type(3){background-color:#3333ff !important;color:#3333ff}
 
input:checked+label{color:black !important}
 
<!-- text is always visible, background goes uncolored on click (!important fixes but then telling which is clicked is impossible) -->
label.tabs-label:nth-of-type(5){background-color:pink;color:black}
label.tabs-label:nth-of-type(6){background-color:yellow;color:black}
label.tabs-label:nth-of-type(7){background-color:#3333ff;color:black}
 
<!-- tab is always a solid block of color, text is unreadable outside browser highlighting/screen readers -->
label.tabs-label:nth-of-type(9){background-color:pink;color:pink}
label.tabs-label:nth-of-type(10){background-color:yellow;color:yellow}
label.tabs-label:nth-of-type(11){background-color:#3333ff;color:#3333ff}
 
input:checked+label:nth-of-type(9){background-color:pink !important;color:pink !important}
input:checked+label:nth-of-type(10){background-color:yellow !important;color:yellow !important}
input:checked+label:nth-of-type(11){background-color:#3333ff !important;color:#3333ff !important}
 
<!-- using classes to hide them? -->
.tabs-hide-1>label:nth-of-type(1){display:none !important}
.tabs-hide-2>label:nth-of-type(2){display:none !important}
.tabs-hide-3>label:nth-of-type(3){display:none !important}
.tabs-hide-4>label:nth-of-type(4){display:none !important}
.tabs-hide-5>label:nth-of-type(5){display:none !important}
.tabs-hide-6>label:nth-of-type(6){display:none !important}
.tabs-hide-7>label:nth-of-type(7){display:none !important}
.tabs-hide-8>label:nth-of-type(8){display:none !important}
}}
}}
|#default={{Color|red|You are not a moderator. You are not allowed to use this template.}}}}
{|class="wikitable sortable"
=[[Template:Monster]] as an actual template=
|-
</noinclude>
|<tabs class="tabs-hide-2 tabs-hide-6">
{{Infobox-Monster
<tab name="pink">
|image={{{monstername|{{PAGENAME}}}}}
pink clothes
|dropscommon={{{commondrops|}}}
</tab>
|dropsuncommon={{{uncommondrops|}}}
<tab name="color this clothing is not available in">
|dropsrare={{{raredrops|}}}
This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something
|similar={{{similar|}}}
</tab>
|previousmonster={{{previousmonster|}}}
<tab name="blue">
|nextmonster={{{nextmonster|}}}
blue clothes
}}
</tab>
{{{description}}}
<tab name="spacer">
==Stats==
spacing for three ways of doing this
{{Monster Stats|{{{monstername|{{PAGENAME}}}}}|{{{hp}}}|{{{attack}}}|{{{defense}}}|{{{magic}}}|{{{speed}}}|{{{gold}}}|{{{exp}}}|{{{locations}}}}}
</tab>
==Actions==
<tab name="pink2">
{{Monster Actions|attack1name={{{attack1name|}}}|attack1description={{{attack1description|}}}|attack1use={{{attack1use|}}}|attack1accuracy={{{attack1accuracy|}}}|attack2name={{{attack2name|}}}|attack2description={{{attack2description|}}}|attack2use={{{attack2use|}}}|attack2accuracy={{{attack2accuracy|}}}|attack3name={{{attack3name|}}}|attack3description={{{attack3description|}}}|attack3use={{{attack3use|}}}|attack3accuracy={{{attack3accuracy|}}}|attack4name={{{attack4name|}}}|attack4description={{{attack4description|}}}|attack4use={{{attack4use|}}}|attack4accuracy={{{attack4accuracy|}}}}}
pink clothes 2
<noinclude>
</tab>
<tab name="color this clothing is not available in2">
This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something 2
</tab>
<tab name="blue2">
blue clothes 2
</tab>
<tab name="spacer2">
spacing for three ways of doing this
</tab>
<tab name="pink3">
pink clothes 3
</tab>
<tab name="color this clothing is not available in3">
This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something 3
</tab>
<tab name="blue3">
blue clothes 3
</tab>
</tabs>
 
<tabs class="tabs-hide-1">
<tab name="color this clothing is not available in">
This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something
</tab>
<tab name="yellow">
yellow clothes
</tab>
<tab name="blue">
blue clothes
</tab>
</tabs>
|}
 
==List of Special Miis==
 
Created by [[User:Evie|Evie]] ([[User talk:Evie|talk]]) 11:08, 14 November 2023 (UTC) . Mainspace when this list is more complete. Anyone is free to contribute.
 
Sources:


==Usage==
https://gamefaqs.gamespot.com/boards/625899-streetpass-mii-plaza/70990727 (add data and more Miis)
This template generates the data parts of [[Monster]] pages. It is meant to be used with [[mw:Help:Substitution|substitution]].
===Syntax===
Monstername, similar, the three drops values, and attacks besides 1 are optional
<pre>
{{subst:Monster
|description=The opening to the article. Should cover that they're monsters from Miitopia, their location, physical description, what Mii parts they have, and any other notes that don't belong in trivia.
|monstername=Monster's name, defaults to the page's name
|commondrops=commonly dropped Grub
|uncommondrops=uncommonly dropped Grub (★)
|raredrops=rarely dropped Grub (★★)
|similar=variants of this monster
|previousmonster=The previous monster. Use [[Previous monster name|#previous monster journal number]].
|nextmonster=The next monster. Use [[Next monster name|#Next monster journal number]].
|hp=, |attack=, |defense=, |magic=, |speed= Values for respective stats
|gold=how much gold is dropped by them when defeated
|exp=experience yield from them
|locations=locations where they are found
|attackxname=Name of attack x (replace x with a number between 1 and 4)
|attackxdescription=Description of attack x (replace x with a number between 1 and 4)
|attackxuse=Chance that the monster uses attack x (replace x with a number between 1 and 4)
|attackxaccuracy=Chance of attack x hitting a Mii (replace x with a number between 1 and 4)
}}</pre>
Other sections of the page (such as names in other languages, trivia, and navboxes) will need to be added after the template.
====Raw code====
<pre>
{{subst:Monster
|description=
|monstername=
|commondrops=
|uncommondrops=
|raredrops=
|similar=
|previousmonster=
|nextmonster=
|hp=
|attack=
|defense=
|magic=
|speed=
|gold=
|exp=
|locations=
|attack1name=
|attack1description=
|attack1use=
|attack1accuracy=
|attack2name=
|attack2description=
|attack2use=
|attack2accuracy=
|attack3name=
|attack3description=
|attack3use=
|attack3accuracy=
|attack4name=
|attack4description=
|attack4use=
|attack4accuracy=
}}</pre>
==Series that feature [[Mii]]s in multiple games==
*[[Mario and Sonic at the Olympic Games (series)|Mario and Sonic at the Olympic Games]]
*[[Mario Kart (series)|Mario Kart]]


https://www.miilibrary.com/ALL/SPECIAL (add data)


https://bulbanews.bulbagarden.net/wiki/Junichi_Masuda%27s_Mii_appearing_in_StreetPass_Mii_Plaza (add details about Junichi Masuda in Streetpass Mii Plaza)


https://gbatemp.net/threads/i-made-a-spreadsheet-of-the-preservation-state-of-spotpass-special-miis.623517/ (add Miis and data, this sheet also includes some Europe/Oceania and Japan data)


(Actual text below v)




==Series in which only one game features Miis==
<nowiki>{{Stub}}
{{Construction|Incomplete list. Additionally as a starting page to build on, it is missing a lot of detail contained in the references. We could also add templates.}}
This article is a list of Special Miis. These Miis are distributed by Nintendo or an official source, and wear golden pants. They may depict real life people, such as game developers.</nowiki>




==Experimenting with Templates==
===Nintendo 3DS===
====Japan====
=====Tomodachi Life: Club Nintendo Fashion Catalog=====
*Tomoko Lexion
*Masaru Shinjo
*Kosaku Harakami
*Yukari Ando
*Kosuke Takagi
*Jun Sakuma
*Yui Motoki
*Sonoko Iida
*Tomoo Hyodo
*Yoshino Endo
*Hikaru Ashida
*Tenta Fujii
*Tenko Fujii
*Shota Tachibana
*Momoko Minakami
*Kae Kurita
*Ryoji Tokuma
*Nao Matsubara
*Reiko Yada
*Miku Hayakawa
*Yuto Hosaka
*Taro Osada
*Eimi Wada
<ref>[https://sites.google.com/view/miilibrary/ALL/SPECIAL Mii Library - Special Miis]</ref>


===Tomodachi Life Treasures===
====North America====
{{InfoBox
=====Streetpass Mii Plaza=====
|title = {{{title|{{PAGENAME}}}}}
These Miis were available for a limited time only using [[nwiki:SpotPass|SpotPass]] or [[nwiki:Nintendo Zone|Nintendo Zone]].
|image = {{{image|}}}
*Fils-Aime: Based on [[nwiki:Reggie Fils-Aimé|Reggie Fils-Aimé]], former president of [[nwiki:Nintendo of America|Nintendo of America]] (March 27, 2012; to celebrate the Nintendo 3DS's first anniversary)
|caption = {{{title|{{PAGENAME}}}}} as found in the collection
*Moffitt: Based on [[nwiki:Scott Moffitt|Scott Moffitt]], former Nintendo of America Executive Vice President of Sales and Marketing. (June 7, 2012; to celebrate [[nwiki:E3|E3]] 2012)
|border = #d6cb00
*Miyamoto: Based on [[nwiki:Shigeru Miyamoto|Shigeru Miyamoto]]; world-famous video game designer/creator from Nintendo of Japan. (March 24, 2013; to celebrate the release of [[mariowiki:Luigi's Mansion: Dark Moon|Luigi's Mansion: Dark Moon]])
|gradient= #fff,#d6cb00
*Iwata: Based on [[nwiki:Satoru Iwata|Satoru Iwata]]; former president of Nintendo of Japan (June 6, 2013; to commemorate the E3 2013 [[nwiki:Nintendo Direct|Nintendo Direct]]).
|thbackground = #d6cb00
*Aonuma: Based on [[nwiki:Eiji Aonuma|Eiji Aonuma]]; best known as producer for [[zeldawiki:The Legend of Zelda (series)|''The Legend of Zelda'' series]]. (June 11, 2013; to celebrate E3 2013).
|thtext = #fff
*Konno: Based on [[nwiki:Hideki Konno|Hideki Konno]]; best known for his direction and production on the [[mariowiki:Mario (franchise)|''Mario'' franchise]] sub-franchises such as ''Mario Kart''. (June 12, 2013; to celebrate E3 2013).
|headergradient = #fff,#f7ffcf
*Tezuka: Based on [[nwiki:Takashi Tezuka|Takashi Tezuka]]; director/producer/advisor of many Nintendo games, such as games in the ''Mario'' series, ''The Legend of Zelda'' series, [[nookipedia:Animal Crossing series|Animal Crossing series]], now Nintendo Executive Officer and Nintendo EPD Senior Officer. (June 12, 2013; to celebrate E3 2013).
|Info1name = No.
*Hayashida: Based on [[nwiki:Koichi Hayashida|Koichi Hayashida]]<ref>[https://gamefaqs.gamespot.com/boards/625899-streetpass-mii-plaza/70990727 "Updated list of all North American-released Special Miis" (GameFAQs thread by Claytronic)]</ref>.
|Info1details = {{{number|}}}
{{references}}
|Info2name = Size
|Info2details = {{{size|}}}
|Info3name = Sell Price
|Info3details = {{{sell price|}}}
|Infomore =
<tr>
<th style="background: #d6cb00; color: #fff" colspan="2">Treasure order</th>
</tr>
<tr>
<td style="text-align: center; background: rgba(0,0,0,.1)">{{#if:{{{previoustreasure|}}}|← {{{previoustreasure|}}}|First treasure}}</td>
<td style="text-align: center; background: rgba(0,0,0,.1)">{{#if:{{{nexttreasure|}}}|{{{nexttreasure}}} →|Last treasure}}</td>
</tr>
}}

Revision as of 02:37, 20 April 2024

Wii Franchise
Wii Sports Series Main Games Content row 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Spin-Offs Compilation/Remake Content row 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Crossover Content row 3 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Wii Play Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Wii Fit Series Main games Content row 4 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Wii Fit Apps Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Wii Party Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Wii Music Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

DPL3 stuff

Miitopia

Auto-generated list of Miitopia-related pages needing attention. 
Auto-generated list of grub pages without ★/★★ redirects. May include V. Rare by default ones that don't need redirects made.


Wiki maintenance

Auto-generated list of stub game pages. 
Files that link to Fandom (not an acceptable source since we can't verify that the uploader there ripped whatever themselves) 
File/Template/Category redirects/delete template with delete link (Admin-only) 

File:Kuruma de DS.png (delete)
File:MT Monster I Medusa.jpg (delete)
File:TL Beach QuirkyQuestions 2.jpg (delete)
File:MT Grub Devils Food Cake.jpg (delete)
File:MT Monster Traveler and Orochi.jpg (delete)
File:MT Monster Travelers Friend.jpg (delete)
File:MT Grub Devils Food Cake Rare.jpg (delete)
File:WFP Dance Icon.png (delete)
File:WFP Bridge Icon.png (delete)
File:MT Monster Great Sages Left Hand.jpg (delete)
File:MT Monster Travelers Friend Frog.jpg (delete)
File:MT Monster Snow Travelers Friend.jpg (delete)
File:MT Monster Great Sages Right Hand.jpg (delete)
File:MT Monster Silver Woof-o-the-Wisp.jpg (delete)
File:MT Monster Purple Woof-o-the-Wisp.jpg (delete)
File:MT Grub Devils Food Cake Very Rare.jpg (delete)
File:MT Monster Travelers Friend Tomato.jpg (delete)
File:MT Monster Traveler Woof-o-the-Wisp.jpg (delete)
File:WFP Spine Extension Icon.png (delete)
File:WFP Single Leg Twist Icon.png (delete)
File:WFP Segway Circuit Icon.png (delete)
File:MT Monster Great Sage The Darkest Lord.jpg (delete)
File:MT Monster Gold Travelers Friend Golem.jpg (delete)
File:MT Monster Ex-Dark Lord Phantom of Evil.jpg (delete)
File:TL MiiNews CampgroundNowOpenForTravellers.jpg (delete)


Tab label formatting

pink clothes

This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something

blue clothes

spacing for three ways of doing this

pink clothes 2

This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something 2

blue clothes 2

spacing for three ways of doing this

pink clothes 3

This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something 3

blue clothes 3

This needs to exist if there's a color available for one piece of clothing but not another since nth of type can't be changed. If used in an actual page, it would probably just say "this clothing is not available in that color" or something

yellow clothes

blue clothes

List of Special Miis

Created by Evie (talk) 11:08, 14 November 2023 (UTC) . Mainspace when this list is more complete. Anyone is free to contribute.

Sources:

https://gamefaqs.gamespot.com/boards/625899-streetpass-mii-plaza/70990727 (add data and more Miis)

https://www.miilibrary.com/ALL/SPECIAL (add data)

https://bulbanews.bulbagarden.net/wiki/Junichi_Masuda%27s_Mii_appearing_in_StreetPass_Mii_Plaza (add details about Junichi Masuda in Streetpass Mii Plaza)

https://gbatemp.net/threads/i-made-a-spreadsheet-of-the-preservation-state-of-spotpass-special-miis.623517/ (add Miis and data, this sheet also includes some Europe/Oceania and Japan data)

(Actual text below v)


{{Stub}} {{Construction|Incomplete list. Additionally as a starting page to build on, it is missing a lot of detail contained in the references. We could also add templates.}} This article is a list of Special Miis. These Miis are distributed by Nintendo or an official source, and wear golden pants. They may depict real life people, such as game developers.


Nintendo 3DS

Japan

Tomodachi Life: Club Nintendo Fashion Catalog
  • Tomoko Lexion
  • Masaru Shinjo
  • Kosaku Harakami
  • Yukari Ando
  • Kosuke Takagi
  • Jun Sakuma
  • Yui Motoki
  • Sonoko Iida
  • Tomoo Hyodo
  • Yoshino Endo
  • Hikaru Ashida
  • Tenta Fujii
  • Tenko Fujii
  • Shota Tachibana
  • Momoko Minakami
  • Kae Kurita
  • Ryoji Tokuma
  • Nao Matsubara
  • Reiko Yada
  • Miku Hayakawa
  • Yuto Hosaka
  • Taro Osada
  • Eimi Wada

[1]

North America

Streetpass Mii Plaza

These Miis were available for a limited time only using SpotPass or Nintendo Zone.

  • Fils-Aime: Based on Reggie Fils-Aimé, former president of Nintendo of America (March 27, 2012; to celebrate the Nintendo 3DS's first anniversary)
  • Moffitt: Based on Scott Moffitt, former Nintendo of America Executive Vice President of Sales and Marketing. (June 7, 2012; to celebrate E3 2012)
  • Miyamoto: Based on Shigeru Miyamoto; world-famous video game designer/creator from Nintendo of Japan. (March 24, 2013; to celebrate the release of Luigi's Mansion: Dark Moon)
  • Iwata: Based on Satoru Iwata; former president of Nintendo of Japan (June 6, 2013; to commemorate the E3 2013 Nintendo Direct).
  • Aonuma: Based on Eiji Aonuma; best known as producer for The Legend of Zelda series. (June 11, 2013; to celebrate E3 2013).
  • Konno: Based on Hideki Konno; best known for his direction and production on the Mario franchise sub-franchises such as Mario Kart. (June 12, 2013; to celebrate E3 2013).
  • Tezuka: Based on Takashi Tezuka; director/producer/advisor of many Nintendo games, such as games in the Mario series, The Legend of Zelda series, Animal Crossing series, now Nintendo Executive Officer and Nintendo EPD Senior Officer. (June 12, 2013; to celebrate E3 2013).
  • Hayashida: Based on Koichi Hayashida[2].

References