Template:Premium: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Erica conjurer
Add notes as a tag
m 16 revisions imported
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Copy the following into a new article and fill in the parameters
<pre>
&lt;onlyinclude&gt;{{ Premium | {{{1|}}}
  | icon    = <!-- Ingame icon -->
  | name    = <!-- Name of Item -->
  | image    = <!-- Upload an image, then place filename here -->
  | cost    = <!-- Cost of Item -->
  | type    = <!-- Tab in game [[Premium_Content#Consumables|Consumable]] -->
  | quantity = <!-- Quantity, if not applicable, remove this line -->
&lt;noinclude&gt;
  | info =  <!-- Add in-game description-->
  | notes    = <!-- Additional notes go here-->
&lt;/noinclude&gt;}}</onlyinclude>
</pre>
<!--
<!--
1. name
1. name
Line 6: Line 24:
<onlyinclude><includeonly>
<onlyinclude><includeonly>
{{ Premium/full
{{ Premium/full
| icon = {{{icon|}}}
  | name = {{{name|}}}
  | name = {{{name|}}}
  | image = {{{image}}}
  | image = {{{image}}}
Line 11: Line 30:
  | type = {{{type|}}}
  | type = {{{type|}}}
  | quantity = {{{quantity|}}}
  | quantity = {{{quantity|}}}
  | info = {{info|}}
  | info = {{{info|}}}
| notes = {{{notes|}}}
}}
}}
</includeonly></onlyinclude>
</includeonly></onlyinclude>
<!--{{ Premium/full | name=Greater Mana Potion | cost=660 | type=Consumable | quantity=100 }}-->

Latest revision as of 12:20, 7 November 2020

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

<onlyinclude>{{ Premium | {{{1|}}}
  | icon     = <!-- Ingame icon -->
  | name     = <!-- Name of Item -->
  | image    = <!-- Upload an image, then place filename here -->
  | cost     = <!-- Cost of Item -->
  | type     = <!-- Tab in game [[Premium_Content#Consumables|Consumable]] -->
  | quantity = <!-- Quantity, if not applicable, remove this line -->
<noinclude>
  | info =   <!-- Add in-game description-->
  | notes    = <!-- Additional notes go here-->
</noinclude>}}</onlyinclude>