More actions
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..." |
No edit summary |
||
| (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"| | |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 | ||