Template:Infobox emulator: Difference between revisions

No edit summary
R-K (talk | contribs)
works fine
Tag: Undo
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{| style="float:{{{align|right}}}; width:{{{width|300px}}}; font-size:{{{font-size|96.25%}}}; text-align:left; border:1px solid #a2a9b1; background-color:#f8f9fa; margin:0.5em 0 0.5em 1em; padding:0.2em;" cellspacing="0" cellpadding="3"
<onlyinclude>{| style="float:{{{align|right}}}; width:{{{width|300px}}}; font-size:{{{font-size|96.25%}}}; text-align:left; border:1px solid #a2a9b1; background-color:#f8f9fa; margin:0.5em 0 0.5em 1em; padding:0.2em;" cellspacing="0" cellpadding="3" class="table-infobox"
|+ style="font-size:125%; font-weight:bold; padding:0.2em;" |{{{title|{{PAGENAME}}}}}
|+ style="font-size:125%; font-weight:bold; padding:0.2em; text-align:center;" |{{{title|{{PAGENAME}}}}}
|-
|-
{{#if: {{{logo|}}} |
{{#if: {{{logo|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{logo}}}|{{{logowidth|210}}}px]]
{{!}} colspan="2" style="text-align:center;" {{!}} {{#ifexist: Media:{{{logo}}} | [[File:{{{logo}}}|{{{logowidth|210}}}px]] | {{{logo}}} }}
{{!}}-
{{!}}-
| }}
| }}
Line 127: Line 127:
|license      =
|license      =
|source        =
|source        =
|issuetracker =
|bios          =
|bios          =
}}</pre>
}}</pre>
Line 148: Line 149:
|license      = GNU GPL v3
|license      = GNU GPL v3
|source        = [https://gitlab.com/higan/higan GitLab]
|source        = [https://gitlab.com/higan/higan GitLab]
|issuetracker = [https://gitlab.com/higan/higan GitLab]
|bios          = [[Emulator_files#SNES_.2F_Super_Famicom|Required for some games]]
|bios          = [[Emulator_files#SNES_.2F_Super_Famicom|Required for some games]]
}}</pre>
}}</pre>
Line 169: Line 171:
|license      = GNU GPL v3
|license      = GNU GPL v3
|source        = [https://gitlab.com/higan/higan GitLab]
|source        = [https://gitlab.com/higan/higan GitLab]
|issuetracker = [https://gitlab.com/higan/higan GitLab]
|bios          = [[Emulator_files#SNES_.2F_Super_Famicom|Required for some games]]
|bios          = [[Emulator_files#SNES_.2F_Super_Famicom|Required for some games]]
}}
}}
Line 224: Line 227:
;<code>source</code> <small>(replaces <code>sixth</code>)</small>
;<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).
:Where can the source code be found? Optional as closed-source emulators don't provide this (obviously).
;<code>issuetracker</code>
: Indicates where issues are tracked. May be several (for example, if software is hosted on 2 platforms, e.g. SourceForge + GitLab or GitHub and its own website, each platform with separate tracker).
;<code>bios</code>
;<code>bios</code>
:Does the emulator require any additional files/BIOS/keys to run? Link to the appropriate section in [[Emulator files]] if applicable.
:Does the emulator require any additional files/BIOS/keys to run? Link to the appropriate section in [[Emulator files]] if applicable.