Template:infobox software: Difference between revisions
From Game Making Tools Wiki
(?) |
m (testing cell formatting) |
||
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|}}} | ||
|- | |- | ||
Line 9: | Line 9: | ||
| Made by: | | Made by: | ||
| {{{made_by|}}} | | {{{made_by|}}} | ||
|- | | |- style="vertical-align:top" | | ||
| Runs on: | | Runs on: | ||
| {{{runs_on|}}} | | {{{runs_on|}}} | ||
|- | | |- style="vertical-align:top border:solid #red 1px;"| | ||
| Exports to: | | Exports to: | ||
| {{{exports_too|}}} | | {{{exports_too|}}} | ||
Line 33: | Line 33: | ||
}}</nowiki> | }}</nowiki> | ||
Fill in the lines you want | 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. | ||
</noinclude> | </noinclude> |
Revision as of 12:43, 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.