Difference between revisions of "Template:Mount"

From DDO Compendium
(Created page with "<noinclude> <pre> {{Template:Mount |name = |description = |icon= |image= |bug= |tricks= |othertricks= }} </pre> {{TemplateDocumentation |name = Mount |description = This templ...")
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Template:Mount
{{Template:Mount
|name =
|name =
|type=
|description =
|description =
|icon=
|icon=
|image=
|image=
|bug=
|bug=
|tricks=
|speed=
|othertricks=
|update=
}}
}}
</pre>
</pre>
Line 18: Line 19:
|parameter1name = name
|parameter1name = name
|parameter1description = The name of the mount.
|parameter1description = The name of the mount.
|parameter2name = description
|parameter2name = type
|parameter2description = Enter the description that is on the examine window at the bottom.
|parameter2description = What type of mount is it
|parameter3name = icon
|parameter2values=
|parameter3description = The icon to use for this item, overrides the icon using the item name
* Horse
|parameter4name = image
* Unicorn
|parameter4description = The image for the companion, if the default named one doesn't work.
|parameter3name = description
|parameter5name = bug
|parameter3description = Enter the description that is shown when clicked on in the stable.
|parameter5description = Contains any information about a bug related to the item.  Use [[Template:Bug]]
|parameter4name = icon
|parameter6name = speed
|parameter4description = The icon to use for this item, overrides the icon using the item name
|parameter6description = Which speed is this mount
|parameter5name = image
|parameter6values=
|parameter5description = The image for the companion, if the default named one doesn't work.
|parameter6name = bug
|parameter6description = Contains any information about a bug related to the item.  Use [[Template:Bug]]
|parameter7name = speed
|parameter7description = Which speed is this mount
|parameter7values=
* Normal
* Normal
* Fast
* Fast
|parameter8name = update
|parameter8description = Which update was this item added to the game in.
}}
}}
</noinclude>
</noinclude>
Line 41: Line 49:
<table class="table table-condensed">
<table class="table table-condensed">
<tr>
<tr>
<td class="col-sm-1">{{IconImage|{{{name}}}|{{{icon|}}}}}</td>
<td class="col-sm-1">{{IconImage|{{{name}}} Certificate|{{{icon|}}}}}</td>
<td class="col-sm-11 center">
<td class="col-sm-11 center">
<span class="big">'''{{{name}}}'''</span>
<span class="big">'''{{{name}}}'''</span>
Line 55: Line 63:
</tr>
</tr>
}}
}}
{{#if: {{{speed|}}}|
<tr>
<tr>
<td>'''Speed:'''&nbsp;{{{speed}}}</td>
<td>
</tr>
'''Speed:''' {{{speed}}}<br>'''Type:''' {{{type}}}
}}
</td></tr>
</table>
</table>
</div>
</div>
Line 76: Line 83:
</td>
</td>
</tr>}}
</tr>}}
<tr><td>'''Certificate''': [[Mount Certificate: {{{name}}}]]</td></tr>
</table>
</table>
</div>
</div>
</div>[[Category:Mount]]{{#if: {{{update|}}}|[[Category: Update {{{update}}} Mounts]]}}
</div>[[Category:Mount]][[Category:{{{type}}} Mounts]]{{#if: {{{update|}}}|[[Category: Update {{{update}}} Mount]]|[[Category:Items without an Update]]}}
{{#seo:
{{#seo:
|type=website
|type=website

Revision as of 21:44, 29 November 2021

{{Template:Mount
|name =
|type=
|description =
|icon=
|image=
|bug=
|speed=
|update=
}}

Mount[edit]

This template is used to render information about a mount.

Usage[edit]

Parameter Documentation
nameThe name of the mount.
typeWhat type of mount is it
Possible Values:
  • Horse
  • Unicorn
descriptionEnter the description that is shown when clicked on in the stable.
iconThe icon to use for this item, overrides the icon using the item name
imageThe image for the companion, if the default named one doesn't work.
bugContains any information about a bug related to the item. Use Template:Bug
speedWhich speed is this mount
Possible Values:
  • Normal
  • Fast
updateWhich update was this item added to the game in.

Template

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