Template:Patch: Difference between revisions

Template page
(Not working, gotta read up on this)
(Removed recommended patches from patch section)
 
(11 intermediate revisions by the same user not shown)
Line 14: Line 14:
| PPU = <h3>Patches</h3>
| PPU = <h3>Patches</h3>
| SPU = <h2>{{{header|}}}</h2>
| SPU = <h2>{{{header|}}}</h2>
| Canary = {{#if:{{{header|}}}|=={{{header|}}}==|<h3>Canary Patches</h3>}}
| Canary = <h3>Canary Patches</h3>
}}{{#tag:pre|{{{content|}}}|class=mw-collapsible mw-collapsed}}[[Category:Patches available]]</includeonly>
}}
{{#tag:pre|{{{content|}}}|class=mw-collapsible mw-collapsed}}[[Category:Patches available]]</includeonly><noinclude>
 
This template is used to record patches for RPCS3. All PPU patches must be recorded in the respective game's page whereas SPU patches can be recorded in the [[Help:Game_Patches/SPU|SPU patches]] repository.
 
== Syntax ==
<pre>
{{patch
|type    = <!-- PPU, SPU, Canary -->
|version = 1.2
|content =
<!-- Enter actual patch here. Remember to delete this comment. -->
}}
</pre></noinclude>

Latest revision as of 14:55, 22 July 2023

This template defines the table "Patch". View table.

This template is used to record patches for RPCS3. All PPU patches must be recorded in the respective game's page whereas SPU patches can be recorded in the SPU patches repository.

Syntax

{{patch
|type    = <!-- PPU, SPU, Canary -->
|version = 1.2
|content = 
<!-- Enter actual patch here. Remember to delete this comment. -->
}}