Difference between revisions of "Dragalia Lost Wiki/New Content"
Jump to navigation
Jump to search
Release Date:
>Teg (Created page with "<div style="min-height:120px;min-width:200px;margin:5px;text-align:center;border:1px solid #9aa99a;"> <div style="margin:5px 5px 0;font-weight:bold;background-color:#699dc7;">...") |
>Caledor92 (removing weapon scroll due to conflict with tooltip) |
||
| (362 intermediate revisions by 12 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style=" | + | <div style="display:flex;flex-flow:row wrap;justify-content:center"> |
| − | <div style="margin:5px 5px 0;font-weight:bold;background-color: | + | <div style="width:100%;margin:5px;text-align:center;border:1px solid #9aa99a;"> |
| − | + | <div style="margin:5px 5px 0;font-weight:bold;background-color:orange;">[[Summon Showcase]]s</div> | |
| − | <div style=" | + | <div style="padding:10px;text-align:center"> |
| − | + | {{#invoke:CargoQuery|main | |
| − | + | |q?tables=SummonShowcase | |
| − | + | |q?fields=Title,StartDate,EndDate | |
| + | |q?orderBy=Type DESC, StartDate ASC, Title ASC | ||
| + | |q?groupBy=_pageName | ||
| + | |q?where=NOW() between StartDate and EndDate OR StartDate >= NOW() | ||
| + | |template=SummonShowcaseMP | ||
| + | |default=''No recent summon showcase.'' | ||
| + | |more results text= | ||
| + | }} | ||
</div> | </div> | ||
| + | </div> | ||
| + | <div style="width:100%;margin:5px;text-align:center;border:1px solid #9aa99a;"> | ||
| + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#87cc93;">New Adventurers</div> | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Adventurers | ||
| + | |q?fields=CONCAT('Adventurer')=Type,FullName=Name,Spoiler,CONCAT('1')=text | ||
| + | |q?where=(ReleaseDate <= NOW()) AND (ReleaseDate>="{{#cargo_query:tables=SummonShowcase | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC, | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}" OR ReleaseDate>="{{#cargo_query:tables=Events | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}") | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy= ReleaseDate ASC, Rarity DESC, ElementalTypeId ASC, WeaponTypeId ASC, Id DESC, FullName ASC | ||
| + | |template=SpoilerIconSelector | ||
| + | |more results text= | ||
| + | |default=''No recent adventurers.'' | ||
| + | }} | ||
| + | </div> | ||
| + | |||
| + | <div style="width:100%;margin:5px;text-align:center;border:1px solid #9aa99a;"> | ||
| + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#9a69c7;">New Dragons</div> | ||
| + | {{#invoke:CargoQuery|main| | ||
| + | |q?tables=Dragons | ||
| + | |q?fields=CONCAT('Dragon')=Type,FullName=Name | ||
| + | |q?where=IsPlayable=1 AND (ReleaseDate <= NOW()) AND (ReleaseDate>="{{#cargo_query:tables=SummonShowcase | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}" OR ReleaseDate>="{{#cargo_query:tables=Events | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}") | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy= ReleaseDate ASC, Rarity DESC, ElementalTypeId ASC, Id DESC, FullName ASC | ||
| + | |template=TooltipIcon | ||
| + | |more results text= | ||
| + | |default=''No recent dragons.'' | ||
| + | }} | ||
| + | </div> | ||
| + | |||
| + | <div style="width:100%;margin:5px;text-align:center;border:1px solid #9aa99a;"> | ||
| + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#699dc7;">New Wyrmprints</div> | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Wyrmprints | ||
| + | |q?fields=CONCAT('Wyrmprint')=Type,Name=Name | ||
| + | |q?where=IsPlayable=1 AND (ReleaseDate <= NOW()) AND (ReleaseDate>="{{#cargo_query:tables=SummonShowcase | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}" OR ReleaseDate>="{{#cargo_query:tables=Events | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit=1 | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}") | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=ReleaseDate ASC, Rarity DESC, BaseId DESC, Name ASC | ||
| + | |template=TooltipIcon | ||
| + | |more results text= | ||
| + | |default=''No recent wyrmprints.'' | ||
| + | }} | ||
| + | </div> | ||
| + | |||
| + | <div style="width:100%;margin:5px;text-align:center;border:1px solid #9aa99a;"> | ||
| + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#87cc93;">New [[Mana Spiral]]s</div> | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Adventurers | ||
| + | |q?fields=CONCAT('Adventurer')=Type,FullName=Name | ||
| + | |q?where=IsPlayable=1 AND ManaSpiralDate <= NOW() AND (ManaSpiralDate>="{{#cargo_query:tables=SummonShowcase | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC, | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}" OR ManaSpiralDate>="{{#cargo_query:tables=Events | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}") | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy= ManaSpiralDate ASC, Rarity DESC, ElementalTypeId ASC, WeaponTypeId ASC, Id DESC, FullName ASC | ||
| + | |template=TooltipIcon | ||
| + | |more results text= | ||
| + | |default=''No recent mana spirals.'' | ||
| + | }} | ||
| + | </div> | ||
| + | |||
| + | <div style="width:100%;margin:5px;text-align:center;border:1px solid #9aa99a;"> | ||
| + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#699dc7;">New Weapons</div> | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Weapons | ||
| + | |q?fields=CONCAT('Weapon')=Type, WeaponName=Name | ||
| + | |q?where=(ReleaseDate <= NOW()) AND (ReleaseDate>="{{#cargo_query:tables=SummonShowcase | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}" OR ReleaseDate>="{{#cargo_query:tables=Events | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit=1 | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}") AND ((CraftNodeId>=301 AND CraftNodeId<=308) OR Availability="Limited" OR Availability="Agito" OR (WeaponName LIKE "Chimeratech%" AND CraftNodeId=201)) | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=Rarity DESC, ReleaseDate ASC, CraftNodeId ASC, BaseId ASC, Name ASC | ||
| + | |template=TooltipIcon | ||
| + | |more results text= | ||
| + | |default=''No recent weapons.'' | ||
| + | }} | ||
</div> | </div> | ||
| − | <div | + | <div class="np-container-50"> |
| − | <div style="margin:5px 5px 0;font-weight:bold;background-color:# | + | <div style="margin:5px;text-align:center;border:1px solid #9aa99a;height: 95%"> |
| − | <div class=" | + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#e89090;">Latest Patch</div> |
| − | + | <div class="VersionUpdate" style="padding:17px;display:inline-block;">[[File:Banner_Version_Update.png|300px|link=Version_Changelog]]</div> | |
| − | < | + | '''Version:''' [[Version_Changelog|{{#cargo_query:tables=VersionChangelogs |
| + | |fields=Version, | ||
| + | |order by=ReleaseDate DESC | ||
| + | |where=ReleaseDate <= NOW() | ||
| + | |format=list | ||
| + | |limit = 1 | ||
| + | |more results text= | ||
| + | }} - {{#cargo_query:tables=VersionChangelogs | ||
| + | |fields=Name | ||
| + | |order by=ReleaseDate DESC | ||
| + | |format=list | ||
| + | |where=ReleaseDate <= NOW() | ||
| + | |limit = 1 | ||
| + | |more results text= | ||
| + | }}]]<br /> '''Release Date:''' {{#cargo_query:tables=VersionChangelogs | ||
| + | |fields=ReleaseDate, | ||
| + | |order by=ReleaseDate DESC | ||
| + | |where=ReleaseDate <= NOW() | ||
| + | |format=list | ||
| + | |limit = 1 | ||
| + | |more results text= | ||
| + | }} | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div | + | <div class="np-container-50"> |
| − | <div style="margin:5px 5px 0;font-weight:bold;background-color:# | + | <div style="margin:5px;text-align:center;border:1px solid #9aa99a;height: 95%"> |
| − | <div class=" | + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#ffd800;">Latest [[Dragalia Life]]</div> |
| − | <div style="margin: | + | {{#invoke:CargoQuery|main |
| − | <div style="margin: | + | |q?tables=Comics |
| − | <div | + | |q?fields=Id,Title,ReleaseDate,DirectLink,Spoiler |
| − | <div style="margin: | + | |q?orderBy=ReleaseDate DESC |
| − | <div style="margin: | + | |q?limit=1 |
| + | |q?groupBy= | ||
| + | |q?where=_pageName='Dragalia Life' | ||
| + | |template=DragaliaLifeIssueMP | ||
| + | |default= | ||
| + | |more results text= | ||
| + | }} | ||
| + | </div> | ||
| + | </div> | ||
| + | |||
| + | <div class="np-container-50"> | ||
| + | <div style="margin:5px;text-align:center;border:1px solid #9aa99a;height: 95%"> | ||
| + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#87cc93;">Latest [[Promotional Art]]</div> | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Art | ||
| + | |q?fields=Caption,ReleaseDate,FileName,SourceLink | ||
| + | |q?orderBy=ReleaseDate DESC | ||
| + | |q?limit=1 | ||
| + | |q?groupBy= | ||
| + | |q?where=_pageName='Promotional Art' | ||
| + | |template=ArtMP | ||
| + | |default= | ||
| + | |more results text= | ||
| + | }} | ||
| + | </div> | ||
| + | </div> | ||
| + | |||
| + | <div class="np-container-50"> | ||
| + | <div style="margin:5px;text-align:center;border:1px solid #9aa99a;height: 95%"> | ||
| + | <div style="margin:5px 5px 0;font-weight:bold;background-color:#9a69c7;">Latest [[Dragalia Minis]]</div> | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Comics | ||
| + | |q?fields=Id,Title,ReleaseDate,DirectLink | ||
| + | |q?orderBy=ReleaseDate DESC | ||
| + | |q?limit=1 | ||
| + | |q?groupBy= | ||
| + | |q?where=_pageName='Dragalia Minis' | ||
| + | |template=DragaliaMinisIssueMP | ||
| + | |default= | ||
| + | |more results text= | ||
| + | }} | ||
| + | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
Latest revision as of 19:48, 28 July 2020
Lua error: Error: Table SummonShowcase not found..
New Adventurers
Lua error: Error: Table Adventurers not found..
New Dragons
Lua error: Error: Table Dragons not found..
New Wyrmprints
Lua error: Error: Table Wyrmprints not found..
New Mana Spirals
Lua error: Error: Table Adventurers not found..
New Weapons
Lua error: Error: Table Weapons not found..
Latest Patch
Version: Error: Table VersionChangelogs not found.
- Error: Table VersionChangelogs not found.
Release Date:
Error: Table VersionChangelogs not found.
Latest Dragalia Life
Lua error: Error: Table Comics not found..
Latest Promotional Art
Lua error: Error: Table Art not found..
Latest Dragalia Minis
Lua error: Error: Table Comics not found..