Difference between revisions of "Template:EfreakSKCraftEntryWithCP"

From SpiralKnights

Jump to: navigation, search
m (oops)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{|style="background:transparent;"</noinclude>
 
{|style="background:transparent;"</noinclude>
 
{{SKCell|[[File:Crafting-{{{name|Cursed Idol}}}.png|34px|link={{{name|Cursed Idol}}}]]}} {{SKCell|[[{{{name|Cursed Idol}}}]]}} {{SKCell|{{{desc|A small, stone statue carved into the form of one of the thousands of arch fiends of the Underworld. The shadowy surface color seems to move and shift like smoke.}}}}} {{SKCell|
 
{{SKCell|[[File:Crafting-{{{name|Cursed Idol}}}.png|34px|link={{{name|Cursed Idol}}}]]}} {{SKCell|[[{{{name|Cursed Idol}}}]]}} {{SKCell|{{{desc|A small, stone statue carved into the form of one of the thousands of arch fiends of the Underworld. The shadowy surface color seems to move and shift like smoke.}}}}} {{SKCell|
{{{drops|*Devilites}}}}} {{SKCell|{{star|{{{rating|4}}}}}}} {{SKCell|{{{count|0}}}}} {{SKCell|{{{crowns|50000}}}}} {{SKCell|{{{energy|500}}}}}
+
{{{drops|*Devilites}}}}} {{SKCell|{{star|{{{rating|4}}}}}}} {{SKCell|{{{count|0}}}}} {{SKCell|{{{price|50000cr or 500ce or a [[Dark Shard]]}}}}}
 
<noinclude>|}
 
<noinclude>|}
  
Line 8: Line 8:
 
{{SKWindowSortable
 
{{SKWindowSortable
 
| width = 100%
 
| width = 100%
| title = Contents of the Dragon Army Bank
+
| title = Stuff I'm selling
 
| body =  
 
| body =  
{{SKWindow/Cell|'''Icon'''}} {{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Description'''}} {{SKWindow/Cell|'''Drops From'''}} {{SKWindow/Cell|'''Rating'''}} {{SKWindow/Cell|'''Count'''}} {{SKWindow/Cell|'''Crowns'''}} {{SKWindow/Cell|'''Energy'''}}
+
{{SKWindow/Cell|'''Icon'''}} {{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Description'''}} {{SKWindow/Cell|'''Drops From'''}} {{SKWindow/Cell|'''Rating'''}} {{SKWindow/Cell|'''Count'''}} {{SKWindow/Cell|'''Price'''}}
 
{{EfreakSKCraftEntryWithCP
 
{{EfreakSKCraftEntryWithCP
 
| name = Blue Shard
 
| name = Blue Shard
Line 19: Line 19:
 
| rating = 0
 
| rating = 0
 
| count = 300
 
| count = 300
| crowns = 40
+
| price = 40cr
| energy =  
+
 
}}
 
}}
 
{{EfreakSKCraftEntryWithCP
 
{{EfreakSKCraftEntryWithCP
Line 31: Line 30:
 
| rating = 0
 
| rating = 0
 
| count = 281
 
| count = 281
| crowns = 20
+
| price = 20cr
| energy =  
+
 
}}
 
}}
 
{{EfreakSKCraftEntryWithCP
 
{{EfreakSKCraftEntryWithCP
Line 42: Line 40:
 
| rating = 0
 
| rating = 0
 
| count = 14
 
| count = 14
| crowns = 60
+
| price = 60cr or 1ce
| energy = 1
+
 
}}
 
}}
 
{{EfreakSKCraftEntryWithCP
 
{{EfreakSKCraftEntryWithCP
Line 54: Line 51:
 
| rating = 0
 
| rating = 0
 
| count = 141
 
| count = 141
| crowns = 10
+
| price = 10cr
| energy =  
+
 
}}
 
}}
 
{{EfreakSKCraftEntryWithCP
 
{{EfreakSKCraftEntryWithCP
Line 65: Line 61:
 
| rating = 0
 
| rating = 0
 
| count = 213
 
| count = 213
| crowns = 5
+
| price = 5cr or 1ce or a [[Scrap Metal]]
| energy =  
+
 
}}
 
}}
 
}}
 
}}
Line 74: Line 69:
  
 
{|align="center" width="50%" style="background:none"
 
{|align="center" width="50%" style="background:none"
|+'''This is the [[Template:SKWindowSortable]] header'''
+
|+'''This is the [[Template:SKWindowSortable]] header. If your prices are all in crowns, try changing the '''Price''' header to read '''Crowns'''. Do the same for energy or whatever; this way (I think--not sure) you can leave units off the prices and they will sorta as numbers, not text (e.g. 5 will come before 10)'''
 
|
 
|
 
<pre>
 
<pre>
 
{{SKWindowSortable
 
{{SKWindowSortable
 
| width = 100%
 
| width = 100%
| title = Contents of the Dragon Army Bank
+
| title = Stuff I'm selling
 
| body =  
 
| body =  
 
{{SKWindow/Cell|'''Icon'''}} {{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Description'''}} {{SKWindow/Cell|'''Drops From'''}}
 
{{SKWindow/Cell|'''Icon'''}} {{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Description'''}} {{SKWindow/Cell|'''Drops From'''}}
{{SKWindow/Cell|'''Rating'''}} {{SKWindow/Cell|'''Count'''}} {{SKWindow/Cell|'''Crowns'''}} {{SKWindow/Cell|'''Energy'''}}
+
{{SKWindow/Cell|'''Rating'''}} {{SKWindow/Cell|'''Count'''}} {{SKWindow/Cell|'''Price'''}}
 
</pre>
 
</pre>
  
Line 96: Line 91:
 
|rarity=
 
|rarity=
 
|count=
 
|count=
|crowns=
+
|price=
|energy=
+
 
}}</pre>
 
}}</pre>
 
|}
 
|}

Latest revision as of 03:14, 24 November 2011

|-

Crafting-Cursed Idol.png Cursed Idol A small, stone statue carved into the form of one of the thousands of arch fiends of the Underworld. The shadowy surface color seems to move and shift like smoke.
  • Devilites
★★★★☆ 0 50000cr or 500ce or a Dark Shard

This template is intended to be one row in a sortable table that lists your inventory. One row looks like the above; for an example of the table, open the hidden division above. You need to place it inside a Template:SKWindowSortable. I recommend you place your entire table inside a showhide block unless you plan to put it on its own page, as they take up rather a lot of room. You can do this by placing {{showhide|Inventory|width=100%|content= before the first line and an extra }} after the last line. If you do this, it will look like the hidden table above.

This is the Template:SKWindowSortable header. If your prices are all in crowns, try changing the Price header to read Crowns. Do the same for energy or whatever; this way (I think--not sure) you can leave units off the prices and they will sorta as numbers, not text (e.g. 5 will come before 10)
{{SKWindowSortable
| width = 100%
| title = Stuff I'm selling
| body = 
{{SKWindow/Cell|'''Icon'''}} {{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Description'''}} {{SKWindow/Cell|'''Drops From'''}}
{{SKWindow/Cell|'''Rating'''}} {{SKWindow/Cell|'''Count'''}} {{SKWindow/Cell|'''Price'''}}
Use the following to add a new row to the table. You can get most of this info by copy/pasting from Materials#Crafting_Materials. For equipment, go to the correct page from Equipment. All of the fields are required, though you don't have to fill them; blank fields will be blank, but missing fields will revert to their default values, which are not necessarily blank.
{{SKCraftEntry
|name=
|desc=
|drops=
|uses=
|rarity=
|count=
|price=
}}
This is the Template:SKWindowSortable footer
}}
Personal tools