Template:Problems/Shutdown/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Created page with "Adds common text to the "Emulation Information" portion of Wii titles that had been partially or fully shut down. See {{tl|Problems}} for other shared problem statements. ==...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
*<code>source</code> is used to provide an URL with have more details of the shutdown (e.g. "http://foo.bar")
*<code>source</code> is used to provide an URL with have more details of the shutdown (e.g. "http://foo.bar")


All of those parameters are optional but it's strongly recommended to provide at least the date of the shutdown when calling this template.   
All of those parameters are optional but it's strongly recommended to provide at least the date of the shut down when calling this template.   


== Examples ==
== Examples ==
=== Default ===
<pre><nowiki>{{Problems/Shutdown}}</nowiki></pre>
<pre><nowiki>{{Problems/Shutdown}}</nowiki></pre>
or
{{Problems/Shutdown}}
 
=== /w Date ===
<pre><nowiki>{{Problems/Shutdown|date=June 28, 2013}}</nowiki></pre>
<pre><nowiki>{{Problems/Shutdown|date=June 28, 2013}}</nowiki></pre>
or
{{Problems/Shutdown|date=June 28, 2013}}
 
-----
 
=== /w Date and Source ===
<pre><nowiki>{{Problems/Shutdown|date=June 28, 2013|source=http://foo.bar}}</nowiki></pre>
<pre><nowiki>{{Problems/Shutdown|date=June 28, 2013|source=http://foo.bar}}</nowiki></pre>
or
{{Problems/Shutdown|date=June 28, 2013|source=http://foo.bar}}
<pre><nowiki>{{Problems/Shutdown|type=channel|date=June 28, 2013|source=http://foo.bar}}</nowiki></pre>
 
-----
 
=== /w Type ===
==== Channel ====
<pre><nowiki>{{Problems/Shutdown|type=channel}}</nowiki></pre>
{{Problems/Shutdown|type=channel}}
 
-----


{{Problems/Shutdown|type=channel|date=June 28, 2013|source=http://foo.bar}}
==== Multiplayer ====
<pre><nowiki>{{Problems/Shutdown|type=title's multiplayer servers}}</nowiki></pre>
{{Problems/Shutdown|type=title's multiplayer server}}


== Used By ==
== Used By ==

Latest revision as of 23:53, 12 March 2017

Adds common text to the "Emulation Information" portion of Wii titles that had been partially or fully shut down. See {{Problems}} for other shared problem statements.

Usage

{{Problems/Shutdown|type=|date=|source=}}

where

  • type is used to override the software type (e.g. "channel" -- defaults to "title" if nothing is specified).
  • date is a free text field to specify the date the title was shut down (e.g. "June 28, 2013")
  • source is used to provide an URL with have more details of the shutdown (e.g. "http://foo.bar")

All of those parameters are optional but it's strongly recommended to provide at least the date of the shut down when calling this template.

Examples

Default

{{Problems/Shutdown}}

Shut Down

This title has been shut down and works in neither Dolphin or on Wii hardware.

/w Date

{{Problems/Shutdown|date=June 28, 2013}}

Shut Down

This title has been shut down as of June 28, 2013 and works in neither Dolphin or on Wii hardware.


/w Date and Source

{{Problems/Shutdown|date=June 28, 2013|source=http://foo.bar}}

Shut Down

This title has been shut down as of June 28, 2013 and works in neither Dolphin or on Wii hardware.


/w Type

Channel

{{Problems/Shutdown|type=channel}}

Shut Down

This channel has been shut down and works in neither Dolphin or on Wii hardware.


Multiplayer

{{Problems/Shutdown|type=title's multiplayer servers}}

Shut Down

This title's multiplayer server has been shut down and works in neither Dolphin or on Wii hardware.

Used By