Template:Crafter Table: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
mNo edit summary
imported>Arkalor
No edit summary
 
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 Items'''
!rowspan="2"|Accepted Items
|bgcolor=#d0d0d0 align=center valign=top| '''Experience'''
!colspan="3"|Rewards
|bgcolor=#d0d0d0 align=center valign=top| '''Pyreals'''
|-
|bgcolor=#d0d0d0 align=center valign=top| '''Reward Items'''
!Experience
!Pyreals
!Items
|-
|-
{{{Table Rows|}}}
{{{Table Rows|}}}
|colspan=5| {{#ifeq:{{{See Also|}}}|||<small>See also {{{See Also|}}}.</small>}}
|}</includeonly><noinclude>[[Category:Wiki Templates]]{{Documentation}}</noinclude>
|-
|}
</includeonly><noinclude>
{{Related|Wiki Templates|Crafter NPC Template|{{mtl|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 =
|  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 =
}}
}}
</pre>
 
== 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.
 
[[Category:Wiki Template]]
</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.