Difference between revisions of "User:Enta en bauldry/API Table"

From EVE University Wiki
Jump to: navigation, search
(Created page with "{{#css: .mApiTable { border-spacing: 0px; border-collapse: collapse; } .mApiTable td { border: thin solid silver; padding: 5px; margin: 0px; } table.mApiTable td.cApiExplic...")
 
 
(7 intermediate revisions by the same user not shown)
Line 47: Line 47:
 
{
 
{
 
border-left-style: none;
 
border-left-style: none;
 +
}
 +
 +
.cApiFixedCol
 +
{
 +
width: 100px;
 
}
 
}
  
Line 53: Line 58:
 
|-
 
|-
 
|rowspan="2" colspan="2" align="center" class="cApiName" |{{{name}}}
 
|rowspan="2" colspan="2" align="center" class="cApiName" |{{{name}}}
|class="cApiInfoLabel"|Cache Method:
+
|class="cApiInfoLabel cApiFixedCol"|Cache Method:
 
|class="cApiInfo"|{{#switch: {{{cache}}}
 
|class="cApiInfo"|{{#switch: {{{cache}}}
 
|s |sh |short = [[EVE_API#Short|Short]]
 
|s |sh |short = [[EVE_API#Short|Short]]
Line 61: Line 66:
 
|-
 
|-
 
|class="cApiInfoLabel"|Input Arguments:
 
|class="cApiInfoLabel"|Input Arguments:
|class="cApiInfo"|{{args}}
+
|class="cApiInfo"|{{{args|''None''}}}
 
|-
 
|-
|colspan="2" class="cApiExplicit"|/account/AccountStatus.xml.aspx
+
|colspan="2" class="cApiExplicit"|{{{url}}}
 
|class="cApiInfoLabel"|Access Mask:
 
|class="cApiInfoLabel"|Access Mask:
|class="cApiInfo"|2^{{mask}}
+
|class="cApiInfo"|2^{{{mask}}}
 
|-
 
|-
 
|class="cApiInfoLabel"|Result Format:
 
|class="cApiInfoLabel"|Result Format:
|colspan="3" class="cApiInfo"|{{format}}
+
|colspan="3" class="cApiInfo"|{{{format}}}
 
|- class="cDataRows"
 
|- class="cDataRows"
 
|Row Name
 
|Row Name
 
|Row Type
 
|Row Type
 
|colspan="2"|Row Description
 
|colspan="2"|Row Description
|-
 
|paidUntil
 
|class="cApiFieldType"|string datetime
 
|colspan="2"|desc
 
|-
 
|createDate
 
|class="cApiFieldType"|string datetime
 
|colspan="2"|desc
 
|-
 
|logonCount
 
|class="cApiFieldType"|int
 
|colspan="2"|desc
 
|-
 
|logonMinutes
 
|class="cApiFieldType"|int
 
|colspan="2"|desc
 
|}
 

Latest revision as of 19:02, 13 December 2014

{{{name}}} Cache Method: Short
Input Arguments: None
{{{url}}} Access Mask: 2^{{{mask}}}
Result Format: {{{format}}}
Row Name Row Type Row Description