Difference between revisions of "User:Mornsta/Sandbox2"
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> | ||
| − | + | <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:#699dc7;">New Wyrmprints</div> | |
| − | + | <div class="mp-new-content-row"> | |
| − | + | {{#cargo_query:tables=Wyrmprints | |
| − | + | |fields=_pageName=Name,BaseId=InternalId,Rarity | |
| − | + | |where= DATEDIFF(ReleaseDate,NOW()) >= -14 | |
| − | + | |format=template | |
| − | + | |template=WyrmprintGridEntry | |
| − | + | |named args=yes | |
| − | + | |group by=_pageName | |
| − | + | |order by=Rarity DESC, BaseId DESC | |
| − | <div | + | }} |
| − | <div | ||
| − | |||
| − | <div class=" | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | | | ||
| − | | | ||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</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.