|
|
| Line 71: |
Line 71: |
| Infoboxes should always be at the top of the page | | Infoboxes should always be at the top of the page |
|
| |
|
| This is an Infobox with all of the available information. Use it on articles like this:
| | {{Documentation}} |
| {| class="wikitable" | |
| ! Data !! Information
| |
| |-
| |
| | <code>title</code> || This one's self explanitory
| |
| |-
| |
| | <code>image</code> || This one's self explanitory
| |
| |-
| |
| | <code>caption</code> || Image caption, for example "Official Logo" under Glue3D logo.png
| |
| |-
| |
| | <code>author</code> || This one's self explanitory
| |
| |-
| |
| | <code>owner</code> || This one's self explanitory
| |
| |-
| |
| | <code>developer</code> || This one's used if it's made in a team of devs.
| |
| |-
| |
| | <code>type</code> || Shows if it's a video game, 3D game engine, etc
| |
| |-
| |
| | <code>irelease</code> || Oldest/initial release, example: v1.0.0 / January 1, 2000 (This also should link to the init. release, if available)
| |
| |-
| |
| | <code>lrelease</code> || Latest/stable release
| |
| |-
| |
| | <code>prelease</code> || Latest preview/beta releases
| |
| |-
| |
| | <code>status</code> || If it's active, inactive, etc
| |
| |-
| |
| | <code>madein</code> || Shows if it's made in Scratch, C++, etc. This is for programming languages
| |
| |-
| |
| | <code>os</code> || This is for general use programs, you only put operating systems
| |
| |-
| |
| | <code>platform</code> || This is for games/homebrew apps, you put operating systems/consoles here
| |
| |-
| |
| | <code>size</code> || Shows the size in GB/MB for the latest release, not initial, not preview
| |
| |-
| |
| | <code>website</code> || This one's self explanitory
| |
| |-
| |
| | <code>repository</code> || This one's self explanitory
| |
| |}
| |
|
| |
|
| Ready to copy template: | | Ready to copy template: |
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
Template:Documentation
Ready to copy template:
{{Infobox
| title =
| image =
| caption =
| author =
| owner =
| developer =
| type =
| irelease =
| lrelease =
| prelease =
| status =
| madein =
| os =
| platform =
| size =
| website =
| repository =
}}