Template:ShufflePoké: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
⧼bulbapediamonobook-jumptonavigation⧽⧼bulbapediamonobook-jumptosearch⧽
CycloneGU (talk | contribs)
Quick demo per talk page.
mNo edit summary
Line 1: Line 1:
<noinclude>{| class="roundy" style="background:#{{cute color}}; margin:auto; text-align:center; border:3px solid #{{cute color light}}"
<noinclude>{| class="roundy" style="background:#{{cute color}}; margin:auto; text-align:center; border:3px solid #{{cute color light}}"
! style="background:#{{beauty color light}}; {{roundytl|5px}}" colspan=2 | Pokémon
! style="background:#{{beauty color light}}; {{roundytl|5px}}" | Stage
! style="background:#{{beauty color light}}" colspan=2 | Pokémon
! style="background:#{{beauty color light}}" | Type
! style="background:#{{beauty color light}}" | Type
! style="background:#{{beauty color light}}" | HP
! style="background:#{{beauty color light}}" | HP
! style="background:#{{beauty color light}}" | Moves
! style="background:#{{beauty color light}}" | Moves
! style="background:#{{beauty color light}}" | Base capture %
! style="background:#{{beauty color light}}" | Catchability
! style="background:#{{beauty color light}}" | Move bonus
! style="background:#{{beauty color light}}" | Move bonus
! style="background:#{{beauty color light}}" | EXP
! style="background:#{{beauty color light}}" | EXP
! style="background:#{{beauty color light}}; {{roundytr|5px}}" | Notes
! style="background:#{{beauty color light}}; {{roundytr|5px}}" | Notes
</noinclude>|- style="background:#{{{color|FFF}}}"
</noinclude><includeonly>|- style="background:#{{{color|FFF}}}"
{{#if:{{{1|}}}|{{!}} {{{1}}} {{!}}}}| {{ShImg|{{{2|000}}}|{{{3|Missingno.}}}}} || {{{display|{{p|{{{3|Missingno.}}}}}}}}
{{#if:{{{1|}}}|{{!}} {{{1}}} {{!}}}}| {{ShImg|{{{2}}}|{{{3}}}}} || {{{display|{{p|{{{3}}}}}}}}
{{typetable|{{{4|???}}}}}
{{typetable|{{{4|???}}}}}
{{#ifexpr:{{{cols|6}}} > 0|{{!}} {{{5|}}}}}{{#ifexpr:{{{cols|6}}} > 1|{{!}}{{!}} {{{6|}}}}}{{#ifexpr:{{{cols|6}}} > 2|{{!}}{{!}} {{{7|}}}}}{{#ifexpr:{{{cols|6}}} > 3|{{!}}{{!}} {{{8|}}}}}{{#ifexpr:{{{cols|6}}} > 4|{{!}}{{!}} {{{9|}}}}}{{#ifexpr:{{{cols|6}}} > 5|{{!}}{{!}} {{{10|}}}}}{{#ifexpr:{{{cols|6}}} > 6|{{!}}{{!}} {{{11}}}}}{{#ifexpr:{{{cols|6}}} > 7|{{!}}{{!}} {{{12}}}}}<noinclude>
{{#ifexpr:{{{cols|6}}} > 0|{{!}} {{{5|}}}}}{{#ifexpr:{{{cols|6}}} > 1|{{!}}{{!}} {{{6|}}}}}{{#ifexpr:{{{cols|6}}} > 2|{{!}}{{!}} {{{7|}}}}}{{#ifexpr:{{{cols|6}}} > 3|{{!}}{{!}} {{{8|}}}}}{{#ifexpr:{{{cols|6}}} > 4|{{!}}{{!}} {{{9|}}}}}{{#ifexpr:{{{cols|6}}} > 5|{{!}}{{!}} {{{10|}}}}}{{#ifexpr:{{{cols|6}}} > 6|{{!}}{{!}} {{{11}}}}}{{#ifexpr:{{{cols|6}}} > 7|{{!}}{{!}} {{{12}}}}}</includeonly><noinclude>
{{../Template:ShufflePoké|1|000|Missingno.|???||||||}}
|-
|-
! style="background:#{{beauty color light}}; {{roundybottom|5px}}" colspan="9" |
! style="background:#{{beauty color light}}; {{roundybottom|5px}}" colspan="10" |
|}
|}


Line 33: Line 35:
*<code>color</code>: Color of row (does not overwrite type color).
*<code>color</code>: Color of row (does not overwrite type color).


The header and footers are manually coded.
Header and footers are manually coded.
<!--[[Category:Table templates]]--></noinclude>
<!--[[Category:Table templates]]--></noinclude>

Revision as of 18:11, 14 June 2015

Stage Pokémon Type HP Moves Catchability Move bonus EXP Notes

{{../Template:ShufflePoké|1|000|Missingno.|???||||||}}

Parameters:

  • 1: Whatever goes in the first column (stage number, event name, etc.). Leave empty to hide first column.
  • 2: Icon number.
  • 3: Name of Pokémon.
  • display: Displayed name. (for example, putting {{me|Audino}} here will display Mega Audino in the Pokémon column)
  • 4: Pokémon type.
  • cols: Number of additional columns after Type. Default is 6.
  • 5: Pokémon HP (or something).
  • 6: Number of moves/time remaining (or something).
  • 7: Base catchability (or something).
  • 8: Move/time bonus (or something).
  • 9: Experience granted (or something).
  • 10: Notes/availability (or something). Always appears, regardless of whether it is filled or not.
  • 11: Additional notes (or something). Appears only if filled.
  • 12: Additional additional notes (or something). Appears only if filled.
  • color: Color of row (does not overwrite type color).

Header and footers are manually coded.