Template:infobox software: Difference between revisions
From Game Making Tools Wiki
m (testing cell formatting) |
(Added some deviding lines to the infobox~) |
||
Line 1: | Line 1: | ||
{| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;" | {| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;" | ||
! colspan=2 | Title: {{{title|}}} | ! colspan="2" | Title: {{{title|}}} | ||
|- | |- | ||
| colspan=2 | {{{image|}}} | | colspan="2" | {{{image|}}} | ||
|- | | |- | | ||
| Release date: | | style="border-bottom:solid #fff200 1px;" | Release date: | ||
| {{{release_date|}}} | | style="border-bottom:solid #fff200 1px;" | {{{release_date|}}} | ||
|- | | |- | | ||
| Made by: | | style="border-bottom:solid #fff200 1px;" | Made by: | ||
| {{{made_by|}}} | | style="border-bottom:solid #fff200 1px;" | {{{made_by|}}} | ||
|- style="vertical-align:top" | |- | | ||
| Runs on: | | style="border-bottom:solid #fff200 1px; vertical-align:top;" | Runs on: | ||
| {{{runs_on|}}} | | style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}} | ||
|- style="vertical-align:top | |- | | ||
| Exports to: | | style="vertical-align:top;" | Exports to: | ||
| {{{ | | {{{exports_to|}}} | ||
|} | |} | ||
Revision as of 12:56, 29 March 2016
Title: | |
---|---|
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.