Difference between revisions of "Dragalia Lost Wiki/New Content"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>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="min-height:120px;min-width:200px;margin:5px;text-align:center;border:1px solid #9aa99a;">
+
<div style="display:flex;flex-flow:row wrap;justify-content:center">
<div style="margin:5px 5px 0;font-weight:bold;background-color:#699dc7;">New Adventurers</div>
+
<div style="width:100%;margin:5px;text-align:center;border:1px solid #9aa99a;">
<div class="mp-new-content-row">
+
<div style="margin:5px 5px 0;font-weight:bold;background-color:orange;">[[Summon Showcase]]s</div>
<div style="margin:10px;display:flex;flex-direction:column">[[File:110252 01 r05.png|70px|link=Lily]]</div>
+
<div style="padding:10px;text-align:center">
<div style="margin:10px;display:flex;flex-direction:column">[[File:110255 01 r04.png|70px|link=Celliera]]</div>
+
{{#invoke:CargoQuery|main
<div style="margin:10px;display:flex;flex-direction:column">[[File:110253 01 r04.png|70px|link=Orsem]]</div>
+
|q?tables=SummonShowcase
<div style="margin:10px;display:flex;flex-direction:column">[[File:110254 01 r03.png|70px|link=Zace]]</div>
+
|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 style="min-height:120px;min-width:200px;margin:5px;text-align:center;border:1px solid #9aa99a;">
+
<div class="np-container-50">
<div style="margin:5px 5px 0;font-weight:bold;background-color:#699dc7;">New Dragons</div>
+
<div style="margin:5px;text-align:center;border:1px solid #9aa99a;height: 95%">
<div class="mp-new-content-row">
+
<div style="margin:5px 5px 0;font-weight:bold;background-color:#e89090;">Latest Patch</div>
<div style="margin:10px;display:flex;flex-direction:column">[[File:210017 01.png|70px|link=Leviathan]]</div>
+
<div class="VersionUpdate" style="padding:17px;display:inline-block;">[[File:Banner_Version_Update.png|300px|link=Version_Changelog]]</div>
<div style="margin:10px;display:flex;flex-direction:column">[[File:210057 01.png|70px|link=Pele]]</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 style="min-height:120px;min-width:200px;margin:5px;text-align:center;border:1px solid #9aa99a;">
+
<div class="np-container-50">
<div style="margin:5px 5px 0;font-weight:bold;background-color:#699dc7;">New Wyrmprints</div>
+
<div style="margin:5px;text-align:center;border:1px solid #9aa99a;height: 95%">
<div class="mp-new-content-row">
+
<div style="margin:5px 5px 0;font-weight:bold;background-color:#ffd800;">Latest [[Dragalia Life]]</div>
<div style="margin:10px;display:flex;flex-direction:column">[[File:400076 02.png|70px|link=Crystalian Envoy]]</div>
+
{{#invoke:CargoQuery|main
<div style="margin:10px;display:flex;flex-direction:column">[[File:400075 02.png|70px|link=Tough Love]]</div>
+
|q?tables=Comics
<div style="margin:10px;display:flex;flex-direction:column">[[File:400060 02.png|70px|link=The Warrioresses]]</div>
+
|q?fields=Id,Title,ReleaseDate,DirectLink,Spoiler
<div style="margin:10px;display:flex;flex-direction:column">[[File:400053 02.png|70px|link=Paladyn Defender]]</div>
+
|q?orderBy=ReleaseDate DESC
<div style="margin:10px;display:flex;flex-direction:column">[[File:400029 02.png|70px|link=Crown of Yore]]</div>
+
|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..

Lua error: Error: Table Adventurers not found..

New Weapons

Lua error: Error: Table Weapons not found..

Latest Patch
Banner Version Update.png
Version:
Error: Table VersionChangelogs not found.
-
Error: Table VersionChangelogs not found.

Release Date:
Error: Table VersionChangelogs not found.

Lua error: Error: Table Comics not found..

Lua error: Error: Table Art not found..

Lua error: Error: Table Comics not found..