Template:Title Rewards Table: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|bgcolor=#d0d0d0 align=center valign=top| '''Title Reward''' | |bgcolor=#d0d0d0 align=center valign=top| '''Title Reward''' | ||
|- | |- | ||
{{{Table Rows|}}} | |||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
{{Related|Wiki Templates|Quest Guide Template}} | {{Related|Wiki Templates|Quest Guide Template}} | ||
Line 67: | Line 10: | ||
<pre> | <pre> | ||
{{Title Rewards Table | {{Title Rewards Table | ||
| Task | | Table Rows = | ||
| Title | {{Title | ||
| Task | | Title = | ||
| Title | | Task = | ||
}} | |||
{{Title | |||
| Title = | |||
| Task = | |||
}} | |||
{{Title | |||
| Title = | |||
| Task = | |||
}} | |||
}} | }} | ||
</pre> | </pre> | ||
== Usage == | == Usage == | ||
This template is one component of the page template [[Quest Guide Template]], full details and an example can be found there. | 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 == | == Non-template Code == | ||
If customization is required that deviates from the template, use standard formatting to construct a table: | |||
<pre> | <pre> | ||
{|cellpadding=3 style=" border:1px solid #e5e5e5; background:#f9f9f9; vertical-align:top;" | {|cellpadding=3 style=" border:1px solid #e5e5e5; background:#f9f9f9; vertical-align:top;" |
Revision as of 15:10, 24 February 2009
Related topics: Wiki Templates, Quest Guide Template
Syntax
{{Title Rewards Table | Table Rows = {{Title | Title = | Task = }} {{Title | Title = | Task = }} {{Title | Title = | Task = }} }}
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:
{|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| |- |}