mNo edit summary |
RogerDodger (talk | contribs) (add lazy to videos) |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
<div class="movedata-alt">{{{alt|}}}</div>}} | <div class="movedata-alt">{{{alt|}}}</div>}} | ||
<div class="movedata-input-ctn"> | <div class="movedata-input-ctn"> | ||
<span class="movedata-inputLead">{{#replace:{{{inputLead|}}}|,|,​}}</span><span class="movedata-input">{{#replace:{{{input|}}}|([,:])| | <span class="movedata-inputLead">{{#replace:{{{inputLead|}}}|,|,​}}</span><span class="movedata-input">{{#replace:{{{input|}}}|([,:])|​%1|regex=yes}}</span> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 44: | Line 44: | ||
[[{{{image}}}]] | [[{{{image}}}]] | ||
}}{{#if:{{{video|}}}| | }}{{#if:{{{video|}}}| | ||
[[{{{video}}}|loop]] | [[{{{video}}}|loop|lazy]] | ||
}}</div> | }}</div> | ||
}} | }} |
Latest revision as of 00:20, 26 April 2024
This template uses TemplateStyles: | |
Movelist templates |
---|
|
Punishment templates |
|
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'input
s joined togethertargetLead
– all the parents'target
s joined togetherdamageLead
– all the parents'damage
s joined togetherclonedFrom
– a link to the move which this one is cloned from
Example
- The above documentation is from Template:MoveDisplay/doc
- Editors should experiment in this template’s sandbox and testcases pages