Difference between revisions of "User:Hezkezl/Sandbox2"

< User:Hezkezl
Line 1: Line 1:
 +
==Missing Icons==
 
{{Refreshlink}}
 
{{Refreshlink}}
 +
{{#dpl:
 +
|  uses=Template:ARR Infobox Item
 +
|  category=Pages with broken file links
 +
|  category=Patch 4.3
 +
|  namespace =
 +
|  includepage =  {ARR Infobox Item}:Name:Name:Name:Index:Index:Index
 +
|  format      =,,\n
 +
|  table        = class="GEtable sortable" width=100%,-,width="5%" class="unsortable"{{!}},GE Edit,width="18%"{{!}} Lodestone,DB Index,Garland,Index
 +
|  tablerow    = [[File:%% Icon.png|40px]],[{{Template:LeftBraces}}fullurl:{{#replace:%%|[}}{{!}}action=edit{{Template:RightBraces}} %%]
 +
, [http://na.finalfantasyxiv.com/lodestone/playguide/db/item/?db_search_category=item&category2=&q={{Template:LeftBraces}}urlencode:%PAGE%{{Template:RightBraces}} %%],[http://xivdb.com/?item/%%], [http://www.garlandtools.org/db/#item/%%],%%
 +
| tablesortcol=6
 +
|  resultsheader=\nThere are %PAGES% pages.\n
 +
|  reset=all
 +
| allowcachedresults=false
 +
}}
 +
 +
 +
<!--
 
{{#dpl:
 
{{#dpl:
 
|  uses=Template:ARR Infobox Recipe
 
|  uses=Template:ARR Infobox Recipe
Line 11: Line 30:
 
|  reset=all
 
|  reset=all
 
}}
 
}}
 
+
-->
 
<!--
 
<!--
 
== BSM Desynth ==
 
== BSM Desynth ==

Revision as of 11:54, 23 May 2018

Missing Icons

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.



Satisfaction/Custom Delivery Pics

Custom Delivery

Rowena Icons

Turnpageicon.pngRowenaicon.pngStoneskyseaicon.png

Template:Coordtest
Vek code:

levelsToGame(x, z, scale)
{
		scale = scale / 100;

		x = x * scale;
		z = z * scale;

		x = ((41.5 / scale) * ((x + 1024.0) / 2048.0)) + 1;
		z = ((41.5 / scale) * ((z + 1024.0) / 2048.0)) + 1;

		return {
			x: x,
			z: z,
		};
	}