Template:Infobox: Difference between revisions

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly><infobox layout="tabular">
<infobox layout="tabular">
     <title source="title">
     <title source="title">
         <default>{{PAGENAME}}</default>
         <default>{{PAGENAME}}</default>
     </title>
     </title>
   
     <image source="image">
     <image source="image">
         <caption source="caption"/>
         <caption source="caption"/>
     </image>
     </image>
      
     <data source="name">
        <label>Name</label>
    </data>
    <data source="known_for">
        <label>Known for</label>
    </data>
    <data source="nationality">
        <label>Nationality</label>
    </data>
    <data source="birth_date">
        <label>Birth date</label>
    </data>
     <data source="author">
     <data source="author">
         <label>Author</label>
         <label>Author</label>
    </data>
    <data source="owner">
        <label>Owner</label>
     </data>
     </data>
     <data source="developer">
     <data source="developer">
Line 18: Line 30:
         <label>Type</label>
         <label>Type</label>
     </data>
     </data>
     <data source="irelease">
     <data source="initial_release">
         <label>Initial release</label>
         <label>Initial release</label>
     </data>
     </data>
     <data source="lrelease">
     <data source="latest_release">
         <label>Latest release</label>
         <label>Latest release</label>
     </data>
     </data>
     <data source="prelease">
     <data source="preview_release">
         <label>Preview release</label>
         <label>Preview release</label>
     </data>
     </data>
Line 30: Line 42:
         <label>Status</label>
         <label>Status</label>
     </data>
     </data>
     <data source="writtenin">
     <data source="made_in">
         <label>Written in</label>
         <label>Made in</label>
     </data>
     </data>
     <data source="os">
     <data source="operating_system">
         <label>Operating system</label>
         <label>Operating system</label>
     </data>
     </data>
Line 44: Line 56:
     <data source="website">
     <data source="website">
         <label>Website</label>
         <label>Website</label>
    </data>
    <data source="social">
        <label>Social media</label>
     </data>
     </data>
     <data source="license">
     <data source="license">
Line 52: Line 67:
     </data>
     </data>
</infobox>
</infobox>
</includeonly>
</includeonly><noinclude>
 
<noinclude>
{{Infobox
{{Infobox
| title   = Glue3D
| title = Glue3D
| image   = Glue3D logo.png
| image = Glue3D logo.png
| caption = Official logo
| caption = Official logo
| type   = 3D game engine
| type = 3D game engine
| developer = GL00B
| developer = GL00B
| irelease = January 30th, 2026
| initial_release = v1.0.0 / January 30, 2026
| lrelease = February 3rd, 2026
| latest_release = v1.0.1 / February 3, 2026
| status  = Inactive
| status  = Inactive
| madein = Scratch
| os = Windows, Mac OS, Linux
| website = https://glue3d.net
| repository = https://github.com/GL00B/GLUE3D
}}
}}
On the left side of the page, there's an example from the [[Glue3D]] article on how it looks like.
On the left side of the page, there's an example from the [[Glue3D]] article on how it looks like.


This is an Infobox template with all of the available information. Use it on articles like this:
Infoboxes should always be at the top of the page
 
{{Template:Infobox/doc}}
 
Ready to copy template:
<pre>
<pre>
{{Infobox
{{Infobox
| title =  
| title =  
| image =  
| image =  
| caption =
| name =
| known_for =
| nationality =
| birth_date =
| author =  
| author =  
| owner =
| developer =  
| developer =  
| type =  
| type =  
| initial release =  
| initial_release =
| latest_release =
| preview_release =
| status =
| madein =
| os =
| platform =
| size =
| website =
| social =
| repository =  
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 20:12, 30 May 2026

On the left side of the page, there's an example from the Glue3D article on how it looks like.

Infoboxes should always be at the top of the page

A generic infobox for software, games, and engines.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The name of the software, game, or engine.

Linesuggested
Imageimage

Filename of the image (e.g., Logo.png) without the 'File:' prefix.

Filesuggested
Captioncaption

A short caption for the image (e.g., 'Official Logo').

Lineoptional
Namename

Their legal name, or nickname.

Lineoptional
Known forknown_for

A brief summary of why they are notable (e.g., "creation of Glue3D").

Lineoptional
Nationalitynationality

Legal status or country of origin.

Lineoptional
Birth datebirth_date

Date of birth (use templates like {{birth date and age}} for automatic age calculation)

Dateoptional
Typetype

The category of the software (e.g., Video game, 3D engine).

Linesuggested
Statusstatus

Current development status (e.g., Active, Inactive).

Suggested values
Active Inactive Discontinued In Development
Lineoptional
Authorauthor

The original author or creator.

Lineoptional
Ownerowner

The current owner of the project.

Lineoptional
Developerdeveloper

The development team or company.

Lineoptional
Made inmade_in

The programming language or platform used to create it (e.g., C++, Scratch).

Lineoptional
Initial Releaseinitial_release

The oldest or initial release version and date.

Example
v1.0.0 / January 1, 2000
Stringoptional
Latest Releaselatest_release

The latest stable release version.

Lineoptional
Preview Releasepreview_release

The latest preview or beta release version.

Lineoptional
Operating Systemos

Supported operating systems for general programs.

Lineoptional
Platformplatform

Supported platforms, consoles, or OS for games/homebrew.

Lineoptional
Sizesize

File size of the latest release (e.g., 50 MB, 1.2 GB).

Lineoptional
Websitewebsite

URL(s) to the official website.

URLoptional
Social mediasocial

URL(s) to their social media.

URLoptional
Repositoryrepository

URL to the source code repository.

URLoptional

Ready to copy template:

{{Infobox
| title = 
| image = 
| caption =
| name =
| known_for =
| nationality =
| birth_date = 
| author = 
| owner = 
| developer = 
| type = 
| initial_release = 
| latest_release = 
| preview_release = 
| status = 
| madein = 
| os = 
| platform = 
| size = 
| website = 
| social = 
| repository = 
}}