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

From Fallen Sword Wiki
Jump to: navigation, search
(Reverted edits by Greggacam (Talk); changed back to last version by Belgrave)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
''This layout contains everything needed to create a new area page. To do so, copy the code below to the new area 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__
 
{|cellpadding="5" width="100%"
 
{|cellpadding="5" width="100%"
 
|width="50%" valign="top" align="left"|
 
|width="50%" valign="top" align="left"|
 
== Information ==
 
== Information ==
 +
<!-- If you do not know the minimum level, leave this blank. -->
 
* Min Level:  
 
* Min Level:  
 
== Shops and Stairs ==
 
== Shops and Stairs ==
* [[]] (0,0)
+
<!-- Fill in and remove extras. -->
 +
<!-- If there is more than one stair, shop, or relic in an area,
 +
copy that line as many times as necessary. Remove any unused
 +
lines. -->
 +
* [[Destination goes here]] (0,0)
 +
* <nowiki>[shop]</nowiki> [[Shop goes here]]
 +
* <nowiki>[relic]</nowiki> [[Relic goes here]]
 
|width="50%" valign="top" align="left"|
 
|width="50%" valign="top" align="left"|
 
== Quests ==
 
== Quests ==
* [[]] (0,0)
+
<!-- Fill in and remove extras. -->
 +
* [[Quest Name Here]] (0,0)
 +
* {{none}} <!-- Use this if area has no quests. -->
 
== Creatures ==
 
== Creatures ==
* [[]]
+
<!-- Fill in and remove extras. -->
 +
* [[Creature Name Here]]
 +
* {{none}} <!-- Use this if area has no creatures. -->
 
|}
 
|}
 
== Map ==
 
== Map ==
 +
{{Needs Map}}
  
<!-- Remove this line
 
 
{{NeedMap}}
 
 
[[Category:Areas]]
 
[[Category:Areas]]
 
+
</pre>
Remove this line -->
+

Latest revision as of 01:31, 19 August 2008

This layout contains everything needed to create a new area page. To do so, copy the code below to the new area 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__
{|cellpadding="5" width="100%"
|width="50%" valign="top" align="left"|
== Information ==
<!-- If you do not know the minimum level, leave this blank. -->
* Min Level: 
== Shops and Stairs ==
<!-- Fill in and remove extras. -->
<!-- If there is more than one stair, shop, or relic in an area,
copy that line as many times as necessary. Remove any unused 
lines. -->
* [[Destination goes here]] (0,0)
* [shop] [[Shop goes here]]
* [relic] [[Relic goes here]]
|width="50%" valign="top" align="left"|
== Quests ==
<!-- Fill in and remove extras. -->
* [[Quest Name Here]] (0,0)
* {{none}} <!-- Use this if area has no quests. -->
== Creatures ==
<!-- Fill in and remove extras. -->
* [[Creature Name Here]]
* {{none}} <!-- Use this if area has no creatures. -->
|}
== Map ==
{{Needs Map}}

[[Category:Areas]]