Template:Crafter Table: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Tlosk
No edit summary
imported>Arkalor
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{|cellpadding=2 style=" border:1px solid #e5e5e5; background:#F9F9F9; vertical-align:top;"
<includeonly>{|class="wikitable"
|-
|-
|colspan=2 bgcolor=#d0d0d0 align=center valign=top| '''Turn In Item'''
!rowspan="2"|Accepted Items
|bgcolor=#d0d0d0 align=center valign=top| '''Experience'''
!colspan="3"|Rewards
|bgcolor=#d0d0d0 align=center valign=top| '''Pyreals'''
|-
|colspan=2 bgcolor=#d0d0d0 align=center valign=top| '''Reward Item'''
!Experience
!Pyreals
!Items
|-
|-
{{{Table Rows|}}}
{{{Table Rows|}}}
|colspan=6| {{#ifeq:{{{See Also|}}}|||<small>See also {{{See Also|}}}.</small>}}
|}</includeonly><noinclude>[[Category:Wiki Templates]]{{Documentation}}</noinclude>
|-
|}
</includeonly><noinclude>
{{Related|Wiki Templates|Template:Crafter Item}}
== Syntax ==
<pre>
{{Crafter Table
|  See Also =
| Table Rows =
{{Crafter Item
| Turn In Item =
|  Experience =
|      Pyreals =
|  Reward Item =
}}
 
{{Crafter Item
| Turn In Item =
|  Experience =
|      Pyreals =
|  Reward Item =
}}
 
{{Crafter Item
| Turn In Item =
|  Experience =
|      Pyreals =
|  Reward Item =
}}
}}
</pre>
 
== Usage ==
Part of the ?? template, a table of crafter turn-in items. Note that this template makes use of another template to compose each row in the table, this allows you to have an arbitrary number of rows. Enclose any see also articles in wiki links (double brackets).
 
</noinclude>

Latest revision as of 20:38, 24 May 2015

Template Documentation: Table| |_}}/Doc?action=edit Edit Documentation

Related topics: Wiki Templates, Crafter NPC Template, {{Crafter Item}}

Syntax

{{Crafter Table
 |   See Also =
 | Table Rows =
{{Crafter Item
 | Turn In Item = 
 |   Experience = 
 |      Pyreals = 
 |  Reward Item = 
}}

{{Crafter Item
 | Turn In Item = 
 |   Experience = 
 |      Pyreals = 
 |  Reward Item = 
}}

{{Crafter Item
 |  Turn In Item = 
 |   Turn In Qty = 
 |    Experience = 
 |       Pyreals = 
 |   Reward Item = 
 |    Reward Qty = 
}}

{{Crafter Item
 |  Turn In Item = 
 |    Experience = 
 |       Pyreals = 
 |   Reward Item = 
 |    Reward Qty = 
 | Reward Item 2 = 
 |  Reward 2 Qty = 
 | Reward Item 3 = 
 |  Reward 3 Qty = 
 | Reward Item 4 = 
 |  Reward 4 Qty = 
}}
}}

Usage

Part of the Crafter NPC Template template, a table of crafter turn-in items. Note that this template makes use of another template to compose each row in the table, this allows you to have an arbitrary number of rows.