Template:Infobox: Difference between revisions
From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
Deniskincses (talk | contribs) No edit summary |
Deniskincses (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" | {| class="infobox" style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border:2px solid #a7d7df; background:rgba(255, 255, 255, 0.9); font-size:90%; line-height:1.4; color:#000; border-collapse:collapse; border-radius:8px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); font-family: verdana, sans-serif;" | ||
style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border: | |||
|- | |- | ||
! colspan="2" style="background:# | ! colspan="2" style="background:#52a1ac; color:white; font-size:120%; padding:8px; text-align:center; border-top-left-radius:6px; border-top-right-radius:6px;" | {{{title|{{PAGENAME}}}}} | ||
| {{{title|{{PAGENAME}}}}} | |||
|- | |- | ||
| colspan="2" style="text-align:center; padding: | | colspan="2" style="text-align:center; padding:8px;" | [[File:{{{image|Placeholder.png}}}|250px|center]] | ||
| [[File:{{{image|Placeholder.png}}}|250px]] | |||
|- | |- | ||
| colspan="2" style="text-align:center; font-size:85%; padding-bottom:8px;" | | colspan="2" style="text-align:center; font-size:85%; padding-bottom:8px; color:#666; font-style:italic;" | {{{caption|}}} | ||
| {{{caption|}}} | |||
|- | |- | ||
! style="width:40%; background:# | ! style="width:40%; background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Type | ||
| style="padding: | | style="padding:6px; border-bottom:1px solid #bee8ed;" | {{{type|Unknown}}} | ||
|- | |- | ||
! style="background:# | ! style="background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Creator | ||
| style="padding: | | style="padding:6px; border-bottom:1px solid #bee8ed;" | {{{creator|Unknown}}} | ||
|- | |- | ||
! style="background:# | ! style="background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Release | ||
| style="padding: | | style="padding:6px; border-bottom:1px solid #bee8ed;" | {{{release|Unknown}}} | ||
|- | |- | ||
! style="background:# | ! style="background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Status | ||
| style="padding: | | style="padding:6px;" | {{{status|Unknown}}} | ||
|} | |} | ||
| Line 35: | Line 31: | ||
<noinclude> | <noinclude> | ||
This is the Infobox template. Use it on articles like this: | |||
<pre> | <pre> | ||
{{Infobox | {{Infobox | ||
| title = Glue3D | | title = Glue3D | ||
| image = Glue3DLogo.png | | image = Glue3DLogo.png | ||
| caption = Official logo | | caption = Official logo | ||
| type = 3D Game Engine | | type = 3D Game Engine | ||
| creator = GL00B | | creator = GL00B | ||
| release = January 30th, 2026 | | release = January 30th, 2026 | ||
| status = Active | | status = Active | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 10:59, 29 May 2026
This is the Infobox template. Use it on articles like this:
{{Infobox
| title = Glue3D
| image = Glue3DLogo.png
| caption = Official logo
| type = 3D Game Engine
| creator = GL00B
| release = January 30th, 2026
| status = Active
}}