Template:Title Rewards Table: Difference between revisions
Jump to navigation
Jump to search
imported>Tlosk's Bot No edit summary |
imported>Tlosk No edit summary |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{|cellpadding=3 style=" border:1px solid #e5e5e5; background:# | <includeonly>{|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| '''Task Required''' | ||
|bgcolor=#d0d0d0 align=center valign=top| '''Title Reward''' | |bgcolor=#d0d0d0 align=center valign=top| '''Title Reward''' | ||
|- | |- | ||
{{{Table Rows|}}} | |||
| | |colspan=2| ''<small>See [[Titles]] for a list of all available titles.</small>'' | ||
|- | |- | ||
| | |}</includeonly><noinclude> | ||
{{Related|Wiki Templates|Quest Guide Template|{{mtl|Title}}}} | |||
== 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| | ||
|align=left| | |align=left| | ||
|- | |- | ||
| | |} | ||
</pre> | </pre> | ||
[[Category:Wiki Template]] | |||
</noinclude> | </noinclude> |
Latest revision as of 17:39, 21 April 2009
Related topics: Wiki Templates, Quest Guide Template, {{Title}}
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| |- |}