Template:infobox software: Difference between revisions

From Game Making Tools Wiki
(Fixed the inserty bits?)
(→‎Usage: Added stuff to copy-paste to use infobox)
Line 22: Line 22:


==Usage==
==Usage==
instructions
To use paste this in your page:
 
<nowiki>{{ infobox_software
| title        =
| image        =
| release_date =
| made_by      =
| runs_on      =
| exports_to  =
}}</nowiki>
 
Fill in the lines you want, remove the ones you don't.


{| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right; clear:right;"
|-
* Title:
* image
* Release date:
* Made by:
* Runs on:
* Exports to:
|}
</noinclude>
</noinclude>

Revision as of 12:19, 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, remove the ones you don't.