Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "User:G123u"

From DFO World Wiki
Jump to: navigation, search
m
m (Links for convenience so I don't have to run around the site all the time)
Line 24: Line 24:
 
!colspan=3{{!}}Header 1
 
!colspan=3{{!}}Header 1
 
!colspan=2{{!]]Header 2
 
!colspan=2{{!]]Header 2
{{!}}- <!--(does |- work?)-->
+
|-
!Header 1 mini 1
+
!Header 1 mini 1||!Header 1 mini 2||Header 1 mini 3
!Header 1 mini 2
+
!Header 2 mini 1||Header 2 mini 2</pre>
!Header 1 mini 3
 
!Header 2 mini 1
 
!Header 2 mini 2</pre>
 
  
 
<p><pre>{{#expr: {{Calc|{{#var:i}}|Min|Max|Lv}}/WeaponMPMultiplier round 0}}</pre>
 
<p><pre>{{#expr: {{Calc|{{#var:i}}|Min|Max|Lv}}/WeaponMPMultiplier round 0}}</pre>
 +
<hr>
 +
 +
<p><pre>{{!}} <!--Loading Count--> +{{#ifexpr: {{#var:i}} = 1 | - }} {{#if:expr: {{#var:i}} > 2 | {{Calc|{{#var:i}}|1|3|13}} }}</pre>
 +
These two if statements can be combined into one if/else statement.
 +
<pre>{{!}} <!--Loading Count--> +{{#ifexpr: {{#var:i}} < 2 | - | {{Calc|{{#var:i}}|1|3|13|2}} }}</pre>
 +
 +
<p><pre>{{Calc|{{#var:i}}|1|3|13|2}}</pre>
 +
The 2 at the end of the template is the value for the BASELv argument.
 +
In this case, since you want the values to start at 2 instead of 1, you have to manually assign the value to the template.

Revision as of 09:35, 7 December 2019

Rozen
Fem Mech.png
Occupation Student
Region
North America (EST)
Main Character G123u (Optimus)
Server DFOG (Cain)
Explorer Club Rozengarten

Hello hello, Rozen here! I have a bit of experience editing wikis, but there's still lots for me to learn. Please be patient with me. | ' ^')

Links for convenience so I don't have to run around the site all the time

See Dimensional Divergence: Forbidden Banquet.

!rowspan=2{{!}}|Level
!rowspan=2{{!}}Lv Req
!colspan=3{{!}}Header 1
!colspan=2{{!]]Header 2
|-
!Header 1 mini 1||!Header 1 mini 2||Header 1 mini 3
!Header 2 mini 1||Header 2 mini 2

{{#expr: {{Calc|{{#var:i}}|Min|Max|Lv}}/WeaponMPMultiplier round 0}}

{{!}} <!--Loading Count--> +{{#ifexpr: {{#var:i}} = 1 | - }} {{#if:expr: {{#var:i}} > 2 | {{Calc|{{#var:i}}|1|3|13}} }}

These two if statements can be combined into one if/else statement.

{{!}} <!--Loading Count--> +{{#ifexpr: {{#var:i}} < 2 | - | {{Calc|{{#var:i}}|1|3|13|2}} }}

{{Calc|{{#var:i}}|1|3|13|2}}

The 2 at the end of the template is the value for the BASELv argument. In this case, since you want the values to start at 2 instead of 1, you have to manually assign the value to the template.