Template:Title Rewards Table: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Tlosk
No edit summary
imported>Arkalor's Bot
(Redirected page to Template:Rewards Table)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>{|cellpadding=3 style=" border:1px solid #e5e5e5; background:#f9f9f9; vertical-align:top;"
#REDIRECT[[Template:Rewards Table]]
|-
|bgcolor=#d0d0d0 align=center valign=top| '''Task Required'''
|bgcolor=#d0d0d0 align=center valign=top| '''Title Reward'''
|-
{{{Table Rows|}}}
|}</includeonly><noinclude>
{{Related|Wiki Templates|Quest Guide Template}}
== Syntax ==
<pre>
{{Title Rewards Table
| Table Rows =
{{Title
| Title =
|  Task =
}}
 
{{Title
| Title =
|  Task =
}}
 
{{Title
| Title =
|  Task =
}}
}}
</pre>
 
== Usage ==
This template is one component of the page template [[Quest Guide Template]], full details and an example can be found there. 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 so you can add as many titles as needed.
 
== Non-template Code ==
If customization is required that deviates from the template, use standard formatting to construct a table:
<pre>
{|cellpadding=3 style=" border:1px solid #e5e5e5; background:#f9f9f9; vertical-align:top;"
|-
|bgcolor=#d0d0d0 align=center valign=top| '''Task Required'''
|bgcolor=#d0d0d0 align=center valign=top| '''Title Reward'''
|-
|align=left|
|align=left|
|-
|align=left|
|align=left|
|-
|}
</pre>
 
</noinclude>

Latest revision as of 18:32, 19 January 2015