Template:Infobox char: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<table style="float:right;border:1px solid silver;background-color:rgb(249, 249, 249);max-width:256px;padding:5px;"> <caption>'''{{{name|{{PAGENAME}}}}}'''</caption> <tr> <td colspan="2">[[{{{image}}}|200px|center]]</td> </tr> <tr> <td colspan="2">{{{type}}}</td> </tr> <tr> <td colspan="2">{{{desc}}}</td> </tr> </table>") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
< | <th style="text-align: left;vertical-align: top;">Type</th> | ||
<td>{{{type}}}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
< | <th style="text-align: left;vertical-align: top;">Description</th> | ||
<td>{{{desc}}}</td> | |||
</tr> | </tr> | ||
</table> | </table> | ||
<noinclude> | |||
Usage: | |||
<pre><nowiki> | |||
{{Infobox char | |||
|name=Red | |||
|image=File:Example.png | |||
|type=Syver | |||
|desc=the anti of [[Blue]] | |||
}} | |||
</nowiki></pre> | |||
</noinclude> |
Latest revision as of 23:06, 27 February 2024
[[{{{image}}}|200px|center]] | |
Type | {{{type}}} |
---|---|
Description | {{{desc}}} |
Usage:
{{Infobox char |name=Red |image=File:Example.png |type=Syver |desc=the anti of [[Blue]] }}