Template:Dtr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
|- | <includeonly>|- | ||
| {{{no}}} | {{#if:{{{no|}}}|{{!}} {{{no}}}}} | ||
| [[Image:{{{in}}}-{{{no}}}-I.gif]] | {{#if:{{{no|}}}|{{#if:{{{in|}}}|{{!}} [[Image:{{{in}}}-{{{no}}}-I.gif]]}}}} | ||
| [[{{{name}}}]] | {{#if:{{{name|}}}|{{!}} [[{{{name}}}]]}} | ||
| {{{boot}}} | {{#if:{{{boot|}}}|{{!}} {{{boot}}}}} | ||
| {{{jap}}} | {{#if:{{{jap|}}}|{{!}} {{{jap}}}}} | ||
| {{{romaji}}} | {{#if:{{{romaji|}}}|{{!}} {{{romaji}}}}} | ||
| [[{{{stage}}}]] | {{#if:{{{stage|}}}|{{!}} [[{{{stage}}}]]}} | ||
| {{mt|{{{type}}}}} | {{#if:{{{type|}}}|{{!}} {{mt|{{{type}}}}}}} | ||
| {{v|{{{found- | {{#if:{{{found-in|}}}|{{!}} {{v|{{{found-in}}}|{{{found-in2|}}}}}}}</includeonly><noinclude> | ||
This is the code for the | This is the code for the table rows used for lists or mini lists. | ||
==Usage== | |||
Paste this in between {{t|Denjuu table top}} and {{t|Denjuu table bot}}, per number of rows you want. Remove those which columns are not intended to be there. | |||
<pre>{{denjuu table row|in= |no= |name= |boot= |jap= |romaji= |stage= |type= |found-in= |found-in2= }}</pre> | |||
===in=== | |||
Either '''T1''' or '''T2'''. | |||
===no=== | |||
The numbering of the Denjuu. | |||
===name=== | |||
The name of the Denjuu. | |||
===boot=== | |||
The name of the Denjuu in the bootleg. | |||
===jap=== | |||
The Japanese name of the Denjuu. | |||
===romaji=== | |||
The romanised Japanese name of the Denjuu. | |||
===stage=== | |||
The evolutionary stage of the Denjuu. | |||
===type=== | |||
The habitat type of the Denjuu. | |||
===found-in=== | |||
The versions the Denjuu is found in (either Power or Speed). | |||
If it is both, put Power for <code>found-in</code> and Speed for <code>found-in2</code>. | |||
==See also== | ==See also== |
Revision as of 02:27, 8 August 2008
This is the code for the table rows used for lists or mini lists.
Usage
Paste this in between {{Denjuu table top}} and {{Denjuu table bot}}, per number of rows you want. Remove those which columns are not intended to be there.
{{denjuu table row|in= |no= |name= |boot= |jap= |romaji= |stage= |type= |found-in= |found-in2= }}
in
Either T1 or T2.
no
The numbering of the Denjuu.
name
The name of the Denjuu.
boot
The name of the Denjuu in the bootleg.
jap
The Japanese name of the Denjuu.
romaji
The romanised Japanese name of the Denjuu.
stage
The evolutionary stage of the Denjuu.
type
The habitat type of the Denjuu.
found-in
The versions the Denjuu is found in (either Power or Speed).
If it is both, put Power for found-in
and Speed for found-in2
.