Template:MMC-UNI2

From Mizuumi Wiki
Jump to navigation Jump to search
Template DocumentationEdit This Documentation
A template for writing shorthand cargo queries that display a Mini Move Card pop-up.

WARNING: This is a pure CSS implementation and will have issues such as clipping out of a page, not friendly with responsive (mobiles), and more. Use with caution.

Usage

 Expects argument:
 input = input for the move for the cargo query
 Optional arguments:
 chara       = full name of the character for the cargo query (e.g. "Sol Badguy"). If this is not provided, it will assume the character from the second segment of the current page title.
 label       = whatever text you want the tooltip to appear over. If not provided, uses the move input instead.
 imageNumber = Specifies an image when a move has more than one image per version.
 hitboxMode  = provide the value "true" to override the image with a single hitbox image. Pair with the imageNumber argument to target a specific hitbox frame.
 width       = change the width of the box. Only use it when the card does not fit the move
 dir         = change the direction of the box (top/bottom/left/right). AVOID USING IT AT ALL COST as it is real bonkers

Examples

Default Behavior

{{MMC-UNI2|chara=Hyde|input=236A}}

Lorem ipsum dolor sit amet, 236AUNI Hyde 236X.pngGuardStartupAll13RecoveryAdvantage--7, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

With Custom Label

{{MMC-UNI2|chara=Carmine|input=22C|label= A house}}

Lorem ipsum dolor sit amet, A houseUNI Carmine 22X.pngGuardStartupLow16RecoveryAdvantage24+3 [+4], sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

ImageNumber Specifier

{{MMC-UNI2|chara=Hyde|input=6B|imageNumber=2}}

Lorem ipsum dolor sit amet, 6BUNI Hyde 6B 2.pngGuardStartupMid8RecoveryAdvantage--5, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Hitbox Mode

{{MMC-UNI2|chara=Phonon|input=3C|hitboxMode=true}}

Lorem ipsum dolor sit amet, 3CUNI2 Phonon 3C Hitbox.pngGuardStartupLow16RecoveryAdvantage22-14, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Hitbox Mode + ImageNumberSpecifier

{{MMC-UNI2|chara=Hyde|input=41236D|hitboxMode=true|imageNumber=2}}
Lorem ipsum dolor sit amet, 41236DUNI2 Hyde IW HB 2.pngGuardStartupMid1+7RecoveryAdvantage--18, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

This documentation is automatically transcluded from Template:MMC-UNI2/Documentation and is not included when this page is transcluded.