Template:Infobox: Difference between revisions
From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
Deniskincses (talk | contribs) Created page with "<div class="portable-infobox" style="float: right; width: 300px; background: rgba(255, 255, 255, 0.9); border: 2px solid #a7d7df; border-radius: 8px; padding: 10px; margin-left: 15px; margin-bottom: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); font-family: verdana, sans-serif;"> <div style="background-color: #52a1ac; color: white; text-align: center; font-weight: bold; font-size: 1.2em; padding: 6px; border-radius: 5px; margin-bottom: 10px;"> {{{title|{{PAGENAME..." |
Deniskincses (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<div class="portable-infobox" style="float: right; width: | <div class="portable-infobox" style="float: right; width: 280px; background-color: #f0f8fa; border: 2px solid #52a1ac; padding: 5px; margin-left: 15px; margin-bottom: 15px; font-family: verdana, sans-serif; box-sizing: border-box;"> | ||
<div style="background-color: #52a1ac; color: white; text-align: center; font-weight: bold; font-size: 1. | <div style="background-color: #52a1ac; color: white; text-align: center; font-weight: bold; font-size: 1.1em; padding: 5px 2px; border: 1px solid #3d7c85; text-transform: capitalize;"> | ||
{{{title|{{PAGENAME}}}}} | {{{title|{{PAGENAME}}}}} | ||
</div> | </div> | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<div style="text-align: center; margin | <div style="text-align: center; background-color: #ffffff; border: 1px solid #a7d7df; margin: 5px 0; padding: 5px;"> | ||
[[File:{{{image}}}| | [[File:{{{image}}}|260px|center|border]] | ||
<div style="font-size: 0. | {{#if:{{{caption|}}}|<div style="font-size: 0.85em; color: #444; margin-top: 4px; padding: 2px;">{{{caption}}}</div>}} | ||
</div> | </div> | ||
}} | }} | ||
<table style="width: 100%; border-collapse: collapse; font-size: 0.9em;"> | <table style="width: 100%; border-collapse: collapse; margin-top: 5px; font-size: 0.9em; background-color: #ffffff; border: 1px solid #a7d7df;"> | ||
{{#if:{{{developer|}}}| | <tbody> | ||
{{#if:{{{developer|}}}| | |||
<tr style="border-bottom: 1px solid #bee8ed;"> | |||
<th style="padding: 5px; font-weight: bold; color: #2c5e66; text-align: left; width: 35%; background-color: #e6f5f7; border-right: 1px solid #bee8ed;">Developer</th> | |||
<td style="padding: 5px; color: #000; text-align: left;">{{{developer}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{released|}}}| | |||
<tr style="border-bottom: 1px solid #bee8ed;"> | |||
<th style="padding: 5px; font-weight: bold; color: #2c5e66; text-align: left; background-color: #e6f5f7; border-right: 1px solid #bee8ed;">Released</th> | |||
<td style="padding: 5px; color: #000; text-align: left;">{{{released}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{platform|}}}| | |||
<tr style="border-bottom: 1px solid #bee8ed;"> | |||
<th style="padding: 5px; font-weight: bold; color: #2c5e66; text-align: left; background-color: #e6f5f7; border-right: 1px solid #bee8ed;">Platform</th> | |||
<td style="padding: 5px; color: #000; text-align: left;">{{{platform}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{language|}}}| | |||
<tr style="border-bottom: 1px solid #bee8ed;"> | |||
<th style="padding: 5px; font-weight: bold; color: #2c5e66; text-align: left; background-color: #e6f5f7; border-right: 1px solid #bee8ed;">Language</th> | |||
<td style="padding: 5px; color: #000; text-align: left;">{{{language}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{website|}}}| | |||
<tr> | |||
<th style="padding: 5px; font-weight: bold; color: #2c5e66; text-align: left; background-color: #e6f5f7; border-right: 1px solid #bee8ed;">Website</th> | |||
<td style="padding: 5px; color: #000; text-align: left;">{{{website}}}</td> | |||
</tr> | |||
}} | |||
</tbody> | |||
</table> | </table> | ||
</div> | </div> | ||
Revision as of 10:53, 29 May 2026
Infobox