Template:infobox software: Difference between revisions

From Game Making Tools Wiki
(→‎Usage: Added stuff to copy-paste to use infobox)
m (class to rows)
 
(16 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; clear:right;"
{| id="infobox"
! colspan=2 | Title: {{{title|}}}
! colspan="2" | {{{title|}}}
|-
|-
| colspan=2 | {{{image|}}}
| colspan="2" | {{{logo|}}}
|- |
|-
| Release date:
| colspan="2" | {{{image|}}}
|-
| colspan="2" | {{{screenshot|}}}
|-
! Release date:
| {{{release_date|}}}
| {{{release_date|}}}
|- |
|-
| Made by:
! Made by:
| {{{made_by|}}}
| {{{made_by|}}}
|- |
|- class="list"
| Runs on:
! Runs on:
| {{{runs_on|}}}
| {{{runs_on|}}}
|- |
|- class="list"
| Exports to:
! Exports to:
| {{{exports_too|}}}
| {{{exports_to|}}}
|}
|}


Line 22: Line 26:


==Usage==
==Usage==
To use paste this in your page:
To use, paste this in your page:


  <nowiki>{{ infobox_software
  <nowiki>{{ infobox_software
| title        =
| title        =
| logo        =  
| image        =  
| image        =  
| screenshot  =
| release_date =  
| release_date =  
| made_by      =  
| made_by      =  
Line 33: Line 39:
}}</nowiki>
}}</nowiki>


Fill in the lines you want, remove the ones you don't.
Fill in the lines you want after the equals sign. I've been using HTML BR tags to split up some bits, like exports_to, for example. 'title' and the different image fields are not required, but at least one should be included.  


</noinclude>
</noinclude>

Latest revision as of 22:24, 6 August 2020

Release date:
Made by:
Runs on:
Exports to:


Looks like

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

Usage

To use, paste this in your page:

{{ infobox_software
| title        = 
| logo         = 
| image        = 
| screenshot   = 
| release_date = 
| made_by      = 
| runs_on      = 
| exports_to   = 
}}

Fill in the lines you want after the equals sign. I've been using HTML BR tags to split up some bits, like exports_to, for example. 'title' and the different image fields are not required, but at least one should be included.