Template:infobox leveleditor: Difference between revisions
From Game Making Tools Wiki
(removed right margin) |
(Removed stlye info) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{| | {| id="infobox" | ||
! colspan="2" | {{{title|}}} | ! colspan="2" | {{{title|}}} | ||
|- | |||
| colspan="2" | {{{logo|}}} | |||
|- | |- | ||
| colspan="2" | {{{image|}}} | | colspan="2" | {{{image|}}} | ||
|- | | |- | ||
| colspan="2" | {{{screenshot|}}} | |||
|- | |||
|- | ! Release date: | ||
! | | {{{release_date|}}} | ||
|- | |||
|- | ! Made by: | ||
! | | {{{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 | 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.