Difference between revisions of "Castle Stories"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>Discoomastar
Line 1: Line 1:
 
Castle Stories are stories which show the daily lives of the residents of the [[Halidom]]. These stories are unlocked by using [[Looking Glass]] obtained from events.
 
Castle Stories are stories which show the daily lives of the residents of the [[Halidom]]. These stories are unlocked by using [[Looking Glass]] obtained from events.
 +
{{#css:
  
 +
@media screen and (min-width: 1000px) {
 +
table img {
 +
max-width: 500px;
 +
height: auto;
 +
}
 +
}
 +
 +
@media screen and (max-width: 999px) {
 +
table img {
 +
max-width: 60vw;
 +
height: auto;
 +
}
 +
}
 +
 +
}}
 
{{#cargo_query:tables=CastleStories
 
{{#cargo_query:tables=CastleStories
|fields=CONCAT('[[File:', Id, '.png|500px|link=',_pageName,']]<br/>', CONCAT('[[',_pageName,'|',Title,']]'))=Name,CONCAT('[[',Event,']]')=Related Event,ReleaseDate=Release Date
+
|fields=CONCAT('[[File:', Id, '.png|link=',_pageName,']]<br/>', CONCAT('[[',_pageName,'|',Title,']]'))=Name,CONCAT('[[',Event,']]')=Related Event,ReleaseDate=Release Date
 
|group by=_pageName
 
|group by=_pageName
 
|format=table
 
|format=table
 
|order by = ReleaseDate DESC, Id ASC
 
|order by = ReleaseDate DESC, Id ASC
 
}}
 
}}

Revision as of 00:40, 12 May 2019

Castle Stories are stories which show the daily lives of the residents of the Halidom. These stories are unlocked by using Looking Glass obtained from events. {{#css:

@media screen and (min-width: 1000px) { table img { max-width: 500px; height: auto; } }

@media screen and (max-width: 999px) { table img { max-width: 60vw; height: auto; } }

}}

Error: Table CastleStories not found.