MiiWiki:Sandbox: Difference between revisions

From MiiWiki
Jump to navigationJump to search
m (→‎Systems and buttons: merging 3DS and DS)
m (if this works I think the maintenance is over)
 
(47 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=Colored table sort buttons are invisible=
<noinclude>
<noinclude>
{|class="wikitable sortable"
{|class="wikitable"
!lorem
!colspan=4|Wii Franchise
!ipsum
|-
|-
|top left
!rowspan=3|Wii Sports Series
|top right
!colspan=2|Main Games
|Content row 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|-
|-
|bottom left
!rowspan=2|Spin-Offs
|bottom right
!Compilation/Remake
|}
|Content row 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
{|class="wikitable sortable table-green"
!lorem
!ipsum
|-
|-
|top left
!Crossover
|top right
|Content row 3 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|-
|-
|bottom left
!colspan=2|Wii Play
|bottom right
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|}
=For Job pages=
==Stats==
<!-- 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=2|Wii Fit Series
!Minimum
!colspan=2|Main games
!Maximum
|Content row 4 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|-
|-
|HP
!colspan=2|Wii Fit Apps
|minhp
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|maxhp
|-
|-
|MP
!colspan=2|Wii Party
|minmp
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|maxmp
|-
|-
|Attack
!colspan=2|Wii Music
|minatk
|Content row 5 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|maxatk
|}
 
==DPL3 stuff==
===Miitopia===
{|class="mw-collapsible mw-collapsed"
|Auto-generated list of ''[[Miitopia]]''-related pages needing attention.&nbsp;
|-
|-
|Defense
|
|mindef
<DPL>
|maxdef
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.
|-
|-
|Magic
|
|minmagic
<DPL>
|maxmagic
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;
|-
|-
|Speed
|
|minspeed
<DPL>
|maxspeed
category=Games
category=Stubs
noresultsheader=
</DPL>
|}
 
{|class="mw-collapsible mw-collapsed"
|Files that link to Fandom (not an acceptable source since we can't verify that the uploader there ripped whatever themselves)&nbsp;
|-
|-
!colspan=3|All stats can be increased by 99 using [[Grub]].
|
|-
<DPL>
!colspan=3|<nowiki>*</nowiki>can be increased with equipment
namespace=File
linkstoexternal=%.fandom.com%
</DPL>
|}
|}
==Skills==
 
{|class="wikitable mw-collapsible"
{|class="mw-collapsible mw-collapsed"
!colspan=6|Job skills in ''Miitopia'' &nbsp;
|File/Template/Category redirects/delete template with delete link (Admin-only)&nbsp;
|-
|-
!Skill name
|
!Level learned
<DPL>
!MP cost
namespace=File|Template|Category
!In-game description
redirects=only
!Effect
format=,[[%PAGE%]] ([{{fullurl:%PAGE%|action=delete}} delete])<br>,,
!Image
</DPL>
|-<!-- copy-paste the below section multiple times as neccesary-->
<DPL>
|name
namespace=File|Template|Category
|level
category=To be deleted
|mp
format=,[[%PAGE%]] ([{{fullurl:%PAGE%|action=delete}} delete])<br>,,
|description
</DPL>
|effect
 
|[[File:Needed.png|300px]]
|-<!-- copy-paste the above section multiple times as neccesary-->
|}
|}
=[[Template:Monster]] as an actual template=
 
</noinclude>
==Tab label formatting==
{{Infobox-Monster
{{#css:
|image={{{monstername|{{PAGENAME}}}}}
<!-- only parts of this would be used in actual usage
|dropscommon={{{commondrops|}}}
    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. -->
|dropsuncommon={{{uncommondrops|}}}
 
|dropsrare={{{raredrops|}}}
<!-- tab is solid color but text shows up on click-->
|similar={{{similar|}}}
label.tabs-label:nth-of-type(1){background-color:pink !important;color:pink}
|previousmonster={{{previousmonster|}}}
label.tabs-label:nth-of-type(2){background-color:yellow !important;color:yellow}
|nextmonster={{{nextmonster|}}}
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}
}}
}}
{{{description}}}
{|class="wikitable sortable"
==Stats==
|-
{{Monster Stats|{{{monstername|{{PAGENAME}}}}}|{{{hp}}}|{{{attack}}}|{{{defense}}}|{{{magic}}}|{{{speed}}}|{{{gold}}}|{{{exp}}}|{{{locations}}}}}
|<tabs class="tabs-hide-2 tabs-hide-6">
==Actions==
<tab name="pink">
{{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
<noinclude>
</tab>
<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="blue">
blue clothes
</tab>
<tab name="spacer">
spacing for three ways of doing this
</tab>
<tab name="pink2">
pink clothes 2
</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>


==Usage==
<tabs class="tabs-hide-1">
This template generates the data parts of [[Monster]] pages. It is meant to be used with [[mw:Help:Substitution|substitution]].
<tab name="color this clothing is not available in">
===Syntax===
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
Monstername, similar, the three drops values, and attacks besides 1 are optional
</tab>
<pre>
<tab name="yellow">
{{subst:Monster
yellow clothes
|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.
</tab>
|monstername=Monster's name, defaults to the page's name
<tab name="blue">
|commondrops=commonly dropped Grub
blue clothes
|uncommondrops=uncommonly dropped Grub (★)
</tab>
|raredrops=rarely dropped Grub (★★)
</tabs>
|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>
=Button template=
[[File:Button {{lc:{{{system|wii}}}}} {{lc:{{{button|A}}}}}.png|link=|x14px|{{{alt-text|{{{button|A}}}}}}]]<noinclude>
==Usage==
Use by typing <code><nowiki>{{Button|system=system name|button=button name|alt-text=hover/screen reader text (defaults to just the button's name)}}</nowiki></code> (case insensitive).
===Systems and buttons===
{|class="wikitable"
!System
!A
!B
!X
!Y
!L
!R
!D-pad
!Start
!Select
!Touch
!Microphone
!Z
!C
!Control stick
!Tilt
!Swing
!Right stick
!ZL
!ZR
!SL
!SR
|-
![[Wii]]
|{{y}}
|{{y}}
|{{N}}
|{{N}}
|{{N}}
|{{N}}
|{{y}}
|{{y}}
|{{y}}
|{{N}}
|{{N}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{N}}
|{{N}}
|{{N}}
|{{N}}
|{{N}}
|-
![[3DS]]
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{N}}
|{{N}}
|{{y}}
|{{y}}
|{{N}}
|{{y}}
|{{y}}
|{{y}}
|{{N}}
|{{N}}
|-
![[Wii U]]
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{n}}
|{{N}}
|{{y}}
|{{y}}
|{{N}}
|{{y}}
|{{y}}
|{{y}}
|{{N}}
|{{N}}
|-
![[Switch]]
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{N}}
|{{N}}
|{{N}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|{{y}}
|}
|}
Notes:
 
*For DS games, use the corresponsing <code>3DS</code> button
==List of Special Miis==
*Right stick, ZL, and ZR are only available on 3DS if it is a New 3DS. The standard 3DS should still be used for <code>system</code>.
 
*Phone for <code>system</code> will be supported for ''[[Mario Kart Tour]]'', but only <code>touch</code> and <code>tilt</code> are accepted for <code>button</code>.
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.
*For Wii U games that use a Wii remote, use <code>Wii</code> for <code>system</code>.
 
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)
 
 
<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>
 
 
===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>
 
====North America====
=====Streetpass Mii Plaza=====
These Miis were available for a limited time only using [[nwiki:SpotPass|SpotPass]] or [[nwiki:Nintendo Zone|Nintendo Zone]].
*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)
*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)
*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]])
*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]]).
*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).
*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).
*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).
*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>.
{{references}}

Latest 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:MT Monster I Medusa.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: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: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:MT Relationship levels 2-3.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