Project:To Do: Difference between revisions

3,005 bytes removed ,  26 November 2015
→‎Global Problems integration: Global problem integration long completed
m (Text replacement - "(={2,})([^\s=])(.+)([^\s=])(={2,})" to "$1 $2$3$4 $5")
(→‎Global Problems integration: Global problem integration long completed)
Line 170: Line 170:
*Add more complete set of genre categories
*Add more complete set of genre categories
**Replace genres with genre category links
**Replace genres with genre category links
=== Global Problems integration ===
I finished writing the global problems template, and we need to port it to game pages. It differs a bit from platform to platform, but a search-and-replace should do the job:
In all pages of [[:Category:NES games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the NES VC Global Problems, navigate to "Template:GlobalProblems/NES" (copy to the search box) -->
{{GlobalProblems|NES}}
== Problems ==</pre>
-----
In all pages of [[:Category:SNES games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the SNES VC Global Problems, navigate to "Template:GlobalProblems/Super Nintendo" (copy to the search box) -->
{{GlobalProblems|SNES}}
== Problems ==</pre>
-----
In all pages of [[:Category:Nintendo 64 games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the N64 VC Global Problems, navigate to "Template:GlobalProblems/Nintendo 64" (copy to the search box) -->
{{GlobalProblems|N64}}
== Problems ==</pre>
-----
In all pages of [[:Category:Sega Master System games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the Master System VC Global Problems, navigate to "Template:GlobalProblems/Master System" (copy to the search box) -->
{{GlobalProblems|SMS}}
== Problems ==</pre>
-----
In all pages of [[:Category:Sega Genesis games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the Genesis VC Global Problems, navigate to "Template:GlobalProblems/Genesis" (copy to the search box) -->
{{GlobalProblems|SG}}
== Problems ==</pre>
-----
In all pages of [[:Category:TurboGrafx-16 games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the TurboGrafx-16 VC Global Problems, navigate to "Template:GlobalProblems/TurboGrafx-16" (copy to the search box) -->
{{GlobalProblems|TG16}}
== Problems ==</pre>
-----
In all pages of [[:Category:Neo Geo games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the Neo Geo VC Global Problems, navigate to "Template:GlobalProblems/Neo Geo" (copy to the search box) -->
{{GlobalProblems|NG}}
== Problems ==</pre>
-----
In all pages of [[:Category:Commodore 64 games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the Commodore 64 VC Global Problems, navigate to "Template:GlobalProblems/Commodore 64" (copy to the search box) -->
{{GlobalProblems|C64}}
== Problems ==</pre>
-----
In all pages of [[:Category:MSX games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the MSX VC Global Problems, navigate to "Template:GlobalProblems/MSX" (copy to the search box) -->
{{GlobalProblems|MSX}}
== Problems ==</pre>
-----
Finally, in all pages of [[:Category:Arcade games]], search for
<pre>== Problems ==</pre>
and replace with
<pre><!-- To edit the Arcade VC Global Problems, navigate to "Template:GlobalProblems/Arcade" (copy to the search box) -->
{{GlobalProblems|VCA}}
== Problems ==</pre>