Template:Magia Record Memoria Row: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Since the wiki update, clicking the image brings up a gallery view instead of taking you to the file page; use link= attribute to prevent this)
(Add parameters for effect name and icon)
Line 17: Line 17:
* <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>effectname</tt> - Name of the effect
* <tt>effecticon</tt> - The effect's icon
* <tt>cooldown</tt> - Initial cooldown (<tt>cooldown=passive</tt> for passive skills)
* <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
Line 30: Line 32:
|-
|-
|style="width:10%;" data-sort-value="{{{name|???}}}"|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|100px|link=File:{{{image}}}|'''''{{{name|???}}}{{#if:{{{naname|}}}|<br>(NA: {{{naname}}})|}}''''']]|'''''{{{name|???}}}'''''}}
|style="width:10%;" data-sort-value="{{{name|???}}}"|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|100px|link=File:{{{image}}}|'''''{{{name|???}}}{{#if:{{{naname|}}}|<br>(NA: {{{naname}}})|}}''''']]|'''''{{{name|???}}}'''''}}
|style="width:20%;" data-sort-value="{{{effect|{{{effectmax|}}}}}}"|'''Normal:'''<br>{{{effect|???}}}<br>'''Max Limit Break:'''<br>{{{effectmax|???}}}{{#ifeq:{{{support|}}}|na|<br>''(Does Not Work on Supports)''|{{#if:{{{support|}}}|<br>''({{{support}}} Does Not Work on Supports)''|}}}}
|style="width:20%;" data-sort-value="{{{effect|{{{effectmax|}}}}}}"|{{#if:{{{effectname|}}}{{{effecttype|}}}|{{#if:{{{effecttype|}}}|{{Magia Record Skill Icon|{{{effecttype}}}}}{{#if:{{{effectname|}}}| {{{effectname}}}}}<br>}}'''Normal:'''<br>{{{effect|???}}}<br>'''Max Limit Break:'''<br>{{{effectmax|???}}}{{#ifeq:{{{support|}}}|na|<br>''(Does Not Work on Supports)''|{{#if:{{{support|}}}|<br>''({{{support}}} Does Not Work on Supports)''|}}}}
|style="width:20%;" data-sort-value="{{{cooldown|{{{cooldownmax|0}}}}}}"|{{#ifeq:{{{cooldown}}}|passive|'''Passive'''|'''Normal:'''<br>{{{cooldown|?}}} turns<br>'''Max Limit Break:'''<br>{{{cooldownmax|?}}} turns}}
|style="width:20%;" data-sort-value="{{{cooldown|{{{cooldownmax|0}}}}}}"|{{#ifeq:{{{cooldown}}}|passive|'''Passive'''|'''Normal:'''<br>{{{cooldown|?}}} turns<br>'''Max Limit Break:'''<br>{{{cooldownmax|?}}} turns}}
|style="width:25%;"|{{#if:{{{unique|}}}|'''**Unique to {{#ifeq:{{{unique}}}|yes|{{PAGENAME}}|{{{unique}}}}}**'''<br>|}}{{{en|}}}{{#ifeq:{{{source|}}}|EN||
|style="width:25%;"|{{#if:{{{unique|}}}|'''**Unique to {{#ifeq:{{{unique}}}|yes|{{PAGENAME}}|{{{unique}}}}}**'''<br>|}}{{{en|}}}{{#ifeq:{{{source|}}}|EN||
<td style="width:25%;">{{{jp|}}}</td>}}</includeonly>
<td style="width:25%;">{{{jp|}}}</td>}}</includeonly>

Revision as of 13:21, 10 August 2023

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
  • naname - Name of the memoria on the North American server, if appreciably different
  • effect - Initial effect
  • effectmax - Effect at max enhancement
  • effectname - Name of the effect
  • effecticon - The effect's icon
  • cooldown - Initial cooldown (cooldown=passive for passive skills)
  • cooldownmax - Cooldown at max enhancement
  • unique - Memoria is unique to this girl (fill in with the girl's name)
  • en - English description
  • jp - Japanese description
  • support=na - Does Not Work on Supports
  • support=Thing - Thing Does Not Work on Supports
  • source=EN - Omit final column

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