Difference between revisions of "Template:MissionItemBox"
From Starsonata Wiki
Assasinat3r (talk | contribs) m (→Example) |
Assasinat3r (talk | contribs) m |
||
Line 1: | Line 1: | ||
<includeonly>{| style="text-align: center; float: right;" cellpadding="1" cellspacing="0" rules="all" width="20%" | <includeonly>{| style="text-align: center; float: right;" cellpadding="1" cellspacing="0" rules="all" width="20%" | ||
− | + | ! colspan="6" style="font-size: large;"| {{#if:{{{Name|}}}|{{{Name}}}|N/A}} | |
|- | |- | ||
− | + | ! colspan="4" style="background: red; color: white;"|'''Size''' | |
− | + | ! colspan="2" style="background: red; color: white;"|'''Neurobound''' | |
− | |||
|- | |- | ||
− | | colspan=" | + | | colspan="4"| {{formatnum:{{#if:{{{Size|}}}|{{{Size}}}|N/A}}}} |
− | |||
| colspan="2"| {{#if:{{{Neurobound|}}}|{{{Neurobound}}}|No}} | | colspan="2"| {{#if:{{{Neurobound|}}}|{{{Neurobound}}}|No}} | ||
+ | |- | ||
+ | ! colspan="6" style="background: red; color: white;"|'''Weight''' | ||
+ | |- | ||
+ | | colspan="6"| {{formatnum:{{#if:{{{Weight|}}}|{{{Weight}}}|N/A}}}} | ||
|- | |- | ||
| colspan="6" style="background: red; color: white;"|'''Description''' | | colspan="6" style="background: red; color: white;"|'''Description''' |
Revision as of 01:05, 17 November 2013
Contents
Introduction
An informative box pertaining to items of the mission variety.
Example
Statue of Ives | |||||
---|---|---|---|---|---|
Size | Weight | ||||
1 | 100,000,000,000 | ||||
Neurobound | Mission | ||||
Yes | N/A | ||||
Description | |||||
It's completely useless and you can't get rid of it, yet you still still don't regret scooping it. |
Usage
{{missionItemBox | Name = | Size = | Weight = | Neurobound = | Price = | Description = }}
Instructions
Insert the template into the top of the page and you're done!