MiiWiki:Sandbox: Difference between revisions

From MiiWiki
Jump to navigationJump to search
m (→‎Tab label formatting: oh right white doesn't work because the background turns white when you select it)
Line 103: Line 103:
label.tabs-label:nth-of-type(1){background-color:pink;color:black}
label.tabs-label:nth-of-type(1){background-color:pink;color:black}
label.tabs-label:nth-of-type(2){background-color:yellow;color:black}
label.tabs-label:nth-of-type(2){background-color:yellow;color:black}
label.tabs-label:nth-of-type(3){background-color:darkblue;color:white}
label.tabs-label:nth-of-type(3){background-color:#3333ff;color:black}
label:focus-within{background-color:white !important;color:black!important}
label:focus-within{background-color:white !important;color:black!important}
label.invisible-2:nth-of-type(2){display:none !important}
label.invisible-2:nth-of-type(2){display:none !important}

Revision as of 15:59, 24 November 2022

Colored table sort buttons are invisible

lorem ipsum
top left top right
bottom left bottom right
lorem ipsum
top left top right
bottom left bottom right

Template:Monster as an actual template

Sandbox
A Sandbox in the journal.
Details
Monster order
First monster Last monster
 This box: view  talk  edit 

{{{description}}}

Stats

Sandbox Statistics
Image HP Attack Defense Magic Speed Gold EXP Locations
{{{hp}}} {{{attack}}} {{{defense}}} {{{magic}}} {{{speed}}} {{{gold}}} {{{exp}}} {{{locations}}}

Actions

Sandbox Actions
Name Description Usage chance Hit rate




Usage

This template generates the data parts of Monster pages. It is meant to be used with substitution.

Syntax

Monstername, similar, the three drops values, and attacks besides 1 are optional

{{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)
}}

Other sections of the page (such as names in other languages, trivia, and navboxes) will need to be added after the template.

Raw code

{{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=
}}

Tab label formatting

pink clothes

blue clothes