Difference between revisions of "Template:GameInfobox"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
<div class="infobox" | <div class="infobox" | ||
style="float:right; | style="float:right; | ||
− | border:solid {{{bordercolor}}} | + | border:solid {{{bordercolor|black}}} 2px; |
− | padding: | + | padding: 9px; |
− | margin: | + | margin: 10px; |
border-radius: 3px; | border-radius: 3px; | ||
+ | width: {{{width|350px}}}; | ||
+ | background: {{{background|#f7f7f7}}}; | ||
"> | "> | ||
− | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | + | <div class="infobox-title" |
− | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | + | style="text-align:center; |
+ | "> | ||
+ | '''{{{title|{{PAGENAME}}}}}'''</div>{{#if:{{{image|}}}| | ||
+ | |||
+ | <div class="infobox-image" | ||
+ | style="width: 200px; | ||
+ | height: 200px; | ||
+ | "> | ||
+ | [[File:{{{image}}}|300px]]</div>}} | ||
+ | |||
+ | |||
<table>{{#if:{{{param1|}}}|<tr> | <table>{{#if:{{{param1|}}}|<tr> | ||
<th>Parameter 1</th> | <th>Parameter 1</th> |
Revision as of 06:44, 1 July 2020
GameInfobox