Template:infobox software: Difference between revisions

From Game Making Tools Wiki
(updating to more image kinds)
(transferring styling to css)
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;"
{| class="infobox"
! colspan="2" | {{{title|}}}
! colspan="2" | {{{title|}}}
|-
|-

Revision as of 21:47, 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.