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:Dfoplayer/TestTimeFormat"

From DFO World Wiki
Jump to: navigation, search
(Created page with "<includeonly>{{#if: {{{crafting time|}}} | {{#arraydefine:craftingTime|{{{crafting time|}}}| }} Expires in : {{#if: {{#arrayindex:craftingTime|0 }}|{{#arrayindex:craftingTime...")
 
Line 1: Line 1:
 
<includeonly>{{#if: {{{crafting time|}}}
 
<includeonly>{{#if: {{{crafting time|}}}
| {{#arraydefine:craftingTime|{{{crafting time|}}}| }} Expires in : {{#if: {{#arrayindex:craftingTime|0 }}|{{#arrayindex:craftingTime |0 }} days, }}{{#if: {{#arrayindex:craftingTime |1 }}|{{#arrayindex:craftingTime |1 }} hours, }}{{#if: {{#arrayindex:craftingTime |2 }}|{{#arrayindex:craftingTime |2 }} minutes, }}{{#if: {{#arrayindex:craftingTime|3|}}|{{#arrayindex:craftingTime |3 }}seconds}} }}</includeonly><noinclude>
+
| {{#arraydefine:craftingTime|{{{crafting time}}}}} Expires in : {{#if: {{#arrayindex:craftingTime|0 }}|{{#arrayindex:craftingTime |0 }} days, }}{{#if: {{#arrayindex:craftingTime |1 }}|<nowiki> </nowiki>{{#arrayindex:craftingTime |1 }} hours, }}{{#if: {{#arrayindex:craftingTime |2 }}|<nowiki> </nowiki>{{#arrayindex:craftingTime |2 }} minutes, }}{{#if: {{#arrayindex:craftingTime|3|}}|<nowiki> </nowiki>{{#arrayindex:craftingTime |3 }} seconds}} }}</includeonly><noinclude>
 
<pre>{{User:Dfoplayer/TestTimeFormat
 
<pre>{{User:Dfoplayer/TestTimeFormat
 
| crafting time = 01}}</pre>{{User:Dfoplayer/TestTimeFormat
 
| crafting time = 01}}</pre>{{User:Dfoplayer/TestTimeFormat
Line 6: Line 6:
  
 
<pre>{{User:Dfoplayer/TestTimeFormat
 
<pre>{{User:Dfoplayer/TestTimeFormat
| crafting time = 01 02}}</pre>{{User:Dfoplayer/TestTimeFormat
+
| crafting time = 01,02}}</pre>{{User:Dfoplayer/TestTimeFormat
| crafting time = 01 02}}
+
| crafting time = 01,02}}
  
 
<pre>{{User:Dfoplayer/TestTimeFormat
 
<pre>{{User:Dfoplayer/TestTimeFormat
| crafting time = 01 02 03}}</pre>{{User:Dfoplayer/TestTimeFormat
+
| crafting time = 01,02,03}}</pre>{{User:Dfoplayer/TestTimeFormat
| crafting time = 01 02 03}}
+
| crafting time = 01,02,03}}
  
 
<pre>{{User:Dfoplayer/TestTimeFormat
 
<pre>{{User:Dfoplayer/TestTimeFormat
| crafting time = 01 02 03 04}}</pre>{{User:Dfoplayer/TestTimeFormat
+
| crafting time = 01,02,03,04}}</pre>{{User:Dfoplayer/TestTimeFormat
| crafting time = 01 02 03 04}}
+
| crafting time = 01,02,03,04}}

Revision as of 08:39, 8 June 2021

{{User:Dfoplayer/TestTimeFormat
| crafting time = 01}}

Expires in : 01 day(s)

{{User:Dfoplayer/TestTimeFormat
| crafting time = 01,02}}

Expires in : 01 day(s), 02 hour(s)

{{User:Dfoplayer/TestTimeFormat
| crafting time = 01,02,03}}

Expires in : 01 day(s), 02 hour(s), 03 minute(s)

{{User:Dfoplayer/TestTimeFormat
| crafting time = 01,02,03,04}}

Expires in : 01 day(s), 02 hour(s), 03 minute(s), 04 second(s)