Changes

Jump to navigation Jump to search

Template:Infobox emulator

1,771 bytes added, 03:01, 29 July 2021
From latest Wayback Machine snapshot
{{!}}-
| }}
<{{#if: {{{screenshot|}}} |{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{screenshot}}}|{{{screenshotwidth|285}}}px]]{{!}}- won't be used until screenshot images are implemented | }}{{#if: {{{imagecaptionscreenshotcaption|}}} |{{!}} colspan="2" style="text-align:center; font-size:90%;" {{!}} {{{imagecaptionscreenshotcaption}}}
{{!}}- style="border-top:1px dashed #ccc;"
| }} -->
{{#if: {{{orig-developer|}}} |
! Original developer(s)
! [[Emulation Accuracy|Accuracy]]
{{!}} {{{accuracy}}}
{{!}}-
| }}
{{#if: {{{prog-lang|}}} |
! Programmed in
{{!}} {{{prog-lang}}}
{{!}}-
| }}
| }}
{{#if: {{{support|}}} |
! [[Support emulation projects|Support]] <small>($)</small>
{{!}} {{{support}}}
{{!}}-
| }}
{{#if: {{{prog-lang|}}} |
! Programmed in
{{!}} {{{prog-lang}}}
{{!}}-
| }}
{{#if: {{{license|}}} |
! [[Source_code#Licensing|License]]
{{!}} {{{license}}}
{{!}}-
| }}
! [[Source code]]
{{!}} {{{source}}}
{{!}}-
| }}
{{#if: {{{bios|}}} |
! [[Emulator_Files|BIOS/Keys]]
{{!}} {{{bios}}}
{{!}}-
| }}
__NOTOC__
==Example==
===Empty Layout===<pre>{{Infobox emulator|title = |logo = |logowidth = |developer = |version = |active = |platform = |architecture = |target = |compatibility = |accuracy = |website = |prog-lang =|support =|license =|source =|bios =}}</pre> ===Filled Layout===
<pre>{{Infobox emulator
|title = higan
|version = {{higanVer}}
|active = Yes
|platform = Windows<br/>macOS<br/>Linux<br/>[[libretro]]
|architecture = x86_64
|target = [[Nintendo Entertainment System emulators|NES]]<br/>[[Super Nintendo emulators|SNES]]<br/>[[Game Boy/Game Boy Color emulators|GB]]<br/>[[Sega Genesis emulators|MD]]<br/>''others''
|website = [http://byuu.org/emulation/higan/ byuu.org]
|prog-lang = C <!-- this may not actually be true, it could also be C++, but this is just an example -->
|support = [https://www.patreon.com/byuu Patreon]
|license = GNU GPL v3
|source = [https://gitlab.com/higan/higan GitLab]
|bios = [[Emulator_Files#SNES_.2F_Super_Famicom|Required for some games]]
}}</pre>
|version = {{higanVer}}
|active = Yes
|platform = Windows<br/>macOS<br/>Linux<br/>[[libretro]]
|architecture = x86_64
|target = [[Nintendo Entertainment System emulators|NES]]<br/>[[Super Nintendo emulators|SNES]]<br/>[[Game Boy/Game Boy Color emulators|GB]]<br/>[[Sega Genesis emulators|MD]]<br/>''others''
|website = [http://byuu.org/emulation/higan/ byuu.org]
|prog-lang = C
|support = [https://www.patreon.com/byuu Patreon]
|license = GNU GPL v3
|source = [https://gitlab.com/higan/higan GitLab]
|bios = [[Emulator_Files#SNES_.2F_Super_Famicom|Required for some games]]
}}
;<code>logowidth</code> <small>(replaces <code>imagewidth</code>)</small>
:Also optional. Set the width of the logo. Might be useful for logos that either exceed the size of the infobox, or have a more vertical (and thus uncomfortable) aspect ratio.
;<code>screenshot</code>
:Used to put screenshots of the program in. This is optional for a few reasons, the most compelling being that some emulators run from the terminal and don't have a recognizable user interface.
;<code>screenshotwidth</code>
:Also optional. Set the width of the screenshot. This may be necessary for programs that only output in much more square aspect ratios like 4:3 and thus extend the infobox a fair bit.
;<code>screenshotcaption</code>
:What is the screenshot showing? Optional because in many cases the image is self-explanatory, though details may be added if desired.
;<code>orig-developer</code>
:If development was passed onto other people, use this to write the ''original '' developer (and use <code>developer</code> for the current). This will change the text accordingly, and is optional.
;<code>developer</code> <small>(replaces <code>fourth</code>)</small>
:Who's making the emulator? If the project is inactive, then who ''made'' the emulator? If the project is on GitHub, you can link it to the contributors page as "(project) Team". Leave it unanswered and it will say "''Anonymous/Unidentified''".
;<code>source</code> <small>(replaces <code>sixth</code>)</small>
:Where can the source code be found? Optional as closed-source emulators don't provide this (obviously).
;<code>bios</code>
:Does the emulator require any additional files/BIOS/keys to run? Link to the appropriate section in [[Emulator Files]] if applicable.
[[Category:General wiki templates]]
[[Category:Infobox templates]]
</noinclude>
2,527
edits

Navigation menu