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="
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;"
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"
! colspan="2" style="background:#dcdcdc; font-size:120%; padding:8px; text-align:center;"
style="
background:#dcdcdc;
font-size:120%;
padding:8px;
text-align:center;
"
| {{{title|{{PAGENAME}}}}}
| {{{title|{{PAGENAME}}}}}


Line 28: Line 12:


|-
|-
| colspan="2"
| colspan="2" style="text-align:center; font-size:85%; padding-bottom:8px;"
style="
text-align:center;
font-size:85%;
padding-bottom:8px;
"
| {{{caption|}}}
| {{{caption|}}}


Line 58: Line 37:
Example usage:
Example usage:


<pre>
{{Infobox
{{Infobox
| title = Glue3D
| title = Glue3D
| image = Glue3D logo.png
| image = Glue3DLogo.png
| caption = Official logo
| caption = Official logo
| type = 3D Game Engine
| type = 3D Game Engine
Line 67: Line 47:
| status = Active
| status = Active
}}
}}
 
</pre>
</noinclude>
</noinclude>

Revision as of 10:58, 29 May 2026


Example usage:

{{Infobox
| title = Glue3D
| image = Glue3DLogo.png
| caption = Official logo
| type = 3D Game Engine
| creator = GL00B
| release = January 30th, 2026
| status = Active
}}