Template:Boss: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>100PercentRatedR
mNo edit summary
m 16 revisions imported
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<pre>
<pre>
&lt;onlyinclude&gt;{{ Boss | {{{1|}}}
&lt;onlyinclude&gt;{{ Boss | {{{1|}}}
   | name     = <!-- Name of boss -->
   | name = <!-- Name of boss -->
   | rank     = <!-- Rank under name -->
  | image = <!-- Insert an image of the boss -->
   | type   = <!-- Type of creature -->
   | rank = <!-- Rank under name -->
   | location     = <!-- Name of area found in -->
   | type = <!-- Type of creature -->
   | level     = <!-- Level of the boss, if not known remove this line -->
   | location = <!-- Name of area found in -->
   | level = <!-- Level of the boss, if not known remove this line -->
   | respawn time = <!-- Respawn time, if not known remove this line -->
   | respawn time = <!-- Respawn time, if not known remove this line -->
&lt;noinclude&gt;
&lt;noinclude&gt;
   | info =  <!-- Add main article content here -->
   | info =  <!-- Add main article content here -->
   | notes   = <!-- Additional notes go here-->
   | notes = <!-- Additional notes go here-->
&lt;/noinclude&gt;}}</onlyinclude>
&lt;/noinclude&gt;}}</onlyinclude>


Line 19: Line 20:
<!--
<!--
1. name
1. name
2. image
3. rank
3. rank
4. type
4. type

Latest revision as of 18:33, 6 November 2020

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

<onlyinclude>{{ Boss | {{{1|}}}
  | name = <!-- Name of boss -->
  | image = <!-- Insert an image of the boss -->
  | rank = <!-- Rank under name -->
  | type = <!-- Type of creature -->
  | location = <!-- Name of area found in -->
  | level = <!-- Level of the boss, if not known remove this line -->
  | respawn time = <!-- Respawn time, if not known remove this line -->
<noinclude>
  | info =   <!-- Add main article content here -->
  | notes = <!-- Additional notes go here-->
</noinclude>}}</onlyinclude>