Template:Premium: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Erica conjurer
Fixing some of the example code so it doesn't think to try to loop on itself
ROWiki>Erica conjurer
Adding a notes section
Line 3: Line 3:
<pre>
<pre>
&lt;onlyinclude&gt;{{ 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 -->
   | cost = <!-- Cost of Item -->
   | cost     = <!-- Cost of Item -->
   | type = <!-- Tab in game [[Premium_Content#Consumables|Consumable]] -->
   | 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;
&lt;noinclude&gt;
   | info =  <!-- Add notes here -->
   | info =  <!-- Add in-game description-->
  | notes   = <!-- Additional notes go here-->
&lt;/noinclude&gt;}}</onlyinclude>
&lt;/noinclude&gt;}}</onlyinclude>


Line 29: Line 29:
  | quantity = {{{quantity|}}}
  | quantity = {{{quantity|}}}
  | info = {{{info|}}}
  | info = {{{info|}}}
| notes = {{{notes|}}}
}}
}}
</includeonly></onlyinclude>
</includeonly></onlyinclude>

Revision as of 02:35, 13 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 in-game description-->
  | notes    = <!-- Additional notes go here-->
</noinclude>}}</onlyinclude>