Template:infobox assetsoftware: Difference between revisions

From Game Making Tools Wiki
m (vertical-align:top for 'made_by' field)
(Removed style 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; vertical-align:top;" | Made by:
| {{{release_date|}}}
| style="border-bottom:solid #fff200 1px;" | {{{made_by|}}}
|-
|- |
! Made by:
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Runs on:
| {{{made_by|}}}
| style="border-bottom:solid #fff200 1px;" | {{{runs_on|}}}
|- class="list"
|- |
! Runs on:
! style="border-bottom:solid #fff200 1px; vertical-align:top;" | Imports:
| {{{runs_on|}}}
| style="border-bottom:solid #fff200 1px;" | {{{imports|}}}
|- class="list"
|- |
! Imports:
! style="vertical-align:top;" | Exports:
| {{{imports|}}}
|- class="list"
! Exports:
| {{{exports|}}}
| {{{exports|}}}
|}
|}
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>

Latest revision as of 23:02, 6 August 2020

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.