Difference between revisions of "Template:ExpansionBundles"

From DDO Compendium
(Created page with "__NOTOC__ <noinclude> <pre> {{Template:ExpansionBundles |title1 = |title2 = |title3 = |price1= |price2= |price3= |contents1= |contents2= |contents3= }} </pre> {{TemplateDocumentation |name = ExpansionBundles |description = This template is used to render information about the bundles in an expansion. |category=Quest and Area Templates |usesnamedparameters = true |parameter1name = title1 |parameter1description = The title of the first bundle |parameter2name = title2 |...")
 
 
(9 intermediate revisions by the same user not shown)
Line 18: Line 18:
|description = This template is used to render information about the bundles in an expansion.  
|description = This template is used to render information about the bundles in an expansion.  
|category=Quest and Area Templates
|category=Quest and Area Templates
|usesnamedparameters = true
|usesnamedparameters = false
|parameter1name = title1
|parameter1name = title1
|parameter1description = The title of the first bundle
|parameter1description = The title of the first bundle
|parameter2name = title2
|parameter2name = price1
|parameter2description = The title of the second bundle
|parameter2description = The price of the first bundle
|parameter3name = title3
|parameter3name = contents1
|parameter3description = The title of the third bundle
|parameter3description = The contents in the first bundle
|parameter4name = price1
 
|parameter4description = The price of the first bundle
|parameter4name = title2
|parameter4description = The title of the second bundle
|parameter5name = price2
|parameter5name = price2
|parameter5description = The price of the second bundle
|parameter5description = The price of the second bundle
|parameter6name = price3
|parameter6name = contents2
|parameter6description = The price of the third bundle
|parameter6description = The contents in the second bundle
|parameter7name = contents1
 
|parameter7description = The contents in the first bundle
|parameter7name = title3
|parameter8name = contents2
|parameter7description = The title of the third bundle
|parameter8description = The contents in the second bundle
|parameter8name = price3
|parameter8description = The price of the third bundle
|parameter9name = contents3
|parameter9name = contents3
|parameter9description = The contents in the third bundle
|parameter9description = The contents in the third bundle
}}</noinclude><includeonly>
}}</noinclude><includeonly><table class="table compendiumtable fullwidth"><tr><td></td><td>{{{1}}}</td>{{#if: {{{4|}}}|<td>{{{4}}}</td>}}{{#if: {{{7|}}}|<td>{{{7}}}</td>}}</tr>
<div class="row">
<tr><td>Price</td><td>{{{2}}}</td>{{#if: {{{4|}}}|<td>{{{5}}}</td>}}{{#if: {{{7|}}}|<td>{{{8}}}</td>}}</tr>
<div class="col-sm-8">
<tr><td>Contents</td><td style="vertical-align: top;">{{{3}}}</td>{{#if: {{{4|}}}|<td style="vertical-align: top;">{{{6}}}</td>}}{{#if: {{{7|}}}|<td style="vertical-align: top;">{{{9}}}</td>}}</tr></table></includeonly>
<table class="table table-striped table-condensed">
<thead>
<td></td>
<td>{{{title1}}}</td>
<td>{{{title2}}}</td>
<td>{{{title3}}}</td>
</thead>
<tr>
<td>Price</td>
<td>{{{price1}}}</td>
<td>{{{price2}}}</td>
<td>{{{price3}}}</td>
</tr>
<tr>
<td>Contents</td>
<td>{{{contents1}}}</td>
<td>{{{contents2}}}</td>
<td>{{{contents3}}}</td>
</tr>
</includeonly>

Latest revision as of 01:31, 25 April 2024


{{Template:ExpansionBundles
|title1 = 
|title2 = 
|title3 = 
|price1=
|price2=
|price3=
|contents1=
|contents2=
|contents3=
}}

ExpansionBundles[edit]

This template is used to render information about the bundles in an expansion.

Usage[edit]

Parameter Documentation
title1The title of the first bundle
price1The price of the first bundle
contents1The contents in the first bundle
title2The title of the second bundle
price2The price of the second bundle
contents2The contents in the second bundle
title3The title of the third bundle
price3The price of the third bundle
contents3The contents in the third bundle

Template

Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.