Template:Madoka Magica Mobage Card Row: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> Creates the header row for a Madoka Magica Mobage card table. Sample usage: <pre><nowiki> {{Madoka Magica Mobage Card Header}} {{Madoka Magica Mobage Card Row|...params...}} {{Madoka Magica Mobage Card Row|...params...}} {{Madoka Magica Mobage Card Footer}} </nowiki></pre> Possible parameters: * <tt>image</tt> - The image file * <tt>name</tt> - Name of the card * <tt>attack</tt> - The card's attack stat * <tt>defense</tt> - The card's defense stat * <t...")
 
(Make the image a bit larger)
 
(4 intermediate revisions by the same user not shown)
Line 14: Line 14:
* <tt>image</tt> - The image file
* <tt>image</tt> - The image file
* <tt>name</tt> - Name of the card
* <tt>name</tt> - Name of the card
* <tt>attack</tt> - The card's attack stat
* <tt>attack0</tt> - The card's initial attack stat
* <tt>defense</tt> - The card's defense stat
* <tt>defense0</tt> - The card's initial defense stat
* <tt>magic</tt> - The card's magic stat
* <tt>magic0</tt> - The card's initial magic stat
* <tt>attack</tt> - The card's max attack stat
* <tt>defense</tt> - The card's max defense stat
* <tt>magic</tt> - The card's max magic stat
* <tt>skill</tt> - The card's special skill, if any; recommend using [[:Template:Nihongo]] here.
* <tt>skill</tt> - The card's special skill, if any; recommend using [[:Template:Nihongo]] here.
* <tt>en</tt> - English description
* <tt>en</tt> - English description
Line 24: Line 27:
</noinclude><includeonly>{{#ifeq:{{NAMESPACE}}|File||''To edit a memoria's details, click on the specific memoria''}}
</noinclude><includeonly>{{#ifeq:{{NAMESPACE}}|File||''To edit a memoria's details, click on the specific memoria''}}
|-
|-
|style="width:10%;text-align:center;" data-sort-value="{{{name|???}}}|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|100px|link=File:{{{image}}}|'''''{{{name|???}}}''''']]|'''''{{{name|???}}}'''''}}
|style="text-align:center;" data-sort-value="{{{name|???}}}|{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|center|120px|link=File:{{{image}}}|'''''{{{name|???}}}''''']]|'''''{{{name|???}}}'''''}}
|style="width:8%;text-align:center;" data-sort-type="number" data-sort-value="{{{attack|0}}}"|{{{attack|0}}}
|style="text-align:center;" data-sort-type="number" data-sort-value="{{{attack|0}}}"|{{{attack0|0}}}/{{{attack|0}}}
|style="width:8%;text-align:center;" data-sort-type="number" data-sort-value="{{{defense|0}}}"|{{{defense|0}}}
|style="text-align:center;" data-sort-type="number" data-sort-value="{{{defense|0}}}"|{{{defense0|0}}}/{{{defense|0}}}
|style="width:8%;text-align:center;" data-sort-type="number" data-sort-value="{{{magic|0}}}"|{{{magic|0}}}
|style="text-align:center;" data-sort-type="number" data-sort-value="{{{magic|0}}}"|{{{magic0|0}}}/{{{magic|0}}}
|style="width:16%;text-align:center;" data-sort-value="{{{skill|}}}"|'''{{{skill|—}}}'''
|style="text-align:center;" data-sort-value="{{{skill|}}}"|'''{{{skill|—}}}'''
|style="width:25%;text-align:center;" class="unsortable"|{{{en|}}}
|style="text-align:center;" class="unsortable"|{{{en|}}}
|style="width:25%;text-align:center;" class="unsortable"|{{{jp|}}</includeonly>
|style="text-align:center;" class="unsortable"|{{{jp|}}}</includeonly>

Latest revision as of 23:45, 25 February 2024

Creates the header row for a Madoka Magica Mobage card table.

Sample usage:

{{Madoka Magica Mobage Card Header}}
{{Madoka Magica Mobage Card Row|...params...}}
{{Madoka Magica Mobage Card Row|...params...}}
{{Madoka Magica Mobage Card Footer}}

Possible parameters:

  • image - The image file
  • name - Name of the card
  • attack0 - The card's initial attack stat
  • defense0 - The card's initial defense stat
  • magic0 - The card's initial magic stat
  • attack - The card's max attack stat
  • defense - The card's max defense stat
  • magic - The card's max magic stat
  • skill - The card's special skill, if any; recommend using Template:Nihongo here.
  • en - English description
  • jp - Japanese description

See also: Template:Madoka Magica Mobage Card Header, Template:Madoka Magica Mobage Card Footer