Template:API TxtIdentifiers/documentation: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__<div style="background-color: #DBE9F4;"> ={{Font|Template Documentation|16|Calibri|bold|black}}= Starting in Synthesis Version 10, there is now one standard set of it…')
 
No edit summary
 
Line 3: Line 3:


={{Font|Template Documentation|16|Calibri|bold|black}}=
={{Font|Template Documentation|16|Calibri|bold|black}}=
Starting in Synthesis Version 10, there is now one standard set of item identifier fields for all resources.  
This template is used in the reference pages of all resource objects. It contains a list of all properties (in wiki table format) that correspond to the Synthesis identifiers introduced in Version 10.
 
This template therefore contains a list of all properties that correspond to the item identifiers found in Synthesis applications. You can use this template to create a table in the reference pages of all resource objects.




==Usage==
==Usage==
Simply copy and paste the following code when editing a page. You can then change the table template or column width as necessary.
Below is an example of how to use this template. The code shows the template being inserted into a table row.


<pre>
<pre>
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 200px;"|{{Template:API_TxtIdentifiers}}
|{{Template:API_TxtIdentifiers}}
|}
|}
</pre>
</pre>
Line 23: Line 21:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 200px;"|{{Template:API_TxtIdentifiers}}
|{{Template:API_TxtIdentifiers}}
|}
|}



Latest revision as of 17:07, 9 September 2015


Template Documentation

This template is used in the reference pages of all resource objects. It contains a list of all properties (in wiki table format) that correspond to the Synthesis identifiers introduced in Version 10.


Usage

Below is an example of how to use this template. The code shows the template being inserted into a table row.

{| {{APITable}}
|-
|{{Template:API_TxtIdentifiers}}
|}


The output of this code is as follows:

Name Description
ItemApplication Gets or sets the item's application. (Synthesis identifier) String
ItemCategoryID Gets or sets the category ID. (Synthesis identifier) Integer
ItemComments Gets or sets the comments. (Synthesis identifier) String
ItemDescription Gets or sets the description. (Synthesis identifier) String
ItemKeywords Gets or sets the keywords. (Synthesis identifier) String
ItemPartNumber Gets or sets the part number. (Synthesis identifier) String
ItemSupplier Gets or sets the supplier name. (Synthesis identifier) String
ItemVersion Gets or sets the version number. (Synthesis identifier) String