Template:infobox software: Difference between revisions
From Game Making Tools Wiki
(Typo) |
(Added vertical-align:top; to made-by and release-date) |
||
| Line 4: | Line 4: | ||
| colspan="2" | {{{image|}}} | | colspan="2" | {{{image|}}} | ||
|- | | |- | | ||
! style="border-bottom:solid #fff200 1px;" | Release date: | ! style="border-bottom:solid #fff200 1px; vertical-align:top;" | 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; vertical-align:top;" | Made by: | ||
| style="border-bottom:solid #fff200 1px;" | {{{made_by|}}} | | style="border-bottom:solid #fff200 1px;" | {{{made_by|}}} | ||
|- | | |- | | ||
Revision as of 02:11, 13 May 2017
| 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've been using HTML BR tags to split up some bits, like exports_to, for example.