Difference between revisions of "User:Mornsta/Sandbox2"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>Mornsta-gpuser
Line 1: Line 1:
 +
==Haunted template that auto generates released content within the past 14 days and calls you a fatty==
 +
<div style="display:flex;flex-direction:column;justify-content:center;height:100%;">
 +
<div style="min-height:120px;min-width:150px;margin:5px;text-align:center;border:1px solid #9aa99a;">
 +
<div style="margin:5px 5px 0;font-weight:bold;background-color:#87cc93;">New Adventurers</div>
 +
<div class="mp-new-content-row">
 +
{{#cargo_query:tables=Adventurers
 +
|fields=_pageName=PageName,Name,ElementalType=Element,WeaponType=Weapon,Rarity,Id=InternalId,CharaType=Type,VariationId=VariationId,Title=Title
 +
|where= DATEDIFF(ReleaseDate,NOW()) >= -14
 +
|format=template
 +
|template=CharacterGridEntry
 +
|named args=yes
 +
|group by=_pageName
 +
|order by=Rarity DESC, Name,VariationId
 +
}}
 +
</div>
 +
</div>
  
 +
<div style="min-height:120px;min-width:150px;margin:5px;text-align:center;border:1px solid #9aa99a;">
 +
<div style="margin:5px 5px 0;font-weight:bold;background-color:#9a69c7;">New Dragons</div>
 +
<div class="mp-new-content-row">
 +
{{#cargo_query:tables=Dragons
 +
|fields=_pageName=PageName,Name,ElementalType=Element,BaseId=InternalId,Rarity,Title=Title
 +
|where= DATEDIFF(ReleaseDate,NOW()) >= -14
 +
|format=template
 +
|template=DragonGridEntry
 +
|group by=_pageName
 +
|named args=yes
 +
|order by=Rarity DESC, Name,VariationId
 +
}}
 +
</div>
 +
</div>
  
{{#widget:Adventurer3DModel|embedSrcLink=fLUMcQbAzeS}}
+
<div style="min-height:120px;min-width:150px;margin:5px;text-align:center;border:1px solid #9aa99a;">
==To do==
+
<div style="margin:5px 5px 0;font-weight:bold;background-color:#699dc7;">New Wyrmprints</div>
*Fix event pages {{Mana}} Mana to {{Mana-}} and set the color to match element color and fix formatting
+
<div class="mp-new-content-row">
*Format proper Materials
+
{{#cargo_query:tables=Wyrmprints
*Update the below notices
+
|fields=_pageName=Name,BaseId=InternalId,Rarity
*Test 3D Model for
+
|where= DATEDIFF(ReleaseDate,NOW()) >= -14
**Adventurers
+
|format=template
**Dragons
+
|template=WyrmprintGridEntry
**Weapons
+
|named args=yes
 
+
|group by=_pageName
==Notices==
+
|order by=Rarity DESC, BaseId DESC
<div class="mp-container-large">
+
}}
<div class="panel" style="min-height:300px">
 
<div class="panel-heading">Notices</div>
 
<div class="panel-body">
 
{| class = "wikitable sortable"
 
! Category
 
! Title
 
! Date (UTC)
 
|-
 
|Event/Promos
 
|Shop Maintenance
 
|{{#time:r|@1541734200}}
 
|-
 
|Event/Promos
 
|Dragalia Life #28, Now Available!
 
|{{#time:r|@1541743200}}
 
|-
 
|Tech Issues
 
|Update Concerning an Issue with Purchases
 
|{{#time:r|@1541655600}}
 
|-
 
|Event/Promos
 
|Dragalia Life #27, Now Available!
 
|{{#time:r|@1541570400}}
 
|-
 
|Tech Issues
 
|Issue Regarding Better Together's Ability "Hypnos's Bane" [Addendum]
 
|{{#time:r|@1541407500}}
 
|-
 
|}
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 07:56, 4 December 2018

Haunted template that auto generates released content within the past 14 days and calls you a fatty

New Adventurers
Error: Table Adventurers not found.
New Dragons
Error: Table Dragons not found.
New Wyrmprints
Error: Table Wyrmprints not found.