Difference between revisions of "3.5e Monster Template Instructions"

From Dungeons and Dragons Wiki
Jump to: navigation, search
m (Created page with '== Editing Instructions == Fill in the values after the equal signs, and replace the comments (the text starting with <span style="font-family: monospace;">'''<!--'''</span> ...')
 
(fun with wiki code)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== Editing Instructions ==
 
== Editing Instructions ==
  
Fill in the values after the equal signs, and replace the comments (the text starting with <span style="font-family: monospace;">'''&lt;!--'''</span> and ending with <span style="font-family: monospace;">'''--&gt;'''</span>) with your own descriptive text.
+
Fill in the parameters after the equal signs in the author box and between the multiple equal signs in the headers. Replace the comment tags ("<code><nowiki><--</nowiki></code>" and "<code><nowiki>--></nowiki></code>") and the enclosed text with your own descriptive text.
 +
 
 +
If you'd prefer your Summary, Challenge Rating (CR) or Level Adjustment properties to be invisible within the article, place the following code within your article below the author box. Feel free to remove any parameters from the set as necessary to fit your formatting.
 +
 
 +
<code><nowiki>{{#set:Summary=This summary is visible only on the navigation pages.</nowiki></code><br />
 +
<code><nowiki>|CR=0</nowiki></code><br />
 +
<code><nowiki>|Level Adjustment=0</nowiki></code><br />
 +
<code><nowiki>}}</nowiki></code>

Latest revision as of 21:41, 9 February 2014

Editing Instructions[edit]

Fill in the parameters after the equal signs in the author box and between the multiple equal signs in the headers. Replace the comment tags ("<--" and "-->") and the enclosed text with your own descriptive text.

If you'd prefer your Summary, Challenge Rating (CR) or Level Adjustment properties to be invisible within the article, place the following code within your article below the author box. Feel free to remove any parameters from the set as necessary to fit your formatting.

{{#set:Summary=This summary is visible only on the navigation pages.
|CR=0
|Level Adjustment=0
}}