Template:APITableDeprecated: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{|border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse; text-align: left; cellborder"  
border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse; text-align: left; cellborder"  
|- style="background:#F2F2F2;"
|- style="background:#F2F2F2;"
!<span style="color:#585858;">Name</span>
!<span style="color:#585858;">Name</span>
!<span style="color:#585858;">Status</span><noinclude>[[Category:Templates]]</noinclude>
!<span style="color:#585858;">Status</span><noinclude>[[Category:Templates]]{{Template:APITableDeprecated/documentation}}</noinclude>

Latest revision as of 17:43, 5 May 2016

border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse; text-align: left; cellborder" |- style="background:#F2F2F2;" !Name

!Status


Template Documentation

This template contains the table headers and formats for deprecated calls in the Synthesis API reference documentation.

Usage

To use this template, type the code {{APITableDeprecated}} next to the table's opening brackets. For example:

{|{{APITableDeprecated}}
|-
| Row 1||Deprecated
|-
| Row 2||Removed
|-
| Row 3||Changed
|}

The above code example gives the following output:

Name Status
Row 1 Deprecated
Row 2 Removed
Row 3 Changed


Related Templates