Template:infobox assetsoftware: Difference between revisions

From Game Making Tools Wiki
(Removed right margin)
(adding image kinds)
Line 2: Line 2:
! colspan="2" | {{{title|}}}
! colspan="2" | {{{title|}}}
|-
|-
| colspan="2" | {{{logo|}}}
|- |
| colspan="2" | {{{image|}}}
| colspan="2" | {{{image|}}}
|- |
| colspan="2" | {{{screenshot|}}}
|- |
|- |
! style="border-bottom:solid #fff200 1px;" | Release date:
! style="border-bottom:solid #fff200 1px;" | Release date:
Line 28: Line 32:


  <nowiki>{{ infobox_assetsoftware
  <nowiki>{{ infobox_assetsoftware
| title        =
| title        =
| image        =
| logo        =  
| image        =
| screenshot  =  
| release_date =  
| release_date =  
| made_by      =  
| made_by      =  
Line 37: Line 43:
}}</nowiki>
}}</nowiki>


Fill in the lines you want after the equals sign. I've been using HTML BR tags to split up some bits, like imports, for example.
Fill in the lines you want after the equals sign. I've been using HTML BR tags to split up some bits, like imports, for example. 'title' and the different image fields are not required, but at least one should be included.  


</noinclude>
</noinclude>

Revision as of 04:01, 15 April 2018

Release date:
Made by:
Runs on:
Imports:
Exports:


Looks like

↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣

Usage

To use paste this in your page:

{{ infobox_assetsoftware
| title        = 
| logo         = 
| image        = 
| screenshot   = 
| release_date = 
| made_by      = 
| runs_on      = 
| imports      = 
| exports      = 
}}

Fill in the lines you want after the equals sign. I've been using HTML BR tags to split up some bits, like imports, for example. 'title' and the different image fields are not required, but at least one should be included.