Difference between revisions of "Template:EfreakSKCraftEntryWithCount"

From SpiralKnights

Jump to: navigation, search
m (oops)
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{SKNewRow}} <noinclude>
+
{{SKNewRow}}
{|style="background:transparent;"</noinclude>
+
<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}}}}}
 
{{{drops|*Devilites}}}}} {{SKCell|{{star|{{{rating|4}}}}}}} {{SKCell|{{{count|0}}}}}
<noinclude>|}
+
<noinclude>
 +
|}
  
 
{{showhide|Example|width=100%|content=
 
{{showhide|Example|width=100%|content=
Line 61: Line 64:
 
}}
 
}}
  
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 <code><nowiki>{{showhide|Inventory|width=100%|content=</nowiki></code> before the first line and an extra <code><nowiki>}}</nowiki></code> after the last line. If you do this, it will look like the hidden table above.
+
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 <code><nowiki>{{showhide|Inventory|width=100%|content=</nowiki></code> before the first line and an extra <code>}}</code> after the last line. If you do this, it will look like the hidden table above.
  
 
{|align="center" width="50%" style="background:none"
 
{|align="center" width="50%" style="background:none"
Line 67: Line 70:
 
|
 
|
 
<pre>
 
<pre>
{{SKWindowSortable
+
<nowiki>{{SKWindowSortable
 
| width = 100%
 
| width = 100%
 
| title = Members of Dragon Army
 
| title = Members of Dragon Army
 
| body =  
 
| body =  
{{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Personal Description'''}} {{SKWindow/Cell|'''Rank'''}}  
+
{{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Personal Description'''}} {{SKWindow/Cell|'''Rank'''}}</nowiki>
 
</pre>
 
</pre>
 
|}
 
|}
Line 79: Line 82:
 
|
 
|
 
<pre>
 
<pre>
{{SKCraftEntry
+
<nowiki>{{SKCraftEntry
 
|name=
 
|name=
 
|desc=
 
|desc=
Line 86: Line 89:
 
|rarity=
 
|rarity=
 
|count=
 
|count=
}}</pre>
+
}}</nowiki>
 +
</pre>
 
|}
 
|}
  
Line 93: Line 97:
 
|
 
|
 
<pre>
 
<pre>
}}
+
<nowiki>}}</nowiki>
 
</pre>
 
</pre>
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Latest revision as of 08:58, 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

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
{{SKWindowSortable
| width = 100%
| title = Members of Dragon Army
| body = 
{{SKWindow/Cell|'''Name'''}} {{SKWindow/Cell|'''Personal Description'''}} {{SKWindow/Cell|'''Rank'''}} 
Use the following to add a new material. 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=
}}
This is the Template:SKWindowSortable footer
}}
Personal tools