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
 
(4 intermediate revisions by the same user not shown)
Line 17: Line 17:
  
 
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. | ' ^')
 
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. | ' ^')
<br>I play all four F. Gunner classes so you'll likely see me floating around those pages often.
 
  
==To-Do List==
+
==Links for convenience so I don't have to run around the site all the time==
*Update [[Elven Knight]]'s skill values.
+
See [[Flash]].
*Update [[Dimension Walker]]'s skill values.
+
<pre>!rowspan=2{{!}}|Level
*Update [[Blood Mage]]'s skill values.
+
!rowspan=2{{!}}Lv Req
*Update [[Alchemist]] page.
+
!colspan=3{{!}}Header 1
*Add missing [[Odachi]] weapon pages.
+
!colspan=2{{!]]Header 2
*Update character and class artwork from Illustration Vault (if possible).
+
|-
*Find out how to merge columns in growth chart tables.
+
!Header 1 mini 1||!Header 1 mini 2||Header 1 mini 3
 +
!Header 2 mini 1||Header 2 mini 2</pre>
  
==All Done! (For now)==
+
<p><pre>{{#expr: {{Calc|{{#var:i}}|Min|Max|Lv}}/WeaponMPMultiplier round 0}}</pre>
*Updated all of [[Female Spitfire]]'s skill values. (October 23, 2019)
+
<hr>
 +
 
 +
See [[Blade Dance]].
 +
<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.

Latest revision as of 14:44, 29 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 Flash.

!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}}

See Blade Dance.

{{!}} <!--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.