Template:DeprecatedAPI: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<center><div style="width: 98%; background-color:# | <center><div style="width: 98%; background-color:#F5ECCE; border:0; padding: 10px; text-align: left;">{{Font|This {{{1|method}}} has been deprecated and may be removed in future versions of the Synthesis API. Do not use it in new applications. {{{2|}}}|10|Calibri|bold|#8A4B08}} | ||
</div></center><br><noinclude>[[Category: Templates]]{{DeprecatedAPI/documentation}}</noinclude> | </div></center><br><noinclude>[[Category: Templates]]{{DeprecatedAPI/documentation}}</noinclude> |
Latest revision as of 15:52, 23 March 2017
This method has been deprecated and may be removed in future versions of the Synthesis API. Do not use it in new applications.
Template Documentation
This boilerplate template is for use with deprecated Synthesis API methods. It inserts a text box that alerts the reader to the deprecated status of the call. (Deprecated means that the method call is marked for removal in future versions of the API.)
Usage
This template has 2 optional string parameters:
- 1 = Allows you to indicate whether the deprecated call is a class or enumeration. The default value is "method."
- 2 = Allows you to append additional text to the message in the text box.
For example, the following code shows how to use the 1st parameter:
{{Template:DeprecatedAPI|class}}
The code output is as follows:
This class has been deprecated and may be removed in future versions of the Synthesis API. Do not use it in new applications.
The next example shows how to use the 2nd parameter:
{{Template:DeprecatedAPI|2=Blah Blah Blah.}}
The code output is as follows:
This method has been deprecated and may be removed in future versions of the Synthesis API. Do not use it in new applications. Blah Blah Blah.
Related Templates
Template:DeprecatedAPIpic - This template is for use with in-line text. It inserts a label that says "Deprecated".