Template:Dtr: Difference between revisions
No edit summary |
No edit summary |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>|- | <includeonly>|- | ||
{{#if:{{{no|}}}| {{!}} {{{no|}}} | {{#if:{{{no|}}}| | ||
{{!}} [[Image:{{{in}}}-{{{no}}}-I.gif]] | {{!}} {{{no|}}} | ||
{{!}} {{#ifeq: | {{!}} {{#ifexist:Image:{{{in|}}}-{{{no|}}}-I.gif|[[Image:{{{in|}}}-{{{no|}}}-I.gif]]}} | ||
{{#if:{{{boot|}}}| {{!}} {{{boot}}}}} | {{!}} {{!}} {{#ifeq:{{switch-{{{in|}}}|{{{no|}}}}}||{{switch-{{{in|}}}-boot|{{{no|}}}}}|[[{{switch-{{{in|}}}|{{{no|}}}}}]]}} }} | ||
{{#if:{{{jap|}}}| {{!}} {{{jap}}}}} | {{#if:{{{boot|}}}| {{!}} {{switch-{{{in|}}}-boot|{{{no|}}}}}}} | ||
{{#if:{{{romaji|}}}| {{!}} {{{romaji}}}}} | {{#if:{{{jap|}}}| {{!}} {{switch-{{{in|}}}-jap|{{{no|}}}}}}} | ||
{{#if:{{{stage|}}}| {{!}} [[{{{stage}}}]]}} | {{#if:{{{romaji|}}}| {{!}} {{switch-{{{in|}}}-romaji|{{{no|}}}}}}} | ||
{{#if:{{{type|}}}| {{!}} {{mt|{{{type}}}}}}} | {{#if:{{{stage|}}}| {{!}} [[{{switch-{{{in|}}}-stage|{{{no|}}}}}]]}} | ||
{{#if:{{{found-in|}}}| {{!}} {{v|{{{found-in}}}|{{{found-in2|}}}}}}}</includeonly><noinclude> | {{#if:{{{type|}}}| {{!}} {{mt|{{switch-{{{in|}}}-type|{{{no|}}}}}}}}} | ||
{{#if:{{{found-in|}}}| {{!}} {{v|{{{found-in}}}|{{{found-in2|}}}|space=true}}}} | |||
This is the code for the table rows used for lists or mini lists. | {{#if:{{{lvl|}}}|{{!}} L{{{lvl}}}}}</includeonly><noinclude>This is the code for the table rows used for lists or mini lists. | ||
==Usage== | ==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. | 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>{{ | <pre>{{dtr|in= |no= |found-in= |found-in2= |lvl= }}</pre> | ||
===in=== | ===in=== | ||
Either '''T1''' or '''T2'''. | Either '''T1''' or '''T2'''. '''Required.''' | ||
===no=== | ===no=== | ||
The numbering of the Denjuu. | The numbering of the Denjuu. '''Required.''' | ||
<!-- | |||
===name=== | ===name=== | ||
The name of the Denjuu. | The name of the Denjuu. '''Automatically filled in''' unless name not present, so name needs to be given. | ||
--> | |||
===boot=== | ===boot=== | ||
The name of the Denjuu in the bootleg. | The name of the Denjuu in the bootleg. '''Automatically filled in''' | ||
To use this field, put "1" or anything as the value for this parameter. | |||
===jap=== | ===jap=== | ||
The Japanese name of the Denjuu. | The Japanese name of the Denjuu. '''Automatically filled in''' | ||
To use this field, put "1" or anything as the value for this parameter. | |||
===romaji=== | ===romaji=== | ||
The romanised Japanese name of the Denjuu. | The romanised Japanese name of the Denjuu. '''Automatically filled in''' | ||
To use this field, put "1" or anything as the value for this parameter. | |||
===stage=== | ===stage=== | ||
The evolutionary stage of the Denjuu. | The evolutionary stage of the Denjuu. '''Automatically filled in''' | ||
To use this field, put "1" or anything as the value for this parameter. | |||
===type=== | ===type=== | ||
The habitat type of the Denjuu. | The habitat type of the Denjuu. '''Automatically filled in''' | ||
To use this field, put "1" or anything as the value for this parameter. | |||
===found-in=== | ===found-in=== | ||
Line 44: | Line 56: | ||
If it is both, put Power for <code>found-in</code> and Speed for <code>found-in2</code>. | If it is both, put Power for <code>found-in</code> and Speed for <code>found-in2</code>. | ||
===lvl=== | |||
Only for tables in move articles, and to denote the level at which the move is learned at. | |||
==See also== | ==See also== | ||
Line 49: | Line 64: | ||
* {{t|Denjuu table bot}} | * {{t|Denjuu table bot}} | ||
[[Category:Table templates|{{PAGENAME}}]] | [[Category:Table list templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 09:15, 25 December 2008
This is the code for the table rows used for lists or mini lists.
Usage[edit]
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.
{{dtr|in= |no= |found-in= |found-in2= |lvl= }}
in[edit]
Either T1 or T2. Required.
no[edit]
The numbering of the Denjuu. Required.
boot[edit]
The name of the Denjuu in the bootleg. Automatically filled in
To use this field, put "1" or anything as the value for this parameter.
jap[edit]
The Japanese name of the Denjuu. Automatically filled in
To use this field, put "1" or anything as the value for this parameter.
romaji[edit]
The romanised Japanese name of the Denjuu. Automatically filled in
To use this field, put "1" or anything as the value for this parameter.
stage[edit]
The evolutionary stage of the Denjuu. Automatically filled in
To use this field, put "1" or anything as the value for this parameter.
type[edit]
The habitat type of the Denjuu. Automatically filled in
To use this field, put "1" or anything as the value for this parameter.
found-in[edit]
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
.
lvl[edit]
Only for tables in move articles, and to denote the level at which the move is learned at.