diff --git a/site/data/compatibility.json b/site/data/compatibility.json new file mode 100644 index 0000000..47b419a --- /dev/null +++ b/site/data/compatibility.json @@ -0,0 +1,8 @@ +{ + "0": { "name": "Won't Boot", "description": "The game crashes when attempting to startup." }, + "1": { "name": "Garbage", "description": "Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen." }, + "2": { "name": "Bronze", "description": "Game functions with major graphical or audio glitches, unable to progress in specific areas due to glitches even with workarounds." }, + "3": { "name": "Silver", "description": "Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds." }, + "4": { "name": "Gold", "description": "Game functions with very minor graphical or audio glitches, game is playable from start to finish without any workarounds needed." }, + "5": { "name": "Platinum", "description": "Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed." } +} diff --git a/site/static/images/games/default.png b/site/static/images/games/default.png new file mode 100644 index 0000000..b817c2d Binary files /dev/null and b/site/static/images/games/default.png differ diff --git a/site/themes/citra-bs-theme/layouts/games/single.html b/site/themes/citra-bs-theme/layouts/games/single.html new file mode 100644 index 0000000..cd498cf --- /dev/null +++ b/site/themes/citra-bs-theme/layouts/games/single.html @@ -0,0 +1,55 @@ +{{ define "main" }} + {{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }} +
+
+
+ Reminder! +
+
+

Citra is currently in very early stages of development. Games usually run less than full-speed even on the best computers. Expect bugs and glitches to appear in most games. Many features found in more mature emulators are still in the works.

+
+
+
+ +
+
+
+ Read First! +
+
+ The below game article is based on user submitted content.
+ See a mistake? Want to contribute? Edit this game article on Github +
+
+
+ +

{{ .Title }}

+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + +
Status{{ $rating.name }}
{{ $rating.description }}
Tested Date{{ dateFormat "January 2, 2006" .Params.tested_date }}
Tested Version{{ .Params.tested_version }}
Title IDs{{ delimit .Params.id ", " }}
+
+
+ {{ .Content }} +{{ end }}