Template:Infobox: Difference between revisions

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
No edit summary
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:1px solid #aaa; background:#f8f9fa; font-size:90%; line-height:1.4; color:#000; border-collapse:collapse;"


|-
|-
! colspan="2" style="background:#dcdcdc; font-size:120%; padding:8px; text-align:center;"
! 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:6px;"
| 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:#eeeeee; padding:4px;" | Type
! style="width:40%; background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Type
| style="padding:4px;" | {{{type|Unknown}}}
| style="padding:6px; border-bottom:1px solid #bee8ed;" | {{{type|Unknown}}}


|-
|-
! style="background:#eeeeee; padding:4px;" | Creator
! style="background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Creator
| style="padding:4px;" | {{{creator|Unknown}}}
| style="padding:6px; border-bottom:1px solid #bee8ed;" | {{{creator|Unknown}}}


|-
|-
! style="background:#eeeeee; padding:4px;" | Release
! style="background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Release
| style="padding:4px;" | {{{release|Unknown}}}
| style="padding:6px; border-bottom:1px solid #bee8ed;" | {{{release|Unknown}}}


|-
|-
! style="background:#eeeeee; padding:4px;" | Status
! style="background:#bee8ed; padding:6px; text-align:left; color:#2c5e66;" | Status
| style="padding:4px;" | {{{status|Unknown}}}
| style="padding:6px;" | {{{status|Unknown}}}


|}
|}
Line 35: Line 31:


<noinclude>
<noinclude>
Example usage:
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
}}