Difference between revisions of "Template:Weapon"

From Stoneshard wiki
Jump to navigation Jump to search
old>Realpsojed
(I got confused. The tooltip template will go to the tooltip page of individual items, and this template will be the body, therefore this template won't include the tooltip template)
old>Realpsojed
(Added Values, added floating left/right for properties/values. Removed all checks for empty parameters, as we won't be using a single template for multiple purposes anymore.)
Line 1: Line 1:
{| width=300px;
{| width=300px;
|style="text-align:center;"|<span style="font-size: 25px;">{{ROOTPAGENAME}}</span> <br />Common {{{WeaponType}}}<br><hr>
|style="text-align:center;"|<span style="font-size: 25px;">{{ROOTPAGENAME}}</span> <br />Common {{{WeaponType}}}<hr>
|-
|-
|style="text-align:center;"|{{ #if:{{{Damage|}}}|{{{Damage}}} <br />}}
|style="text-align:center;"|{{{Damage}}}<hr>
|-
|-
|{{ #if:{{{Properties|}}}|{{{Properties}}}<br />}}
|<div style="float: left">{{{Properties}}}</div>
<div style="float: right">{{{Values}}}</div>
<div style="clear: both"><br />Durability: {{{Durability}}}/{{{Durability}}}</div>
|-
|-
|{{ #if:{{{Durability|}}}|Durability: {{{Durability}}}/{{{Durability}}} }}
|<hr>{{{Description}}} <br />
|-
|-
|<hr>{{ #if:{{{Description|}}}|{{{Description}}} <br />}}
|style="text-align:right;"|Price: {{{Price}}}<br />
|-
|style="text-align:right;"|{{ #if:{{{Price|}}}|Price: {{{Price}}}<br />}}</div>
|}
|}
<noinclude>{{doc}}
<noinclude>{{doc}}


[[Category:Infobox_templates]]</noinclude>
[[Category:Infobox_templates]]</noinclude>

Revision as of 01:11, 28 March 2020

Weapon
Common {{{WeaponType}}}
{{{Damage}}}
{{{Properties}}}
{{{Values}}}

Durability: {{{Durability}}}/{{{Durability}}}

{{{Description}}}
Price: {{{Price}}}
Template-info.png Documentation

This is weapon template created for use together with the Template:Tooltip hover box template to display tooltip with item attributes for weapons.

Usage: Copy this code to any page where you want to display the item tooltip:

{{{{{1|Tooltip hover box}}}|title={{Weapon}}}}

You can provide the item name as first parameter, otherwise the pagename is used.

By default, the page is also labelled with a category corresponding to the item type (ie. Heavy Aldorian Bow will receive the Category: Bow). If you don't want to add this category to a page, add the category parameter:

{{{{{1|Tooltip hover box}}}|title={{Weapon|Heavy Aldorian Bow|category=no}}}}

Examples:

Weapon
Common {{{WeaponType}}}
{{{Damage}}}
{{{Properties}}}
{{{Values}}}

Durability: {{{Durability}}}/{{{Durability}}}

{{{Description}}}
Price: {{{Price}}}
Weapon
Common {{{WeaponType}}}
{{{Damage}}}
{{{Properties}}}
{{{Values}}}

Durability: {{{Durability}}}/{{{Durability}}}

{{{Description}}}
Price: {{{Price}}}