Template:Magia Record Memoria Row: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
m (Add formatting and fallback on the name)
(Support passive skills)
Line 16: Line 16:
* <tt>effect</tt> - Initial effect
* <tt>effect</tt> - Initial effect
* <tt>effectmax</tt> - Effect at max enhancement
* <tt>effectmax</tt> - Effect at max enhancement
* <tt>cooldown</tt> - Initial cooldown
* <tt>cooldown</tt> - Initial cooldown (<tt>cooldown=passive</tt> for passive skills)
* <tt>cooldownmax</tt> - Cooldown at max enhancement
* <tt>cooldownmax</tt> - Cooldown at max enhancement
* <tt>en</tt> - English description
* <tt>en</tt> - English description
Line 26: Line 26:
|style="width:10%;"|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|100px|'''''{{{name|???}}}''''']]|'''''{{{name|???}}}'''''}}
|style="width:10%;"|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|100px|'''''{{{name|???}}}''''']]|'''''{{{name|???}}}'''''}}
|style="width:20%;"|'''Normal:'''<br>{{{effect|???}}}<br>'''Max Limit Break:'''<br>{{{effectmax|???}}}<br>
|style="width:20%;"|'''Normal:'''<br>{{{effect|???}}}<br>'''Max Limit Break:'''<br>{{{effectmax|???}}}<br>
|style="width:20%;"|'''Normal:'''<br>{{{cooldown|?}}} turns<br>'''Max Limit Break:'''<br>{{{cooldownmax|?}}} turns
|style="width:20%;"|{{#ifeq:{{{cooldown}}}|passive|'''Passive'''|'''Normal:'''<br>{{{cooldown|?}}} turns<br>'''Max Limit Break:'''<br>{{{cooldownmax|?}}} turns}}
|style="width:25%;"|{{{en|}}}
|style="width:25%;"|{{{en|}}}
|style="width:25%;"|{{{jp|}}}
|style="width:25%;"|{{{jp|}}}
</includeonly>
</includeonly>

Revision as of 18:44, 23 February 2022

Creates a memoria entry for a Magia Record memoria table.

Sample usage:

{{Magia Record Memoria Header}}
{{Magia Record Memoria Row|...params...}}
{{Magia Record Memoria Row|...params...}}
{{Magia Record Memoria Footer}}

Possible parameters:

  • image - The image file
  • name - Name of the memoria
  • effect - Initial effect
  • effectmax - Effect at max enhancement
  • cooldown - Initial cooldown (cooldown=passive for passive skills)
  • cooldownmax - Cooldown at max enhancement
  • en - English description
  • jp - Japanese description

See also: Template:Magia Record Memoria Header, Template:Magia Record Memoria Footer