Template:infobox software: Difference between revisions
From Game Making Tools Wiki
(Changing how title is displayed in infobox) |
(Made all the headings... into headings) |
||
| Line 4: | Line 4: | ||
| colspan="2" | {{{image|}}} | | colspan="2" | {{{image|}}} | ||
|- | | |- | | ||
! style="border-bottom:solid #fff200 1px;" | Release date: | |||
| style="border-bottom:solid #fff200 1px;" | {{{release_date|}}} | | style="border-bottom:solid #fff200 1px;" | {{{release_date|}}} | ||
|- | | |- | | ||
! style="border-bottom:solid #fff200 1px;" | Made by: | |||
| style="border-bottom:solid #fff200 1px;" | {{{made_by|}}} | | style="border-bottom:solid #fff200 1px;" | {{{made_by|}}} | ||
|- | | |- | | ||
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Runs on: | |||
| style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}} | | style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}} | ||
|- | | |- | | ||
! style="vertical-align:top;" | Exports to: | |||
| {{{exports_to|}}} | | {{{exports_to|}}} | ||
|} | |} | ||
Revision as of 13:08, 18 June 2016
| Release date: | |
|---|---|
| Made by: | |
| Runs on: | |
| Exports to: | |
Looks like
↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣
Usage
To use paste this in your page:
{{ infobox_software
| title =
| image =
| release_date =
| made_by =
| runs_on =
| exports_to =
}}
Fill in the lines you want after the equals sign.I'be been using HTML BR tags to split up some bits, like exports_to, for example.