Template:Arrow: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
mNo edit summary
m 7 revisions imported
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:


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


<!-- Obtained from: -->
<!-- Obtained from: -->
Line 22: Line 25:
</pre>
</pre>
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--
-->{{weapon/{{#switch: {{localurl: {{PAGENAME}} }}
-->{{arrow/{{#switch: {{localurl: {{PAGENAME}} }}
                 | #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|}}}
    | icon    = {{{icon|}}}
   }}<!--
   }}<!--
--></includeonly></onlyinclude>
--></includeonly></onlyinclude>

Latest revision as of 09:53, 7 November 2020

Template for arrows.

Template:New weapon box

Alternatively copy this text into a new article.

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

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

  | notes   = 

}}</onlyinclude>