Template:Dtr: Difference between revisions
(New page: |- | {{{no}}} | [[Image:{{{in}}}-{{{no}}}-I.gif]] | [[{{{name}}}]] | {{{boot}}} | {{{jap}}} | {{{romaji}}} | [[{{{stage}}}]] | {{mt|{{{type}}}}} | {{v|{{{found-in1}}}|{{{found-in2|}}}}} <n...) |
No edit summary |
||
(49 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
|- | <includeonly>|- | ||
| {{{no}}} | {{#if:{{{no|}}}| | ||
| [[Image:{{{in}}}-{{{no}}}-I.gif]] | {{!}} {{{no|}}} | ||
| [[{{{ | {{!}} {{#ifexist:Image:{{{in|}}}-{{{no|}}}-I.gif|[[Image:{{{in|}}}-{{{no|}}}-I.gif]]}} | ||
| {{{boot}}} | {{!}} {{!}} {{#ifeq:{{switch-{{{in|}}}|{{{no|}}}}}||{{switch-{{{in|}}}-boot|{{{no|}}}}}|[[{{switch-{{{in|}}}|{{{no|}}}}}]]}} }} | ||
| {{{jap}}} | {{#if:{{{boot|}}}| {{!}} {{switch-{{{in|}}}-boot|{{{no|}}}}}}} | ||
| {{{romaji}}} | {{#if:{{{jap|}}}| {{!}} {{switch-{{{in|}}}-jap|{{{no|}}}}}}} | ||
| [[{{{stage}}}]] | {{#if:{{{romaji|}}}| {{!}} {{switch-{{{in|}}}-romaji|{{{no|}}}}}}} | ||
| {{mt|{{{type}}}}} | {{#if:{{{stage|}}}| {{!}} [[{{switch-{{{in|}}}-stage|{{{no|}}}}}]]}} | ||
| {{v|{{{found- | {{#if:{{{type|}}}| {{!}} {{mt|{{switch-{{{in|}}}-type|{{{no|}}}}}}}}} | ||
<noinclude> | {{#if:{{{found-in|}}}| {{!}} {{v|{{{found-in}}}|{{{found-in2|}}}|space=true}}}} | ||
{{#if:{{{lvl|}}}|{{!}} L{{{lvl}}}}}</includeonly><noinclude>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>{{dtr|in= |no= |found-in= |found-in2= |lvl= }}</pre> | |||
===in=== | |||
Either '''T1''' or '''T2'''. '''Required.''' | |||
===no=== | |||
The numbering of the Denjuu. '''Required.''' | |||
<!-- | |||
===name=== | |||
The name of the Denjuu. '''Automatically filled in''' unless name not present, so name needs to be given. | |||
--> | |||
===boot=== | |||
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=== | |||
The Japanese name of the Denjuu. '''Automatically filled in''' | |||
To use this field, put "1" or anything as the value for this parameter. | |||
===romaji=== | |||
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=== | |||
The evolutionary stage of the Denjuu. '''Automatically filled in''' | |||
To use this field, put "1" or anything as the value for this parameter. | |||
===type=== | |||
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=== | |||
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>. | |||
===lvl=== | |||
Only for tables in move articles, and to denote the level at which the move is learned at. | |||
==See also== | ==See also== | ||
Line 17: | 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.