Difference between revisions of "Template:Infobox lot"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>Freedo50
(Added align parameter)
sc4e>JoeST
m (whitespace)
Line 24: Line 24:
 
==Example==
 
==Example==
 
{{infobox lot}}
 
{{infobox lot}}
</noinclude><includeonly>{| id="temptable" width="600px" cellspacing="0" cellpadding="5px" align="{{{align|left}}}"
+
</noinclude>{| id="temptable" width="600px" cellspacing="0" cellpadding="5px" align="{{{align|left}}}"
 
! colspan="2" align=center style="font-size:16pt;"| {{{type}}}
 
! colspan="2" align=center style="font-size:16pt;"| {{{type}}}
 
|-
 
|-
Line 34: Line 34:
 
! colspan="2"| '''Description'''
 
! colspan="2"| '''Description'''
 
|-
 
|-
| colspan="2" class="description"| {{{desc}}}
+
| colspan="2" class="description"|
 +
{{{desc}}}
 
|-
 
|-
 
| colspan="2" class="download"| '''{{download|exchange={{{download-site}}}|id={{{download-id}}}}}'''
 
| colspan="2" class="download"| '''{{download|exchange={{{download-site}}}|id={{{download-id}}}}}'''
Line 40: Line 41:
 
! colspan="2"| '''Credits'''
 
! colspan="2"| '''Credits'''
 
|-
 
|-
| colspan="2"| {{{credits}}}
+
| colspan="2"|
 +
{{{credits}}}
 
|-
 
|-
 
! colspan="2"| '''Feedback and Support'''
 
! colspan="2"| '''Feedback and Support'''
 
|-
 
|-
| colspan="2"| {{{support}}}
+
| colspan="2"|
|}</includeonly>
+
{{{support}}}

Revision as of 05:49, 28 August 2008

This template is the top box used in the Lot templates, it should not be included on its own, but only through the inclusion of {{infobox plop}} or {{infobox grow}} on your page.

Syntax

{{infobox lot
|type =
|image1 =
|image2 =
|desc =
|credits =
|support =
|download-site =
|download-id =
|float = 
}}
  • type - the type of lot it is (either plop or grow).
  • image1 - an example image.
  • image2 - another example image.
  • desc - the lot description (readme)
  • credits - any credits
  • supports - any supporting acts
  • download-site - the download site
  • download-id - the download lot id
  • align - allows you to select how the infobox will be aligned on the page. Defaults to left.

Example

{{{type}}}
Images
Wiki no image.png Wiki no image.png
Description

{{{desc}}}

[{{{download-id}}} Download from {{{download-site}}}]
Credits

{{{credits}}}

Feedback and Support

{{{support}}}

{{{type}}}
Images
Wiki no image.png Wiki no image.png
Description

{{{desc}}}

[{{{download-id}}} Download from {{{download-site}}}]
Credits

{{{credits}}}

Feedback and Support

{{{support}}}