Difference between revisions of "Template:Deprecated page"

From AgileApps Support Wiki
imported>Aeric
(Created page with "For information on this deprecated functionality, see the version {{{1}}} platform docs:<br> {{SERVER}}/lj{{{2}}}/index.php?title={{PAGENAMEE}} <noinclude> ---- ;Usage: <tt><nowi…")
 
imported>Aeric
Line 4: Line 4:
----
----
;Usage:
;Usage:
:* This pragma is added as the second stage of the deprecation process.
:* In the first stage, a [[Template:Deprecated]] note is added at the top of existing documentation. Users can still see it, but have a warning that it is deprecated.
:* In the second stage, the material is removed, and replaced by this pragma, which points to a previous version of the documentation to find it. (That way, users who are searching for information in the Wiki won't find themselves stumbling over old material.)
:* In stage 3, the page is removed entirely. (Nothing has gone to category 3, as yet.)
<blockquote>
<tt><nowiki>{{deprecated_page|8.0|80}}</nowiki></tt>
<tt><nowiki>{{deprecated_page|8.0|80}}</nowiki></tt>
&nbsp; &nbsp; => "see the version 8.0 docs at .../lj80/...(page with same name as current page)
&nbsp; &nbsp; => "see the version 8.0 docs at .../lj80/...(page with same name as current page)
</blockquote>
</noinclude>
</noinclude>

Revision as of 00:16, 9 February 2012

For information on this deprecated functionality, see the version {{{1}}} platform docs:
https://agileappscloud.info/lj{{{2}}}/index.php?title=Deprecated_page


Usage
  • This pragma is added as the second stage of the deprecation process.
  • In the first stage, a Template:Deprecated note is added at the top of existing documentation. Users can still see it, but have a warning that it is deprecated.
  • In the second stage, the material is removed, and replaced by this pragma, which points to a previous version of the documentation to find it. (That way, users who are searching for information in the Wiki won't find themselves stumbling over old material.)
  • In stage 3, the page is removed entirely. (Nothing has gone to category 3, as yet.)

{{deprecated_page|8.0|80}}     => "see the version 8.0 docs at .../lj80/...(page with same name as current page)