Template:Premium: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Erica conjurer
Adding notes/code
ROWiki>Erica conjurer
Fixing some of the example code so it doesn't think to try to loop on itself
Line 2: Line 2:


<pre>
<pre>
<onlyinclude>{{ Premium | {{{1|}}}
&lt;onlyinclude&gt;{{ Premium | {{{1|}}}
   | name = <!-- Name of Item -->
   | name = <!-- Name of Item -->
   | image = <!-- Upload an image, then place filename here -->
   | image = <!-- Upload an image, then place filename here -->
Line 9: Line 9:
   | quantity = <!-- Quantity, if not applicable, remove this line -->
   | quantity = <!-- Quantity, if not applicable, remove this line -->


<noinclude>
&lt;noinclude&gt;
   | info =  <!-- Add notes here -->
   | info =  <!-- Add notes here -->
</noinclude>}}</onlyinclude>
&lt;/noinclude&gt;}}</onlyinclude>


</pre>
</pre>
Line 31: Line 31:
}}
}}
</includeonly></onlyinclude>
</includeonly></onlyinclude>
<!--{{ Premium/full | name=Greater Mana Potion | cost=660 | type=Consumable | quantity=100 }}-->

Revision as of 17:52, 12 December 2010

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

<onlyinclude>{{ Premium | {{{1|}}}
  | 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 notes here -->
</noinclude>}}</onlyinclude>