Template:Arrow: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
No edit summary
ROWiki>Bullfrog245
mNo edit summary
Line 6: Line 6:


<pre>
<pre>
&lt;onlyinclude&gt;{{weapon | {{{1|}}} | name = {{subst:PAGENAME}}
&lt;onlyinclude&gt;{{weapon | {{{1|}}}
  | name   = {{subst:PAGENAME}}
   | type    =  
   | type    =  
   | level  =  
   | level  =  
   | damage  =  
   | damage  =  
   | weight  =  
   | weight  =  
  | bonuses =


<!-- Obtained from: -->
<!-- Obtained from: -->
Line 25: Line 27:
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
               }}
               }}
     | {{{1|}}}                 | name    = {{{name}}}     
     | {{{1|}}}
     | type    = {{{type}}}     | level  = {{{level|}}}     
    | name    = {{{name}}}     
     | damage  = {{{damage|}}} | weight  = {{{weight|}}}
     | type    = {{{type}}}
     | alsius  = {{{alsius|}}} | ignis  = {{{ignis|}}}
    | level  = {{{level|}}}     
     | syrtis  = {{{syrtis|}}} | notes  = {{{notes|}}}
     | damage  = {{{damage|}}}
    | damage2 = {{{damage2|}}}
    | weight  = {{{weight|}}}
    | bonuses = {{{bonuses|}}}
     | alsius  = {{{alsius|}}}
    | ignis  = {{{ignis|}}}
     | syrtis  = {{{syrtis|}}}
    | notes  = {{{notes|}}}
   }}<!--
   }}<!--
--></includeonly></onlyinclude>
--></includeonly></onlyinclude>

Revision as of 13:36, 21 January 2010

Template for arrows.

Template:New weapon box

Alternatively copy this text into a new article.

<onlyinclude>{{weapon | {{{1|}}}
  | name    = {{subst:PAGENAME}}
  | type    = 
  | level   = 
  | damage  = 
  | weight  = 
  | bonuses = 

<!-- Obtained from: -->
  | alsius  = 
  | ignis   = 
  | syrtis  = 

  | notes   = 

}}</onlyinclude>