Template:infobox software: Difference between revisions
From Game Making Tools Wiki
(Made all the headings... into headings) |
(Typo) |
||
| Line 26: | Line 26: | ||
<nowiki>{{ infobox_software | <nowiki>{{ infobox_software | ||
| title = | | title = | ||
| image = | | image = | ||
| release_date = | | release_date = | ||
| made_by = | | made_by = | ||
| Line 33: | Line 33: | ||
}}</nowiki> | }}</nowiki> | ||
Fill in the lines you want after the equals sign.I' | 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. | ||
</noinclude> | </noinclude> | ||
Revision as of 05:28, 21 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've been using HTML BR tags to split up some bits, like exports_to, for example.