Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Andytizer/Home"

From PCGamingWiki, the wiki about fixing PC games
(Replaced content with "{{#widget:Home-style}} <span data-ccpa-link="1"></span> __NOTOC__ __NOEDITSECTION__ Category:Home")
Tag: Replaced
Line 1: Line 1:
 
{{#widget:Home-style}}
 
{{#widget:Home-style}}
 +
 +
<div class="container-pcgwikitable" style="overflow-x: inherit; width: inherit; max-width: inherit; -webkit-transform: inherit; transform: inherit">
 +
 +
    <div class="month-container">
 +
        <div class="month">
 +
            <p>'''Next 10 upcoming:'''</p>
 +
        </div>
 +
        <table style="max-width: 100%; min-width: 100%; margin: 0 auto; border: 0; border-spacing: 0 10px;">
 +
            {{#cargo_query:
 +
            tables=Assignments
 +
            |fields=Game,Status,Release_Date
 +
            |where=DATEDIFF(Release_Date, '{{#time: Y-m-d | now }}') >= 0
 +
            |format=template
 +
            |template=:Home/ask/assignments/row
 +
            |order by=Release_Date ASC
 +
            |limit=10
 +
            |more results text=
 +
            }}
 +
        </table>
 +
    </div>
 +
 +
    <div class="month-container">
 +
        <div class="month">
 +
            <p>'''Last 10 released:'''</p>
 +
        </div>
 +
        <table style="max-width: 100%; min-width: 100%; margin: 0 auto; border: 0; border-spacing: 0 10px;">
 +
            {{#cargo_query:
 +
            tables=Assignments
 +
            |fields=Game,Status,Release_Date
 +
            |where=DATEDIFF(Release_Date, '{{#time: Y-m-d | now }}') < 0
 +
            |format=template
 +
            |template=:Home/ask/assignments/row
 +
            |order by=Release_Date DESC
 +
            |limit=10
 +
            |more results text=
 +
            }}
 +
        </table>
 +
    </div>
 +
 +
</div><noinclude>{{Documentation}}</noinclude>
 +
 +
 +
 
<span data-ccpa-link="1"></span>
 
<span data-ccpa-link="1"></span>
  
 
__NOTOC__ __NOEDITSECTION__
 
__NOTOC__ __NOEDITSECTION__
 
[[Category:Home]]
 
[[Category:Home]]

Revision as of 10:04, 12 June 2020

Next 10 upcoming:

09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]

Last 10 released:

09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
09 [[]]
Documentation for the above template (sometimes hidden from view).