Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Template:Availability/Documentation"

From PCGamingWiki, the wiki about fixing PC games
(documentation)
 
(removed old/outdated instructions--see PCGamingWiki:Editing guide/Availability)
Tag: Replaced
 
(44 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Valid store names (not case-sensitive): [[Amazon|Amazon.com]], [[Amazon|Amazon.co.uk]], [[Battle.net]], [[Desura]], [[GameFly]], [[GamersGate]], [[GameStop]], [[GOG.com]], [[Green Man Gaming|GMG]], [[Humble Store|Humble]], [[Mac App Store|macapp]], [[Origin]], [[Steam]], [[Uplay]], [[Windows Store|WinStore]], Retail, Developer, Publisher, Official.
+
See the [[PCGamingWiki:Editing guide/Availability|editing guide]] for usage instructions.
 
 
<ol>
 
<li value="1">Create the table</li>
 
<pre>
 
{{Availability|
 
--rows go here--
 
}}
 
</pre>
 
 
 
<li value="2">Construct a new row:</li>
 
<pre>
 
{{Availability/row| Name of source | product ID | required DRM | notes | keys (if any)}}
 
</pre>
 
E.g.
 
<pre>
 
{{Availability/row| Retail | | Steam, Origin | Some random notes on the subject. }}
 
</pre>
 
 
 
<li value="3">Add rows to the table:</li>
 
<pre>
 
{{Availability|
 
{{Availability/row| Retail | | Steam, Origin | Some random notes on the subject. }}
 
{{Availability/row| Steam | 22380 | Steam | More random notes... | Origin}}
 
}}
 
</pre>
 
 
 
<li value="4">Result:</li>
 
{{Development:Availability|
 
{{Development:Availability/row| Retail | | Steam, Origin | Some random notes on the subject. }}
 
{{Development:Availability/row| Steam | 22380 | Steam | More random notes... | Origin}}
 
}}
 
</ol>
 

Latest revision as of 07:09, 19 September 2021

See the editing guide for usage instructions.