MiiWiki:Sandbox: Difference between revisions

From MiiWiki
Jump to navigationJump to search
m (testing svg support for {{t|Button}})
 
(41 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:Button {{lc:{{{1|wii}}}}} {{lc:{{{2|A}}}}}.{{#ifexist:File:Button {{lc:{{{1|wii}}}}} {{lc:{{{2|A}}}}}.png|png|svg}}|link=|x14px|{{{3|{{{2|A}}}}}}]]<noinclude>
<noinclude>
<noinclude>
=Colored table sort buttons are invisible=
 
{|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>
namespace=File
linkstoexternal=%.fandom.com%
</DPL>
|}
 
{|class="mw-collapsible mw-collapsed"
|File/Template/Category redirects/delete template with delete link (Admin-only)&nbsp;
|-
|-
!colspan=3|<nowiki>*</nowiki>can be increased with equipment
|
<DPL>
namespace=File|Template|Category
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>
 
|}
|}
==Skills==
 
{|class="wikitable mw-collapsible"
==Tab label formatting==
!colspan=6|Job skills in ''Miitopia'' &nbsp;
{{#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}
}}
{|class="wikitable sortable"
|-
|-
!Skill name
|<tabs class="tabs-hide-2 tabs-hide-6">
!Level learned
<tab name="pink">
!MP cost
pink clothes
!In-game description
</tab>
!Effect
<tab name="color this clothing is not available in">
!Image
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
|-<!-- copy-paste the below section multiple times as neccesary-->
</tab>
|name
<tab name="blue">
|level
blue clothes
|mp
</tab>
|description
<tab name="spacer">
|effect
spacing for three ways of doing this
|[[File:Needed.png|300px]]
</tab>
|-<!-- copy-paste the above section multiple times as neccesary-->
<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>
 
<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>
|}
|}
=[[Template:Monster]] as an actual template=
<noinclude>
{{Infobox-Monster
|image={{{monstername|{{PAGENAME}}}}}
|dropscommon={{{commondrops|}}}
|dropsuncommon={{{uncommondrops|}}}
|dropsrare={{{raredrops|}}}
|similar={{{similar|}}}
|previousmonster={{{previousmonster|}}}
|nextmonster={{{nextmonster|}}}
}}
{{{description}}}
==Stats==
{{Monster Stats|{{{monstername|{{PAGENAME}}}}}|{{{hp}}}|{{{attack}}}|{{{defense}}}|{{{magic}}}|{{{speed}}}|{{{gold}}}|{{{exp}}}|{{{locations}}}}}
==Actions==
{{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|}}}}}
<noinclude>


==Usage==
==List of Special Miis==
This template generates the data parts of [[Monster]] pages. It is meant to be used with [[mw:Help:Substitution|substitution]].
 
===Syntax===
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.
Monstername, similar, the three drops values, and attacks besides 1 are optional
 
<pre>
Sources:
{{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.
https://gamefaqs.gamespot.com/boards/625899-streetpass-mii-plaza/70990727 (add data and more Miis)
|monstername=Monster's name, defaults to the page's name
 
|commondrops=commonly dropped Grub
https://www.miilibrary.com/ALL/SPECIAL (add data)
|uncommondrops=uncommonly dropped Grub (★)
 
|raredrops=rarely dropped Grub (★★)
https://bulbanews.bulbagarden.net/wiki/Junichi_Masuda%27s_Mii_appearing_in_StreetPass_Mii_Plaza (add details about Junichi Masuda in Streetpass Mii Plaza)
|similar=variants of this monster
 
|previousmonster=The previous monster. Use [[Previous monster name|#previous monster journal number]].
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)
|nextmonster=The next monster. Use [[Next monster name|#Next monster journal number]].
 
|hp=, |attack=, |defense=, |magic=, |speed= Values for respective stats
(Actual text below v)
|gold=how much gold is dropped by them when defeated
 
|exp=experience yield from them
 
|locations=locations where they are found
<nowiki>{{Stub}}
|attackxname=Name of attack x (replace x with a number between 1 and 4)
{{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.}}
|attackxdescription=Description of attack x (replace x with a number between 1 and 4)
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>
|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>
===Nintendo 3DS===
Other sections of the page (such as names in other languages, trivia, and navboxes) will need to be added after the template.
====Japan====
====Raw code====
=====Tomodachi Life: Club Nintendo Fashion Catalog=====
<pre>
*Tomoko Lexion
{{subst:Monster
*Masaru Shinjo
|description=
*Kosaku Harakami
|monstername=
*Yukari Ando
|commondrops=
*Kosuke Takagi
|uncommondrops=
*Jun Sakuma
|raredrops=
*Yui Motoki
|similar=
*Sonoko Iida
|previousmonster=
*Tomoo Hyodo
|nextmonster=
*Yoshino Endo
|hp=
*Hikaru Ashida
|attack=
*Tenta Fujii
|defense=
*Tenko Fujii
|magic=
*Shota Tachibana
|speed=
*Momoko Minakami
|gold=
*Kae Kurita
|exp=
*Ryoji Tokuma
|locations=
*Nao Matsubara
|attack1name=
*Reiko Yada
|attack1description=
*Miku Hayakawa
|attack1use=
*Yuto Hosaka
|attack1accuracy=
*Taro Osada
|attack2name=
*Eimi Wada
|attack2description=
<ref>[https://sites.google.com/view/miilibrary/ALL/SPECIAL Mii Library - Special Miis]</ref>
|attack2use=
 
|attack2accuracy=
====North America====
|attack3name=
=====Streetpass Mii Plaza=====
|attack3description=
These Miis were available for a limited time only using [[nwiki:SpotPass|SpotPass]] or [[nwiki:Nintendo Zone|Nintendo Zone]].
|attack3use=
*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)
|attack3accuracy=
*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)
|attack4name=
*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]])
|attack4description=
*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]]).
|attack4use=
*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).
|attack4accuracy=
*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).
}}</pre>
*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 16:56, 19 March 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)


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