Difference between revisions of "Template:Quest Book"

From Fallen Sword Wiki
Jump to: navigation, search
(Parameters)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
{| width="100%" cellspacing="2" cellpadding="2" style="background-color:transparent;"
 
{| width="100%" cellspacing="2" cellpadding="2" style="background-color:transparent;"
| width="21" | {{{1|{{i}} }}}
+
| width="21" | {{{1}}}
| align="left" | [[{{{2|Quest Name}}}]]
+
| align="left" style="{{{3}}}" | [[{{{2|Quest Name}}}]] <div style="{{{5}}}">{{{4}}}</div>
 
|}</includeonly>
 
|}</includeonly>
 
<noinclude>
 
<noinclude>
Line 20: Line 20:
  
 
== How to Use ==
 
== How to Use ==
This template can be used to put together a quest book showing both incomplete and completed quests.
+
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 ===
 
=== Incomplete Quest ===
Line 39: Line 39:
 
|}
 
|}
 
== Parameters ==
 
== Parameters ==
The first two parameters are mandatory. Other styling parameters may be added at a later time but will not affect existing uses of the template.
+
The first two parameters are mandatory. All others are optional and only add additional information or styles.
 
<pre>
 
<pre>
1 = Complete/Incomplete . . . . . choose: {{i}} or {{c}} or {{n}}
+
1 = Complete/Incomplete/NotTaken. . choose: {{i}} or {{c}} or {{n}}
2 = Quest Name. . . . . . . . . . default: Quest Name
+
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
 
</pre>
 
</pre>
<tt><nowiki>{{i}}</nowiki></tt> = {{i}}<br>
+
 
<tt><nowiki>{{c}}</nowiki></tt> = {{c}}<br>
+
=== 1 ===
<tt><nowiki>{{n}}</nowiki></tt> = {{n}}
+
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.
 +
 
 +
<tt><nowiki>{{i}}</nowiki></tt> = {{i}}<br> = Incomplete
 +
<tt><nowiki>{{c}}</nowiki></tt> = {{c}}<br> = Complete
 +
<tt><nowiki>{{n}}</nowiki></tt> = {{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.
 +
 
 +
{| width="100%"
 +
! ''Code''
 +
! ''Output''
 +
|-
 +
| width="50%" style="border:1px solid #aaa;" | <code><nowiki>{{Quest Book|{{n}}|Thou Dost Jest!|font-color:#f0c;}}</nowiki></code>
 +
| width="50%" style="border:1px solid #aaa;" | {{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.
 +
 
 +
{| width="100%"
 +
! ''Code''
 +
! ''Output''
 +
|-
 +
| width="50%" style="border:1px solid #aaa;" | <code><nowiki>{{Quest Book|{{n}}|Thou Dost Jest!|font-color:#f0c;|Additional Info|font-size:14pt;}}</nowiki></code>
 +
| width="50%" style="border:1px solid #aaa;" | {{Quest Book|{{n}}|Thou Dost Jest!|font-color:#f0c;|Additional Info|font-size:14pt;}}
 +
|}
  
 
[[Category:Templates|{{PAGENAME}}]]
 
[[Category:Templates|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Revision as of 17:41, 27 March 2008


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.



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.

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.

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