Template:infobox leveleditor: Difference between revisions

From Game Making Tools Wiki
(Created page with "{| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;" ! colspan="2" | {{{title|}}} |- | colspan="2" | {...")
 
(Removed stlye info)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;"
{| id="infobox"
! colspan="2" | {{{title|}}}
! colspan="2" | {{{title|}}}
|-
| colspan="2" | {{{logo|}}}
|-
|-
| colspan="2" | {{{image|}}}
| colspan="2" | {{{image|}}}
|- |
|-
! style="border-bottom:solid #fff200 1px;" | Release date:
| colspan="2" | {{{screenshot|}}}
| style="border-bottom:solid #fff200 1px;" | {{{release_date|}}}
|-
|- |
! Release date:
! style="border-bottom:solid #fff200 1px;" | Made by:
| {{{release_date|}}}
| style="border-bottom:solid #fff200 1px;" | {{{made_by|}}}
|-
|- |
! Made by:
! | Availability:
| {{{made_by|}}}
|-
! Availability:
| {{{availability|}}}
| {{{availability|}}}
|}
|}
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>

Latest revision as of 23:05, 6 August 2020

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.