Difference between revisions of "Template:Quest Book"
Line 8: | Line 8: | ||
<center> | <center> | ||
{| width="100%" style="border:3px dashed #f00;" | {| width="100%" style="border:3px dashed #f00;" | ||
− | | align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | Do not edit this page! | + | | align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | Do not edit this page! It is still under construction. |
|- | |- | ||
| align="center" valign="middle" style="font-family:Verdana;font-weight:normal;" | | | align="center" valign="middle" style="font-family:Verdana;font-weight:normal;" | |
Revision as of 17:45, 27 March 2008
Do not edit this page! It is still under construction. |
If you need to customize this template to fit your own needs, copy the code into a fresh template and work from there. |
Editing this page may cause the template to stop working properly for other pages currently using this template. |
Contents |
How to Use
This template can be used to put together a quest book showing both incomplete and completed quests. The overall template has a transparent background so it can be fit onto any other colored areas.
Incomplete Quest
Code | Output | |||
---|---|---|---|---|
{{Quest Book|{{i}}|Thou Dost Jest!}}
|
|
Completed Quest
Code | Output | |||
---|---|---|---|---|
{{Quest Book|{{c}}|Thou Dost Jest!}}
|
|
Parameters
The first two parameters are mandatory. All others are optional and only add additional information or styles.
1 = Complete/Incomplete/NotTaken. . choose: {{i}} or {{c}} or {{n}} 2 = Quest Name. . . . . . . . . . . default: Quest Name 3 = Quest Name Style (css). . . . . optional, no default 4 = Additional Info . . . . . . . . optional, no default 5 = Additional Info Style (css) . . optional, no default
1
The first parameter is meant to be one of three templates. Using something besides one of these three will still work but the appearance of the final page may be distorted.
{{i}} =
= Incomplete
{{c}} =
= Complete
{{n}} =
= Quest Not Taken
2,3
The second parameter is fairly simple; just include the name of the quest. It is also automatically made into a link to that quest's page on the wiki.
The third parameter can be used to style the text of the quest name. It uses inline css. This parameter is automatically surrounded by quotation marks so those are unnecessary.
Code | Output | |||
---|---|---|---|---|
{{Quest Book|{{n}}|Thou Dost Jest!|font-color:#f0c;}}
|
|
4,5
The final two parameters are available if additional information about the quest is desired and the ability to style that information.
Code | Output | |||
---|---|---|---|---|
{{Quest Book|{{n}}|Thou Dost Jest!|font-color:#f0c;|Additional Info|font-size:14pt;}}
|
|