{{ define "main" }} {{ $BaseURL := .Site.BaseURL }} {{ $gameName := .File.BaseFileName }} {{- $type := index .Site.Data.gameTypes (.Params.game_type | default "3ds") }}
Read First!
The below game article is based on user submitted content.
See a mistake? Want to contribute? Edit this game article on Github
{{- if eq .Params.incomplete true }}
Notice

This page is considered INCOMPLETE due to any one of the following reasons:

  • Missing screenshots
  • Missing/insufficient wiki article
  • Unverified game compatibility rating

The information below may not accurately represent your experience with Citra.

Pages that are left incomplete may be subject for removal.

{{ end }}

{{ .Title }}

{{- $rating := index .Site.Data.compatibility .Params.compatibility }}
Rating
{{ $rating.name }}

{{ $rating.description }}
Type {{- if eq $type.key "3ds" }} {{- else if eq $type.key "vc" }} {{- $vcSystem := index .Site.Data.vcSystems .Params.vc_system }} {{ $vcSystem.name }} {{- else }} {{ $type.name }} {{ end }}
Game Icon
Title IDs {{ range .Params.releases }}
{{ .title }}
{{ end }}
System Files Required? {{ if eq .Params.needs_system_files true }}Yes{{ else if eq .Params.needs_system_files false }}No{{ else }}N/A{{ end }}
Shared Font Required? {{ if eq .Params.needs_shared_font true }}Yes{{ else if eq .Params.needs_shared_font false }}No{{ else }}N/A{{ end }}

{{ .Params.Description }}

{{ .Content }} {{ if isset .Params "testcases" }}

Compatibility

{{ $siteCompatibility := .Site.Data.compatibility }} {{ range .Params.testcases }} {{- $rating := index $siteCompatibility .compatibility }} {{ end }}
Date Tested By Hardware Citra Version Rating
{{ dateFormat "January 2, 2006" .date }} {{ .author }} {{ .cpu }}
{{ .gpu }}
{{ .os }}
{{ .version }}
{{ $rating.name }}
{{ end }}

Known Issues

{{- if gt (len .Params.issues) 0 }} {{- range .Params.issues }} {{- end }}
Title Created Last Updated
{{ .title }} {{ dateFormat "January 2, 2006" .created_at }} {{ dateFormat "January 2, 2006" .updated_at }}
{{- else }}

No issues have been reported for this game.

{{- end }}

Savefiles

{{ if (where (readDir "/static/savefiles") "Name" .File.BaseFileName) }} {{ range .Params.savefiles }} {{ end }}
Name Description Uploaded By Date
{{ .title }} {{ .description }} {{ .author }} {{ dateFormat "January 2, 2006" .date }}
{{ else }}

No savefiles have been uploaded for this game.

{{ end }}

Screenshots

{{ if (where (readDir "/static/images/screenshots0") "Name" .File.BaseFileName) }} {{ $files := readDir (printf "/static/images/screenshots0/%s/" .File.BaseFileName) }} {{ range $index, $element := $files }} {{ end }} {{ else }}

No screenshots have been uploaded for this game.

{{ end }}
{{ end }} {{ define "scripts" }} {{ end }}