Template:CharacterBox: Difference between revisions

Content added Content deleted
m (8 revisions imported)
No edit summary
Line 1: Line 1:
<templatestyles src="CharacterBox/styles.css" />
{{Infobox
<div class="character-box">
| bodystyle = {{{width|}}};
[[File:{{{2}}}{{!}}link={{{alt|}}}]]
| headerstyle = background:#b1b1b1;width:auto;
<span class="character-box-name">{{{1}}}</span>

</div>
| image = [[File:{{{image}}}|x{{{size|200}}}px|link={{{name}}}]]
| header1 = [[{{{name}}}]]
| subbox = {{{subbox|}}}
}}
<noinclude>
<pre>
{{Infobox
| bodystyle = {{{width|}}};
| headerstyle = background:#b1b1b1;

| image = [[File:{{{image}}}|x200px]]
| header1 = [[{{{name}}}]]
| subbox = {{{subbox|}}}
}}
</pre>
</noinclude>