Difference between revisions of "Template:Deprecated"

From JRiverWiki
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
:'''''Deprecated:''''' This content has been deprecated as of {{{version|(version not provided)}}}.  Please refer to {{{altpage|(no alternative page provided)}}} for additional details.
+
:'''Deprecated:''' ''This content has been deprecated as of {{{version|current versions}}} and may no longer be valid.  Please refer to {{{altpage|[http://yabb.jriver.com/interact/ Interact]}}} for additional details.''
 +
<noinclude>
  
[[Category:Archived FAQs]]
 
<noinclude>
 
 
Usage Instructions:
 
Usage Instructions:
  
 +
Typing <tt><nowiki>{{Deprecated}}</nowiki></tt> produces the message shown at the top, and adds the article to the following category:
 +
 +
* [[:Category:Archived FAQs]]
 +
 +
'''''Please Note:''''' If the content is outdated but describes functionality still included in current versions of Media Center, and there is no good replacement page, please consider using [[Template:Outdated]] instead.
 +
 +
Format:
 
<pre>
 
<pre>
 
{{Deprecated | {{{version}}} | {{{altpage}}}
 
{{Deprecated | {{{version}}} | {{{altpage}}}
 +
</pre>
  
 +
Example:
 +
<pre>
 
{{Deprecated
 
{{Deprecated
 
|version=MC 19.0.25
 
|version=MC 19.0.25
Line 13: Line 22:
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
Results in:
 +
{{Deprecated
 +
|version=MC 19.0.25
 +
|altpage=[[Users|User accounts]]
 +
}}
 +
 
</noinclude>
 
</noinclude>
 +
 +
[[Category:Archived FAQs]]

Latest revision as of 13:27, 9 April 2014

Deprecated: This content has been deprecated as of current versions and may no longer be valid. Please refer to Interact for additional details.


Usage Instructions:

Typing {{Deprecated}} produces the message shown at the top, and adds the article to the following category:

Please Note: If the content is outdated but describes functionality still included in current versions of Media Center, and there is no good replacement page, please consider using Template:Outdated instead.

Format:

{{Deprecated | {{{version}}} | {{{altpage}}}

Example:

{{Deprecated
|version=MC 19.0.25
|altpage=[[Users|User accounts]]
}}

Results in:

Deprecated: This content has been deprecated as of MC 19.0.25 and may no longer be valid. Please refer to User accounts for additional details.