Template:Patch: Difference between revisions

Template page
(Add type parameter and removed unnecessary IDs)
m (Protected "Template:Patch": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
|version = Float
|version = Float
|patch  = Wikitext
|patch  = Wikitext
|type    = String
|type    = String (allowed values=PPU,SPU,Canary)
|header  = String
}}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store:
}}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store:
_table  = Patch
_table  = Patch
Line 9: Line 10:
|patch  = {{{content|}}}
|patch  = {{{content|}}}
|type    = {{{type|}}}
|type    = {{{type|}}}
}}=== Patches ===
|header  = {{{header|}}}
{{#tag:pre|{{{content|}}}|class=mw-collapsible mw-collapsed}}</includeonly>
}}{{#switch: {{{type|}}}
| PPU = <h3>Patches</h3>
| SPU = <h2>{{{header|}}}</h2>
| Canary = <h3>Canary Patches</h3>
}}{{#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>

Revision as of 08:52, 15 January 2022

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. -->
}}