|
|
| Line 1: |
Line 1: |
| <table class="infobox vcard" style="float: right; clear: right; width: 22em; border-collapse: collapse; border: 1px solid #a2a9b1; background-color: #f8f9fa; color: #202122; margin: 0 0 1em 1em; padding: 0.2em; font-family: sans-serif; font-size: 88%; line-height: 1.5em;"> | | <includeonly> |
| | {| class="infobox" |
| | style=" |
| | width:300px; |
| | float:right; |
| | clear:right; |
| | margin:0 0 1em 1em; |
| | border:1px solid #aaa; |
| | background:#f8f9fa; |
| | font-size:90%; |
| | line-height:1.4; |
| | color:#000; |
| | " |
|
| |
|
| <tr>
| | |- |
| <th colspan="2" class="infobox-above fn" style="text-align: center; font-size: 125%; font-weight: bold; padding: 0.2em 0.4em; background-color: #bee8ed; color: #104047; border-bottom: 1px solid #a2a9b1;">
| | ! colspan="2" |
| {{{title|{{PAGENAME}}}}}
| | style=" |
| </th>
| | background:#dcdcdc; |
| </tr>
| | font-size:120%; |
| | padding:8px; |
| | text-align:center; |
| | " |
| | | {{{title|{{PAGENAME}}}}} |
|
| |
|
| {{#if:{{{subheader|}}}|
| | |- |
| <tr>
| | | colspan="2" style="text-align:center; padding:6px;" |
| <td colspan="2" class="infobox-subheader" style="text-align: center; font-size: 95%; font-weight: bold; padding: 0.2em 0.4em;">
| | | [[File:{{{image|Placeholder.png}}}|250px]] |
| {{{subheader}}}
| |
| </td>
| |
| </tr>
| |
| }}
| |
|
| |
|
| {{#if:{{{image|}}}|
| | |- |
| <tr>
| | | colspan="2" |
| <td colspan="2" class="infobox-image" style="text-align: center; padding: 0.4em 0;">
| | style=" |
| [[File:{{{image}}}|250px|center]]
| | text-align:center; |
| {{#if:{{{caption|}}}|
| | font-size:85%; |
| <div class="infobox-caption" style="font-size: 90%; line-height: 1.3em; padding-top: 0.2em; color: #54595d;">{{{caption}}}</div>
| | padding-bottom:8px; |
| }}
| | " |
| </td>
| | | {{{caption|}}} |
| </tr>
| |
| }}
| |
|
| |
|
| {{#if:{{{developer|}}}|
| | |- |
| <tr>
| | ! style="width:40%; background:#eeeeee; padding:4px;" | Type |
| <th scope="row" style="text-align: left; padding: 4px 6px; font-weight: bold; width: 40%; vertical-align: top;">Developer</th>
| | | style="padding:4px;" | {{{type|Unknown}}} |
| <td style="padding: 4px 6px; vertical-align: top;">{{{developer}}}</td>
| | |
| </tr>
| | |- |
| }}
| | ! style="background:#eeeeee; padding:4px;" | Creator |
|
| | | style="padding:4px;" | {{{creator|Unknown}}} |
| {{#if:{{{released|}}}|
| | |
| <tr>
| | |- |
| <th scope="row" style="text-align: left; padding: 4px 6px; font-weight: bold; vertical-align: top;">Released</th>
| | ! style="background:#eeeeee; padding:4px;" | Release |
| <td style="padding: 4px 6px; vertical-align: top;">{{{released}}}</td>
| | | style="padding:4px;" | {{{release|Unknown}}} |
| </tr>
| | |
| }}
| | |- |
|
| | ! style="background:#eeeeee; padding:4px;" | Status |
| {{#if:{{{platform|}}}|
| | | style="padding:4px;" | {{{status|Unknown}}} |
| <tr>
| | |
| <th scope="row" style="text-align: left; padding: 4px 6px; font-weight: bold; vertical-align: top;">Platform</th>
| | |} |
| <td style="padding: 4px 6px; vertical-align: top;">{{{platform}}}</td>
| | </includeonly> |
| </tr>
| | |
| }}
| | <noinclude> |
|
| | Example usage: |
| {{#if:{{{language|}}}|
| | |
| <tr>
| | {{Infobox |
| <th scope="row" style="text-align: left; padding: 4px 6px; font-weight: bold; vertical-align: top;">Language</th>
| | | title = Glue3D |
| <td style="padding: 4px 6px; vertical-align: top;">{{{language}}}</td>
| | | image = Glue3DLogo.png |
| </tr>
| | | caption = Official logo |
| }}
| | | type = Game Engine |
|
| | | creator = Denis |
| {{#if:{{{website|}}}|
| | | release = 2025 |
| <tr>
| | | status = Active |
| <th scope="row" style="text-align: left; padding: 4px 6px; font-weight: bold; vertical-align: top;">Website</th>
| | }} |
| <td style="padding: 4px 6
| | |
| | </noinclude> |
Example usage:
style="
width:300px;
float:right;
clear:right;
margin:0 0 1em 1em;
border:1px solid #aaa;
background:#f8f9fa;
font-size:90%;
line-height:1.4;
color:#000;
"
| colspan="2"
style="
background:#dcdcdc;
font-size:120%;
padding:8px;
text-align:center;
"
|
Glue3D
|
| colspan="2" style="text-align:center; padding:6px;"
|
File:Glue3DLogo.png
|
| colspan="2"
style="
text-align:center;
font-size:85%;
padding-bottom:8px;
"
|
Official logo
|
| Type
|
Game Engine
|
| Creator
|
Denis
|
| Release
|
2025
|
| Status
|
Active
|