Template:Magia Record Memoria Row: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Fix markup)
(Rename alt= to name=)
Line 13: Line 13:
Possible parameters:
Possible parameters:
* <tt>image</tt> - The image file
* <tt>image</tt> - The image file
* <tt>alt</tt> - Alt text for the image
* <tt>name</tt> - Name of the memoria
* <tt>effect</tt> - Initial effect
* <tt>effect</tt> - Initial effect
* <tt>effectmax</tt> - Effect at max enhancement
* <tt>effectmax</tt> - Effect at max enhancement
Line 22: Line 22:


See also: [[Template:Magia Record Memoria Header]], [[Template:Magia Record Memoria Footer]]
See also: [[Template:Magia Record Memoria Header]], [[Template:Magia Record Memoria Footer]]
{{Magia Record Memoria Header}}
{{Magia Record Memoria Row}}
{{Magia Record Memoria Footer}}
</noinclude><includeonly>
</noinclude><includeonly>
|-
|-
|style="width:10%;"|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|100px|{{{alt|}}}]]|{{{alt|}}}}}
|style="width:10%;"|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|100px|{{{name|}}}]]|{{{name|}}}}}
|style="width:20%;"|'''Normal: {{{effect|???}}}'''<br>'''Max Limit Break: {{{effectmax|???}}}'''<br>
|style="width:20%;"|'''Normal: {{{effect|???}}}'''<br>'''Max Limit Break: {{{effectmax|???}}}'''<br>
|style="width:20%;"|'''Normal: {{{cooldown|?}}}'''<br> turns<br>'''Max Limit Break: {{{cooldownmax|?}}}'''<br> turns
|style="width:20%;"|'''Normal: {{{cooldown|?}}}'''<br> turns<br>'''Max Limit Break: {{{cooldownmax|?}}}'''<br> turns

Revision as of 18:29, 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
  • cooldownmax - Cooldown at max enhancement
  • en - English description
  • jp - Japanese description

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