Template:infobox leveleditor: 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 22: Line 26:


  <nowiki>{{ infobox_leveleditor
  <nowiki>{{ infobox_leveleditor
| title        =
| title        =
| image        =
| logo        =  
| image        =
| screenshot  =  
| release_date =  
| release_date =  
| made_by      =  
| made_by      =  
Line 29: Line 35:
}}</nowiki>
}}</nowiki>


Fill in the lines you want after the equals sign. The 'availability' field is to indicate if it comes with the game, or seperately. 'Made by' should be enough to indicat if it is fan-made or not.
Fill in the lines you want after the equals sign. The 'availability' field is to indicate if it comes with the game, or seperately. 'Made by' should be enough to indicate if it is fan-made or not. 'title' and the different image fields are not required, but at least one should be included.


</noinclude>
</noinclude>

Revision as of 03:57, 15 April 2018

Release date:
Made by:
Availability:


Looks like

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

Usage

To use paste this in your page:

{{ infobox_leveleditor
| title        = 
| logo         = 
| image        = 
| screenshot   = 
| release_date = 
| made_by      = 
| availability = 
}}

Fill in the lines you want after the equals sign. The 'availability' field is to indicate if it comes with the game, or seperately. 'Made by' should be enough to indicate if it is fan-made or not. 'title' and the different image fields are not required, but at least one should be included.