Template:Boss: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>100PercentRatedR
mNo edit summary
ROWiki>100PercentRatedR
mNo edit summary
Line 1: Line 1:
Copy the following into a new article and fill in the parameters
<pre>
<pre>
<onlyinclude>{{ boss | {{{1|}}}
<onlyinclude>{{ Boss | {{{1|}}}
   | name = <!-- Name of boss -->
   | name = <!-- Name of boss -->
   | image = <!-- Upload an image, then place filename here -->
   | image = <!-- Upload an image, then place filename here -->
   | rank = <!-- Leader, Champion, Epic, etc. -->
   | rank = <!-- Leader, Champion, Epic, etc. -->
   | type = <!-- Type of creature, (igeno, beetle, wolf, etc.)
   | type = <!-- Type of creature -->
   | location = <!-- Name of area found in -->
   | location = <!-- Name of area found in -->
   | level = <!-- Level of boss -->
   | level = <!-- Level of boss -->
Line 14: Line 16:


</pre>
</pre>


<!--
<!--
Line 23: Line 26:
7. attack speed
7. attack speed
<onlyinclude><includeonly>
<onlyinclude><includeonly>
{{ boss/full
{{ Boss/full
  | name = {{{name|}}}
  | name = {{{name|}}}
  | image = {{{image}}}
  | image = {{{image}}}

Revision as of 13:36, 11 January 2011

Copy the following into a new article and fill in the parameters

<onlyinclude>{{ Boss | {{{1|}}}
  | name = <!-- Name of boss -->
  | image = <!-- Upload an image, then place filename here -->
  | rank = <!-- Leader, Champion, Epic, etc. -->
  | type = <!-- Type of creature -->
  | location = <!-- Name of area found in -->
  | level = <!-- Level of boss -->
  | attack speed = <!-- Attack speed -->
<noinclude>
  | info = <!-- Add information here -->
  | notes = <!-- Additional notes go here -->
</noinclude>}}</onlyinclude>