Difference between revisions of "Template:Item"
From Starsonata Wiki
m |
m |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
+ | {{#ifeq:{{{mode}}}|row| | ||
+ | <td class="tableItemName"><span>[[{{{Name}}}]]</span></td> | ||
+ | <td class="tableItemTech"><span>{{formatnum:{{{Tech}}}}}</span></td> | ||
+ | <td class="tableItemSize"><span>{{formatnum:{{{Size}}}}}</span></td> | ||
+ | <td class="tableItemWeight"><span>{{formatnum:{{{Weight}}}}}</span></td> | ||
+ | <td class="tableItemSkillNeeded"><span>{{{SkillNeeded}}}</span></td> | ||
+ | <td class="tableItemSource"><span>{{{Source}}}</span></td> | ||
+ | <td class="tableItemPrice"><span>{{formatnum:{{{Price}}}}}</span></td> | ||
+ | | | ||
<div class="itemWrapper"> | <div class="itemWrapper"> | ||
<div class="itemHeaderWrapper"> | <div class="itemHeaderWrapper"> | ||
<div class="itemIconWrapper">[[File:{{{IconFilename}}}]]</div> | <div class="itemIconWrapper">[[File:{{{IconFilename}}}]]</div> | ||
− | <div class="itemName">{{ | + | <div class="itemName" style="font-weight:bold;">{{{Name}}}</div> |
</div> | </div> | ||
<div class="itemStatsWrapper"> | <div class="itemStatsWrapper"> | ||
Line 9: | Line 18: | ||
<div class = "itemSize"><span>Size: </span><div class="itemSizeValue"><span>{{formatnum:{{{Size}}}}}</span></div></div> | <div class = "itemSize"><span>Size: </span><div class="itemSizeValue"><span>{{formatnum:{{{Size}}}}}</span></div></div> | ||
<div class = "itemWeight"><span>Weight: </span><div class="itemWeightValue"><span>{{formatnum:{{{Weight}}}}}</span></div></div> | <div class = "itemWeight"><span>Weight: </span><div class="itemWeightValue"><span>{{formatnum:{{{Weight}}}}}</span></div></div> | ||
− | <div class = "itemSkillNeeded"><span>Required Skill: </span><div class="itemSkillNeededValue"> | + | <div class = "itemSkillNeeded"><span>Required Skill: </span><div class="itemSkillNeededValue">{{{SkillNeeded}}}</div></div> |
− | <div class = "itemSource"><span>Source: </span><div class="itemSourceValue"> | + | <div class = "itemSource"><span>Source: </span><div class="itemSourceValue">{{{Source}}}</div></div> |
<div class = "itemPrice"><span>Price: </span><div class="itemPriceValue"><span>{{formatnum:{{{Price}}}}}</span></div></div> | <div class = "itemPrice"><span>Price: </span><div class="itemPriceValue"><span>{{formatnum:{{{Price}}}}}</span></div></div> | ||
− | |||
</div> | </div> | ||
{{#ifeq:{{{mode}}}|child|</div>|{{itemEndBlock | {{#ifeq:{{{mode}}}|child|</div>|{{itemEndBlock | ||
+ | |ModBonuses = {{{ModBonuses}}} | ||
|Description = {{{Description}}} | |Description = {{{Description}}} | ||
− | }}}} | + | }} |
+ | }} | ||
+ | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
− | |||
{{purge}} | {{purge}} | ||
− | |||
{{item | {{item | ||
|IconFilename = ItemIcon.png | |IconFilename = ItemIcon.png | ||
+ | |Name = Item | ||
|Tech = 0 | |Tech = 0 | ||
|Size = 9001 | |Size = 9001 | ||
|Weight = 400000 | |Weight = 400000 | ||
− | |SkillNeeded = Drone Mastery | + | |SkillNeeded = [[Drone Mastery]] |
− | |Source = Glass Matrix | + | |Source = [[Glass Matrix]] |
|Price = 1000000 | |Price = 1000000 | ||
|ModBonuses = +100% Reason to Remember the Name | |ModBonuses = +100% Reason to Remember the Name | ||
|Description = Test me baby | |Description = Test me baby | ||
}} | }} | ||
− | |||
<pre> | <pre> | ||
{{item | {{item | ||
|IconFilename = | |IconFilename = | ||
+ | |Name = | ||
|Tech = | |Tech = | ||
|Size = | |Size = |
Latest revision as of 20:56, 11 August 2017
Mod Bonuses:
+100% Reason to Remember the Name
Test me baby
{{item |IconFilename = |Name = |Tech = |Size = |Weight = |SkillNeeded = |Source = |Price = |ModBonuses = |Description = }}