Template:Quest Book

From Fallen Sword Wiki
Jump to: navigation, search


Do not edit this page!

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.


This template is outdated!

If you are using this template for a personal questbook, it is recommended you start using Template:QuestBook instead.



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!}}
quest_incomplete.gif Thou Dost Jest!

Completed Quest

Code Output
{{Quest Book|{{c}}|Thou Dost Jest!}}
quest_complete.gif Thou Dost Jest!

Parameters

The first two parameters are mandatory. All others are optional and only add additional information or styles. Other parameters may be added in the future, but they will also be optional and will not interfere with existing uses of this template.

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}} = quest_incomplete.gif = Incomplete
{{c}} = quest_complete.gif = Complete
{{n}} = Quest_not_taken.gif = 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;}}
Quest_not_taken.gif Thou Dost Jest!

4,5

The final two parameters are available if additional information about the quest is desired and the ability to style that information. It is placed in a third (usually empty) column of the table. {{{4}}} is inside a <div> tag and {{{5}}} provides the style for that <div>.

Code Output
{{Quest Book|{{n}}|Thou Dost Jest!|font-color:#f0c;|Additional Info|font-size:14pt;}}
Quest_not_taken.gif Thou Dost Jest!
Additional Info