Template:MiniMoveCard/doc

Template page
A template for writing shorthand cargo queries that display a Mini Move Card pop-up.

Usage

Using MMC instead of MiniMoveCard is also valid.

 Expects argument:
 input = input for the move for the cargo query
 Optional arguments:
 game  = name of the game as it appears in the cargo table. If this is not provided, it will assume the game from the RootPageName of the current page
 chara = name of the character for the cargo query. 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

Examples

Default Behavior

Lorem ipsum dolor sit amet, {{MiniMoveCard|chara=Testament|input=236P|game=GGML}}, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lorem ipsum dolor sit amet, 236PGGML Testament 236P.pngGuardAllStartup18RecoveryAdvantage+3, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

With Label

Lorem ipsum dolor sit amet, {{MiniMoveCard|chara=Sol Badguy|input=214S|game=GGST|label=Grand Viper}}, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lorem ipsum dolor sit amet, Grand ViperGGST Sol Badguy 214S 1.pngGuardAllStartup15~31 [32]Recovery32 [26]Advantage-17, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

With Type Specifier

Lorem ipsum dolor sit amet, {{MiniMoveCard|chara=Zappa|input=j.S|game=GGACR|type=normal}}, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lorem ipsum dolor sit amet, j.SGGAC Zappa jS.pngGuardHigh/AirStartup9Recovery15Advantage-, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

With Colored Move Input

Lorem ipsum dolor sit amet, {{MiniMoveCard|chara=Ramlethal Valentine|input=f.S|game=GGST|label={{clr|game=GGST|S|f.S}}}}, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lorem ipsum dolor sit amet, f.SGGST Ramlethal Valentine fS.pngGuardAllStartup11Recovery21Advantage-10 [-13], sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

With Move Link

Lorem ipsum dolor sit amet, {{MiniMoveCard|chara=Ky Kiske|input=236S|game=GGXRDR2|label=[[GGXRD-R2/Ky Kiske#Stun Edge|Stun Edge]]}}, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lorem ipsum dolor sit amet, Stun EdgeGGXRD Ky StunEdge.pngGuardAllStartup10RecoveryTotal 46Advantage-10, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.