Template:Boss: Difference between revisions
Jump to navigation
Jump to search
ROWiki>100PercentRatedR No edit summary |
Joshua2504 (talk | contribs) m 16 revisions imported |
||
(14 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|}}} | |||
| name = <!-- Name of boss --> | | name = <!-- Name of boss --> | ||
| image = <!-- | | image = <!-- Insert an image of the boss --> | ||
| rank = <!-- | | rank = <!-- Rank under name --> | ||
| type = <!-- Type of creature | | 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 --> | ||
| | | respawn time = <!-- Respawn time, if not known remove this line --> | ||
<noinclude> | |||
| info = <!-- Add | | info = <!-- Add main article content here --> | ||
| notes | | notes = <!-- Additional notes go here--> | ||
</noinclude>}}</onlyinclude> | |||
</pre> | </pre> | ||
<!-- | |||
1. name | |||
2. image | |||
3. rank | |||
4. type | |||
5. location | |||
6. level | |||
7. respawn time | |||
<onlyinclude><includeonly> | |||
{{ Boss/full | |||
| name = {{{name|}}} | |||
| image = {{{image}}} | |||
| rank = {{{rank|}}} | |||
| type = {{{type|}}} | |||
| location = {{{location|}}} | |||
| level = {{{level|}}} | |||
| respawn time = {{{respawn time|}}} | |||
| info = {{{info|}}} | |||
| notes = {{{notes|}}} | |||
}} | |||
</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>