Difference between revisions of "User:Mornsta/Sandbox2"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>Mornsta-gpuser
(Blanked the page)
 
(256 intermediate revisions by the same user not shown)
Line 1: Line 1:
A listing page for pages that needs maintenance. Personal use only.
 
  
Scope of interest:
 
*Removing line breaks from [[Dragons]] that only work on only one specific screensize - look into display:inline-block; width=100%” like on the [[Ezelith/Stories]] page that works on mobile safari but doesn't work on Chrome. The entire template that holds it needs to be fixed, web code is not my forte.
 
**Removal of line breaks necessary.
 
*Adding On Sortied, On Entering a Room, Shape Shifting into Dragon, Quest Clear and Quest Failure quotes for owned [[Adventurers]], based on high user interest. Adding in vocal files to the wiki e.g. by OGG is not feasible because people refuse to publicly release the sound decrypter and mediawiki loads all sound files on a page at once instead of on demand which would kill mobile users. Parser-kun has to add in those template lines into the copy-pasted template to be filled in. Not my forte.
 
**The line "When Controlling Character in Quest" is also missing.
 
 
=Dragons=
 
 
==Base Rarity {{5*}}==
 
{{#cargo_query:tables=Dragons
 
|fields=_pageName=Name
 
|where=IsPlayable=1 AND Rarity=5
 
|order by=Name,VariationId
 
|group by=_pageName
 
}}
 
==Base Rarity {{4*}}==
 
{{#cargo_query:tables=Dragons
 
|fields=_pageName=Name
 
|where=IsPlayable=1 AND Rarity=4
 
|order by=Name,VariationId
 
|group by=_pageName
 
}}
 
==Base Rarity {{3*}}==
 
{{#cargo_query:tables=Dragons
 
|fields=_pageName=Name
 
|where=IsPlayable=1 AND Rarity=3
 
|order by=Name,VariationId
 
|group by=_pageName
 
}}
 
 
=Adventurers=
 
 
==Base Rarity {{5*}}==
 
{{#cargo_query:tables=Adventurers
 
|fields=_pageName=PageName
 
|where=IsPlayable=1 AND Rarity=5
 
|named args=yes
 
|group by=_pageName
 
|order by=Name,VariationId
 
}}
 
 
==Base Rarity {{4*}}==
 
{{#cargo_query:tables=Adventurers
 
|fields=_pageName=PageName
 
|where=IsPlayable=1 AND Rarity=4
 
|named args=yes
 
|group by=_pageName
 
|order by=Name,VariationId
 
}}
 
 
==Base Rarity {{4*}} Select==
 
{{#cargo_query:tables=Adventurers
 
|fields=_pageName=PageName
 
|where =Rarity="4" AND (WeaponType="Dagger" OR WeaponType = "Axe" OR WeaponType = "Lance")
 
|named args=yes
 
|group by=_pageName
 
|order by=Name,VariationId
 
}}
 
 
==Base Rarity {{3*}}==
 
{{#cargo_query:tables=Adventurers
 
|fields=_pageName=PageName
 
|where=IsPlayable=1 AND Rarity=3
 
|named args=yes
 
|group by=_pageName
 
|order by=Name,VariationId
 
}}
 
 
==Base Rarity {{3*}} Select==
 
{{#cargo_query:tables=Adventurers
 
|fields=_pageName=PageName
 
|where =Rarity="3" AND (WeaponType="Sword" OR WeaponType = "Blade" OR WeaponType = "Dagger")
 
|named args=yes
 
|group by=_pageName
 
|order by=Name,VariationId
 
}}
 
 
==Base Rarity {{3*}} Select==
 
{{#cargo_query:tables=Adventurers
 
|fields=_pageName=PageName
 
|where =Rarity="3" AND (WeaponType="Axe" OR WeaponType = "Lance" OR WeaponType = "Bow")
 
|named args=yes
 
|group by=_pageName
 
|order by=Name,VariationId
 
}}
 
 
==Base Rarity {{3*}} Select==
 
{{#cargo_query:tables=Adventurers
 
|fields=_pageName=PageName
 
|where =Rarity="3" AND (WeaponType="Wand" OR WeaponType = "Staff")
 
|named args=yes
 
|group by=_pageName
 
|order by=Name,VariationId
 
}}
 

Latest revision as of 02:29, 23 March 2019