Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Enta en bauldry/API: Difference between revisions

From EVE University Wiki
mNo edit summary
added css
Line 1: Line 1:
{| class="wikitable"
{{#css:
.mApiTable, .mApiTable td
{
border: thin solid silver;
padding: 5px;
margin: 0px;
}
 
.cApiName
{
font-size: 22px;
color: #FF8000;
text-align:center;
}
 
.cDataRows
{
background-color: #333;
font-style: underline;
color: gold;
}
 
.cApiFieldType
{
font-style: italic;
}
 
}}
 
{| class="mApiTable"
|-
|-
|rowspan="2" colspan="2" align="center" style="font-size: 22px; color: #FF8000;"|Account Status
|rowspan="2" colspan="2" align="center" class="cApiName" |Account Status
|Cache Method:
|Cache Method:
|Short
|Short
Line 14: Line 43:
|Result Format:
|Result Format:
|colspan="3"|Rows containing text, no tags
|colspan="3"|Rows containing text, no tags
|-
|- class="cDataRows"
|Row Name
|Row Name
|Row Type
|Row Type
Line 20: Line 49:
|-
|-
|paidUntil
|paidUntil
|string datetime
|class="cApiFieldType"|string datetime
|colspan="2"|desc
|colspan="2"|desc
|-
|-
|createDate
|createDate
|string datetime
|class="cApiFieldType"|string datetime
|colspan="2"|desc
|colspan="2"|desc
|-
|-
|logonCount
|logonCount
|int
|class="cApiFieldType"|int
|colspan="2"|desc
|colspan="2"|desc
|-
|-
|logonMinutes
|logonMinutes
|int
|class="cApiFieldType"|int
|colspan="2"|desc
|colspan="2"|desc
|}
|}