Template:Premium: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Erica conjurer
Adding notes/code
m 16 revisions imported
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:


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


</pre>
</pre>
Line 23: Line 24:
<onlyinclude><includeonly>
<onlyinclude><includeonly>
{{ Premium/full
{{ Premium/full
| icon = {{{icon|}}}
  | name = {{{name|}}}
  | name = {{{name|}}}
  | image = {{{image}}}
  | image = {{{image}}}
Line 29: Line 31:
  | 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>