Template:APITable: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '===<span style="font-family:Verdana;font-size:18px;font-weight:bold;color:#2E64FE">{{{1}}}</span>=== {|border="1" align="left" cellpadding="5" cellspacing="0" style="border-colla…')
 
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
===<span style="font-family:Verdana;font-size:18px;font-weight:bold;color:#2E64FE">{{{1}}}</span>===
border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse; text-align: left; cellborder"  
{|border="1" align="left" cellpadding="5" cellspacing="0" style="border-collapse: collapse; text-align: left; width:100; cellborder"  
|- style="background:#F2F2F2;"
|- style="background:#D8D8D8;"
!<span style="color:#585858;">Name</span>
! Name
!<span style="color:#585858;">Description</span><noinclude>[[Category:Templates]]{{Template:APITable/documentation}}</noinclude>
! Description
|-style="width: 10%;"<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 17:38, 5 May 2016

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

!Description


Template Documentation

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

Usage

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

{|{{APITable}}
|-
| Row 1||123
|-
| Row 2||456
|-
| Row 3||789
|}

The above code example gives the following output:

Name Description
Row 1 123
Row 2 456
Row 3 789


Related Templates