HerrHulaHoop (talk | contribs) (Swapped font to white and background colors to darker versions to look better in dark theme) |
HerrHulaHoop (talk | contribs) (Added options for RPCS3 version and Custom server requirement (hope this works)) |
||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table | _table = Netplay | ||
|gamever = String | |gamever = String | ||
|connect | |rpcs3 version = String | ||
|lobbies | |connect = String (allowed values=Yes,No,Partial,Untested,N/A) | ||
|matching = String (allowed values=Yes,No,Partial,Untested,N/A) | |lobbies = String (allowed values=Yes,No,Partial,Untested,N/A) | ||
|features = String (allowed values=Yes,No,Partial,Untested,N/A) | |matching = String (allowed values=Yes,No,Partial,Untested,N/A) | ||
|notes | |features = String (allowed values=Yes,No,Partial,Untested,N/A) | ||
|custom servers = String (allowed values=Available,Not available,Not required,Untested) | |||
|notes = Wikitext | |||
}}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store: | }}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store: | ||
_table | _table = Netplay | ||
|gamever = {{{ | |gamever = {{{gamever|}}} | ||
|connect | |rpcs3 version = {{{rpcs3 version|}}} | ||
|lobbies | |connect = {{{connect|}}} | ||
|matching = {{{match|}}} | |lobbies = {{{lobbies|}}} | ||
|features = {{{features|}}} | |matching = {{{match|}}} | ||
|notes | |features = {{{features|}}} | ||
|custom servers = {{{custom servers|}}} | |||
|notes = {{{notes|}}} | |||
}}<h3>Netplay testing</h3> | }}<h3>Netplay testing</h3> | ||
For the complete list of games tested with RPCN, please check the [[RPCN Compatibility List]]. | For the complete list of games tested with RPCN, please check the [[RPCN Compatibility List]]. | ||
{| class="wikitable" | {| class="wikitable" | ||
!Game Version | !Game Version | ||
!RPCS3 Version | |||
!Connects? | !Connects? | ||
!Create/Join lobbies? | !Create/Join lobbies? | ||
!Match with others? | !Match with others? | ||
!Online features working? | !Online features working? | ||
!Requires custom servers? | |||
!Notes | !Notes | ||
|- | |- | ||
| {{{gamever|}}} || {{#switch: {{{connect|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{connect|}}} || {{#switch: {{{lobbies|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{lobbies|}}} || {{#switch: {{{match|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{match|}}} || {{#switch: {{{features|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{features|}}} || {{{notes|}}} | | {{{gamever|}}} || {{{rpcs3 version|}}} || {{#switch: {{{connect|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{connect|}}} || {{#switch: {{{lobbies|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{lobbies|}}} || {{#switch: {{{match|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{match|}}} || {{#switch: {{{features|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{features|}}} || {{#switch: {{{custom servers|}}} | Not required = style="background-color: #76B900; color: white;" | Available = style="background-color: #CD7F32; color: white;" | Not Available = style="background-color: #DD0031; color: white;"}} | {{{custom servers|}}} || {{{notes|}}} | ||
|}[[Category:Netplay tested (Netplay)]]</includeonly><noinclude> | |}[[Category:Netplay tested (Netplay)]]</includeonly><noinclude> | ||
Line 33: | Line 39: | ||
<pre> | <pre> | ||
{{netplay | {{netplay | ||
|gamever = | |gamever = | ||
|connect | |rpcs3 version = | ||
|lobbies | |connect = <!-- Yes, No, Partial, Untested, N/A --> | ||
|match | |lobbies = <!-- Yes, No, Partial, Untested, N/A --> | ||
|features = <!-- Yes, No, Partial, Untested, N/A --> | |match = <!-- Yes, No, Partial, Untested, N/A --> | ||
|notes | |features = <!-- Yes, No, Partial, Untested, N/A --> | ||
|custom servers = <!-- Available, Not available, Not required, Untested --> | |||
|notes = | |||
}} | }} | ||
</pre></noinclude> | </pre></noinclude> |
Revision as of 19:43, 9 March 2024
Error: field name "rpcs3 version" contains whitespaces. Whitespaces of any kind are not allowed; consider using underscores ("_") instead.
This template is used to the Netplay compatibility with RPCS3. All compatibility tests must be recorded in the respective game's wiki page.
Syntax
{{netplay |gamever = |rpcs3 version = |connect = <!-- Yes, No, Partial, Untested, N/A --> |lobbies = <!-- Yes, No, Partial, Untested, N/A --> |match = <!-- Yes, No, Partial, Untested, N/A --> |features = <!-- Yes, No, Partial, Untested, N/A --> |custom servers = <!-- Available, Not available, Not required, Untested --> |notes = }}