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:Aemony"

From PCGamingWiki, the wiki about fixing PC games
m (added personal assignments overview)
Line 24: Line 24:
 
===Numbered lists + Preformatted text===
 
===Numbered lists + Preformatted text===
 
Wiki markup hates preformatted text blocks in numbered lists. Specifically the newlines in the preformatted text blocks interferes with the wiki markup for the numbered lists so that a new list is created underneath the preformatted text block. Use pure HTML instead<ref>[https://stackoverflow.com/questions/4994174/code-block-in-numbered-list-wiki-syntax Code block in numbered list (Wiki syntax) - Stack Overflow]</ref> since it's much easier to work with and gets the job done the right way.
 
Wiki markup hates preformatted text blocks in numbered lists. Specifically the newlines in the preformatted text blocks interferes with the wiki markup for the numbered lists so that a new list is created underneath the preformatted text block. Use pure HTML instead<ref>[https://stackoverflow.com/questions/4994174/code-block-in-numbered-list-wiki-syntax Code block in numbered list (Wiki syntax) - Stack Overflow]</ref> since it's much easier to work with and gets the job done the right way.
 +
 +
==Assignments==
 +
 +
===Upcoming===
 +
{{Assignment/table|
 +
{{#cargo_query:
 +
tables=Assignments
 +
|fields=Game, Status, Platform, Release_Date, Applied, Completion_Date, Assigned, Notes
 +
|where=Status != "complete" AND Assigned HOLDS "Aemony" AND DATEDIFF(Release_Date, NOW()) >= 0
 +
|format=template
 +
|template=Assignment/row/displayonly
 +
|limit=10
 +
|order by=Release_Date ASC
 +
|more results text=
 +
}}
 +
}}
 +
 +
===In progress===
 +
{{Assignment/table|
 +
{{#cargo_query:
 +
tables=Assignments
 +
|fields=Game, Status, Platform, Release_Date, Applied, Completion_Date, Assigned, Notes
 +
|where=Status != "complete" AND Assigned HOLDS "Aemony" AND DATEDIFF(Release_Date, NOW()) <= 0
 +
|format=template
 +
|template=Assignment/row/displayonly
 +
|limit=10
 +
|order by=Release_Date ASC
 +
|more results text=
 +
}}
 +
}}
 +
 +
===Completed===
 +
{{Assignment/table|
 +
{{#cargo_query:
 +
tables=Assignments
 +
|fields=Game, Status, Platform, Release_Date, Applied, Completion_Date, Assigned, Notes
 +
|where=Status = "complete" AND Assigned HOLDS "Aemony"
 +
|format=template
 +
|template=Assignment/row/displayonly
 +
|limit=10
 +
|order by=Release_Date ASC
 +
|more results text=
 +
}}
 +
}}
 +
 +
  
 
{{References}}
 
{{References}}

Revision as of 15:21, 9 June 2019

Need to contact me? Do so on the PCGamingWiki Discord.

Quick links
Maintenance stuff

Broken pages in Chrome

Notes

Numbered lists + Preformatted text

Wiki markup hates preformatted text blocks in numbered lists. Specifically the newlines in the preformatted text blocks interferes with the wiki markup for the numbered lists so that a new list is created underneath the preformatted text block. Use pure HTML instead[1] since it's much easier to work with and gets the job done the right way.

Assignments

Upcoming

No results
Game Release Date Applied Completion Date Assigned Notes

In progress

No results
Game Release Date Applied Completion Date Assigned Notes

Completed

Game Release Date Applied Completion Date Assigned Notes
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised
[[]]
Error: DRM not recognised



References