Template:infobox assetsoftware: Difference between revisions

From Game Making Tools Wiki
(Created page with "{| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;" ! colspan="2" | {{{title|}}} |- | colspan="2" | {...")
 
(Whoops, left out some formatting (the yellow dividers))
Line 13: Line 13:
| style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}}
| style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}}
|- |
|- |
! style="vertical-align:top;" | Imports:
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Imports:
| {{{imports|}}}
| style="border-bottom:solid #fff200 1px;" | {{{imports|}}}
|- |
|- |
! style="vertical-align:top;" | Exports:
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Exports:
| {{{exports|}}}
| style="border-bottom:solid #fff200 1px;" | {{{exports|}}}
|}
|}



Revision as of 05:30, 21 June 2016

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


Looks like

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

Usage

To use paste this in your page:

{{ infobox_assetsoftware
| title        =
| image        =
| 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.