Template:infobox leveleditor: Difference between revisions

From Game Making Tools Wiki
(Adding image kinds)
(Removed stlye info)
 
Line 1: Line 1:
{| style="border:solid #fff200 1px; margin:1em 0 1em 1em; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;"
{| id="infobox"
! colspan="2" | {{{title|}}}
! colspan="2" | {{{title|}}}
|-
|-
| colspan="2" | {{{logo|}}}
| colspan="2" | {{{logo|}}}
|- |
|-
| colspan="2" | {{{image|}}}
| colspan="2" | {{{image|}}}
|- |
|-
| colspan="2" | {{{screenshot|}}}
| colspan="2" | {{{screenshot|}}}
|- |
|-
! style="border-bottom:solid #fff200 1px;" | Release date:
! Release date:
| style="border-bottom:solid #fff200 1px;" | {{{release_date|}}}
| {{{release_date|}}}
|- |
|-
! style="border-bottom:solid #fff200 1px;" | Made by:
! Made by:
| style="border-bottom:solid #fff200 1px;" | {{{made_by|}}}
| {{{made_by|}}}
|- |
|-
! | Availability:
! Availability:
| {{{availability|}}}
| {{{availability|}}}
|}
|}

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.