Template:infobox software: Difference between revisions

From Game Making Tools Wiki
(transferring styling to css)
(Removing rest of styling, test)
Line 8: Line 8:
| colspan="2" | {{{screenshot|}}}
| colspan="2" | {{{screenshot|}}}
|- |
|- |
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | 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|}}}
|- |
|- |
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Runs on:
! Runs on:
| style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}}
| {{{runs_on|}}}
|- |
|- |
! style="vertical-align:top;" | Exports to:
! Exports to:
| {{{exports_to|}}}
| {{{exports_to|}}}
|}
|}
Line 26: Line 26:


==Usage==
==Usage==
To use paste this in your page:
To use, paste this in your page:


  <nowiki>{{ infobox_software
  <nowiki>{{ infobox_software

Revision as of 22:06, 6 August 2020

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


Looks like

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

Usage

To use, paste this in your page:

{{ infobox_software
| title        = 
| logo         = 
| image        = 
| screenshot   = 
| release_date = 
| made_by      = 
| runs_on      = 
| exports_to   = 
}}

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