Template:MoveDisplay

Template page
Revision as of 00:20, 26 April 2024 by RogerDodger (talk | contribs) (add lazy to videos)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template renders the HTML for {{Move}} and similar templates. It for the most part shouldn't be used directly, but it can be if you want to render a move without involving the database.

Usage

{{MoveDisplay
|id=Generic-1,2
|inputLead=1
|input=,2
|...
}}

Parameters

Parameters are largely the same as {{Move}}. However, instead of parent, the following parameters must be explicitly defined:

  • inputLead – all the parents' inputs joined together
  • targetLead – all the parents' targets joined together
  • damageLead – all the parents' damages joined together
  • clonedFrom – a link to the move which this one is cloned from

Example