Difference between revisions of "Template:BundleFirstRow/doc"
Jump to navigation
Jump to search
imported>Cky2250 (Added parameters) |
imported>Cky2250 (Added two new perameters.) |
||
| Line 42: | Line 42: | ||
;{{tl|Bundle}} | ;{{tl|Bundle}} | ||
| + | * '''MTA''' - More than average: sets a lock icon in front of title when set to true. Default is off, can be omitted. | ||
| + | * '''PL''' - Post launch: sets the title row to light green to differentiate it from the other games. Default is off, can be omitted. | ||
* '''title''' - the title. | * '''title''' - the title. | ||
* '''Option1''' - the string for the option one set from {{tl|BundleStart}} parameter. | * '''Option1''' - the string for the option one set from {{tl|BundleStart}} parameter. | ||
Revision as of 18:45, 16 October 2013
| This is a documentation subpage for Template:BundleFirstRow. It contains usage information, categories and other content that is not part of the original template page. |
This set of templates are used to build a table for Bundle type of pages (e.g. Humble Bundle, Indie Gala, Indie Royale, IndieGameStand, etc.).
Related templates
- Template:T1: starts the table.
- Template:T1: creates the first row of the complex table.
- Template:T1: adds the titles released for the bundle.
- Template:T1: adds the description of the bundle.
- {{BundleEnd}}: ends the table.
Usage
| Bundle | Period offered | Title | Developer | Initial release year | Total raised | Total purchases | Average price |
|---|---|---|---|---|---|---|---|
| Humble Indie Bundle | May 4–10*, 2010 | World of Goo | 2D Boy | 2008 | US$1.27+ M | 138,813 | $9.18 |
| Aquaria | Bit Blot | 2007 | |||||
Description
| |||||||
Parameters
- {{BundleStart}}
- width - adjusts the tables width; defaults to 100%.
- Option1 - Example add Music Album as title.
- Option1Size adjusts the table width; defaults to 160px.
- {{BundleFirstRow}}
- rowspan - amount of rows for the bundle; defaults to 1.
- Bundle - name of the bundle.
- Period - the timeframe the bundle was released.
- title - the title for the first title for the list.
- Option1 - the string used for the option one set from {{BundleStart}} parameter.
- DeveloperSize - the amount of rows after the template is called the developer string will be used for. Omit Developer from proceeding rows to the number set - 1.
- Developer - the name of the developer for the first title.
- Year - the year the first title was.
- Raised - the amount of cash the bundle raised.
- Purchases - the amount of purchases for the bundle.
- Avg - the average price for the bundle.
- {{Bundle}}
- MTA - More than average: sets a lock icon in front of title when set to true. Default is off, can be omitted.
- PL - Post launch: sets the title row to light green to differentiate it from the other games. Default is off, can be omitted.
- title - the title.
- Option1 - the string for the option one set from {{BundleStart}} parameter.
- DeveloperSize - the amount of rows after the template is called the developer string will be used for. Omit Developer from proceeding rows to the number set - 1.
- Developer - the developer of the title.
- Release - the release date of the title.
- colspan - the columns the list will take up. If Option1 is not set colspan is not needed; defaults to 7.
- list - creates a list as many colspan you use if you do not use
code
{{BundleStart}}
{{BundleFirstRow
| rowspan =
| Bundle =
| Period =
| title =
| Developer =
| Year =
| Raised =
| Purchases =
| Avg =
}}
{{Bundle
| title =
| Developer =
| Release =
}}
{{BundleDescription
| colspan =
| list =
}}
{{BundleEnd}}
See also