Template:DeprecatedAPI/documentation: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:




This is a boilerplate template for Synthesis API methods and properties that have been deprecated (i.e., marked for removal in future versions of the API).
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 method call. (Deprecated means that the method call is marked for removal in future versions of the API.)  
 


==Usage==
==Usage==
This template has no parameters.
This template has one optional string parameter. The parameter gives you the option to append additional text to the message in the text box.
 
For example, the following code shows how to use the optional parameter:
 
<pre>
{{Template:DeprecatedAPI| Please use the ABC method going forward.}}
</pre>
 
The code output is as follows:
{{Template:DeprecatedAPI| Please use the ABC method going forward.}}
 
 
 




</div>
</div>

Revision as of 18:11, 13 November 2015


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 method call. (Deprecated means that the method call is marked for removal in future versions of the API.)


Usage

This template has one optional string parameter. The parameter gives you the option to append additional text to the message in the text box.

For example, the following code shows how to use the optional parameter:

{{Template:DeprecatedAPI| Please use the ABC method going forward.}}

The code output is as follows:

This Please use the ABC method going forward. has been deprecated and may be removed in future versions of the Synthesis API. Do not use it in new applications.