This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "User:Zomunk"

From Project 1999 Wiki
Jump to: navigation, search
(Zone format code)
Line 1: Line 1:
Zone Format Code:
+
== Zone format code ==
  
 
<pre>
 
<pre>
Line 17: Line 17:
 
</pre>
 
</pre>
  
 +
'''Notes'''
 
*If a page has multiple maps, use one table (the code in the above box) for each map
 
*If a page has multiple maps, use one table (the code in the above box) for each map
 
*max-width can be adjusted to make the table look better
 
*max-width can be adjusted to make the table look better
 
**smaller for smaller maps or larger for larger maps
 
**smaller for smaller maps or larger for larger maps
 
**1000 seems to be a good max
 
**1000 seems to be a good max

Revision as of 08:26, 25 May 2013

Zone format code

== Map ==

{|cellspacing="0" cellpadding="0" style="border: 1px solid gray; max-width: 1000px;" width="100%"
|-
|style="background:#f0f0ff;padding:10px;"|
[[Image:mapfilename.jpg|right|border]]
'''Title of map
<ul>
<li> 1. number description </li>
<li> 2. number description </li>
<li> 3. number description </li>
</ul>
|}

Notes

  • If a page has multiple maps, use one table (the code in the above box) for each map
  • max-width can be adjusted to make the table look better
    • smaller for smaller maps or larger for larger maps
    • 1000 seems to be a good max