Template:infobox assetsoftware: Difference between revisions

From Game Making Tools Wiki
(adding image kinds)
(Removed style info)
 
Line 1: Line 1:
{| style="border:solid #fff200 1px; margin:1em 0 1em 1em; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;"
{| id="infobox"
! colspan="2" | {{{title|}}}
! colspan="2" | {{{title|}}}
|-
|-
| colspan="2" | {{{logo|}}}
| colspan="2" | {{{logo|}}}
|- |
|-
| colspan="2" | {{{image|}}}
| colspan="2" | {{{image|}}}
|- |
|-
| colspan="2" | {{{screenshot|}}}
| colspan="2" | {{{screenshot|}}}
|- |
|-
! style="border-bottom:solid #fff200 1px;" | Release date:
! Release date:
| style="border-bottom:solid #fff200 1px;" | {{{release_date|}}}
| {{{release_date|}}}
|- |
|-
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Made by:
! Made by:
| style="border-bottom:solid #fff200 1px;" | {{{made_by|}}}
| {{{made_by|}}}
|- |
|- class="list"
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Runs on:
! Runs on:
| style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}}
| {{{runs_on|}}}
|- |
|- class="list"
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Imports:
! Imports:
| style="border-bottom:solid #fff200 1px;" | {{{imports|}}}
| {{{imports|}}}
|- |
|- class="list"
! style="vertical-align:top;" | Exports:
! Exports:
| {{{exports|}}}
| {{{exports|}}}
|}
|}

Latest revision as of 23:02, 6 August 2020

Release date:
Made by:
Runs on:
Imports:
Exports:


Looks like

↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣

Usage

To use paste this in your page:

{{ infobox_assetsoftware
| title        = 
| logo         = 
| image        = 
| screenshot   = 
| release_date = 
| made_by      = 
| runs_on      = 
| imports      = 
| exports      = 
}}

Fill in the lines you want after the equals sign. I've been using HTML BR tags to split up some bits, like imports, for example. 'title' and the different image fields are not required, but at least one should be included.