Template:Boss: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>100PercentRatedR
Created page with "<pre> <onlyinclude>{{ Boss | {{{1|}}} | name = <!-- Name of boss --> | image = <!-- Upload an image, then place filename here --> | rank = <!-- Leader, Champion, Epic, …"
 
m 16 revisions imported
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Copy the following into a new article and fill in the parameters
<pre>
<pre>
<onlyinclude>{{ Boss | {{{1|}}}
&lt;onlyinclude&gt;{{ Boss | {{{1|}}}
   | name = <!-- Name of boss -->
   | name = <!-- Name of boss -->
   | image = <!-- Upload an image, then place filename here -->
   | image = <!-- Insert an image of the boss -->
   | rank = <!-- Leader, Champion, Epic, etc. -->
   | rank = <!-- Rank under name -->
   | 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 the boss, if not known remove this line -->
   | attack speed = <!-- Attack speed -->
   | respawn time = <!-- Respawn time, if not known remove this line -->
<noinclude>
&lt;noinclude&gt;
   | info =  <!-- Add in-game description-->
   | info =  <!-- Add main article content here -->
   | notes   = <!-- Additional notes go here-->
   | notes = <!-- Additional notes go here-->
</noinclude>}}</onlyinclude>
&lt;/noinclude&gt;}}</onlyinclude>
 
</pre>
</pre>


Line 17: Line 20:
<!--
<!--
1. name
1. name
2. rank
2. image
3. type
3. rank
4. location
4. type
5. level
5. location
6. attack speed
6. level
7. respawn time
<onlyinclude><includeonly>
<onlyinclude><includeonly>
{{ Testboss/full
{{ Boss/full
  | name = {{{name|}}}
  | name = {{{name|}}}
  | image = {{{image}}}
  | image = {{{image}}}
Line 30: Line 34:
  | location = {{{location|}}}
  | location = {{{location|}}}
  | level = {{{level|}}}
  | level = {{{level|}}}
  | attack speed = {{{attack speed|}}}
  | respawn time = {{{respawn time|}}}
  | info = {{{info|}}}
  | info = {{{info|}}}
  | notes = {{{notes|}}}
  | notes = {{{notes|}}}
}}
}}
</includeonly></onlyinclude>
</includeonly></onlyinclude>
{{Documentation}}

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>