Difference between revisions of "User:Belgrave/Quest Template"

From Fallen Sword Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
''This layout contains everything needed to create a new quest page. To do so, copy the code below to the new quest's page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.''
 +
<pre>
 
__NOTOC__
 
__NOTOC__
 +
{| border="0" style="width: 100%; text-align: middle; border:1px solid #ffcc00; background: #fffad1;" cellpadding="3" cellspacing="3"
 +
!MIN LEVEL !! START LOCATION !! START REQUIREMENTS
 +
|-
 +
! align="center" valign="top" style="width: 20%; border:1px solid #ffcc00; background: #fff0cc" cellpadding="3" cellspacing="3"| <!-- Minimum Level -->
 +
| align="center" valign="top" style="width: 40%; border:1px solid #ffcc00; background: #fff0cc" cellpadding="3" cellspacing="3"| <!-- Starting Location -->
 +
| align="center" valign="top" style="width: 40%; border:1px solid #ffcc00; background: #fff0cc" cellpadding="3" cellspacing="3"| <!-- Start Requirements. If there are none, just put {{none}} -->
 +
|}
 
{| width="100%"
 
{| width="100%"
| align="left" valign="top" width="25%" |
+
| align="left" valign="top" width="33%" |
 
== Information ==
 
== Information ==
'''Min Level:'''  
+
'''Steps:'''  
 
+
# Go to [[location]]
'''Location:'''
+
# Kill # [[creatures]]
* [[]] (0,0)
+
# Obtain [[item]]
 
+
# Deliver [[item]]
'''Requirements:'''
+
# etc...
* Kill
+
  
 
'''Rewards:'''
 
'''Rewards:'''
 
* [[XP]]
 
* [[XP]]
 +
* {{gold}}
 +
* [[item]]
  
  
<<<[[Quest Guide]]>>>
+
[[Image:Arrow.gif]]&nbsp;[[Quest Guide|Back to Quest Guide]]
| align="left" valign="top" width="75%" |
+
| align="left" valign="top" width="67%" |
 
== Details ==
 
== Details ==
  
 
(Quest details go here)
 
(Quest details go here)
  
 +
<!-- Put the <span> tags below around every second paragraph. -->
 +
<span style="color:#009"></span>
  
<span style="color:#009"></span>
 
 
|}
 
|}
 
<!-- Remove this line
 
  
 
[[Category:Quests]]
 
[[Category:Quests]]
 
+
</pre>
Remove this line -->
+

Latest revision as of 17:38, 26 May 2008

This layout contains everything needed to create a new quest page. To do so, copy the code below to the new quest's page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.

__NOTOC__
{| border="0" style="width: 100%; text-align: middle; border:1px solid #ffcc00; background: #fffad1;" cellpadding="3" cellspacing="3"
!MIN LEVEL !! START LOCATION !! START REQUIREMENTS
|-
! align="center" valign="top" style="width: 20%; border:1px solid #ffcc00; background: #fff0cc" cellpadding="3" cellspacing="3"| <!-- Minimum Level -->
| align="center" valign="top" style="width: 40%; border:1px solid #ffcc00; background: #fff0cc" cellpadding="3" cellspacing="3"| <!-- Starting Location -->
| align="center" valign="top" style="width: 40%; border:1px solid #ffcc00; background: #fff0cc" cellpadding="3" cellspacing="3"| <!-- Start Requirements. If there are none, just put {{none}} -->
|}
{| width="100%"
| align="left" valign="top" width="33%" |
== Information ==
'''Steps:''' 
# Go to [[location]]
# Kill # [[creatures]]
# Obtain [[item]]
# Deliver [[item]]
# etc...

'''Rewards:'''
* [[XP]]
* {{gold}}
* [[item]]


[[Image:Arrow.gif]] [[Quest Guide|Back to Quest Guide]]
| align="left" valign="top" width="67%" |
== Details ==

(Quest details go here)

<!-- Put the <span> tags below around every second paragraph. -->
<span style="color:#009"></span>

|}

[[Category:Quests]]