Difference between revisions of "Template:APIInterface"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "== Interface == === Methods === === Properties === === Constructors === <noinclude>Category:Templates</noinclude>")
 
m (Protected "Template:APIInterface": Highly Transcluded Template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Interface ==
 
== Interface ==
 +
<div class="csharp source-csharp">
 +
<span class="kw1">{{#show: {{FULLPAGENAME}}/raw | ?Visibility}}</span> {{#if: {{#show: {{FULLPAGENAME}}/raw | ?MethodOverride}} | <span class="kw1">{{#show: {{FULLPAGENAME}}/raw | ?MethodOverride}}</span> | }} <span class="kw1">interface</span> {{#show: {{FULLPAGENAME}}/raw | ?Name}}</div>
  
=== Methods ===
+
{{#if: {{#show: {{FULLPAGENAME}}/raw | ?Parent}} |
 +
:Member of [[{{#titleparts: {{FULLPAGENAME}} | -1 | 1 }}|{{#show: {{FULLPAGENAME}}/raw | ?Parent}}]]
 +
|}}
 +
:<span style="font-size:0.9em">''Raw file [[{{FULLPAGENAME}}/raw]]''</span>
  
=== Properties ===
+
<!-- List Constructors -->
 
+
{{#ask: [[Category:API:Raw/{{PAGENAME}}]] [[Type::Constructor]]
=== Constructors ===
+
| ?Name
 
+
| format=template
 
+
| link=none
<noinclude>[[Category:Templates]]</noinclude>
+
| template=APIConstructorList
 +
}}
 +
<!-- List Methods -->
 +
{{#ask: [[Category:API:Raw/{{PAGENAME}}]] [[Type::Method]]
 +
| ?Name
 +
| format=template
 +
| link=none
 +
| template=APIMethodList
 +
}}
 +
<!-- List Properties -->
 +
{{#ask: [[Category:API:Raw/{{PAGENAME}}]] [[Type::Property]]
 +
| ?Name
 +
| format=template
 +
| link=none
 +
| template=APIPropertyList
 +
}}
 +
<!-- List Enum -->
 +
{{#ask: [[Category:API:Raw/{{PAGENAME}}]] [[Type::Enum]]
 +
| ?Name
 +
| format=template
 +
| link=none
 +
| template=APIEnumList
 +
}}
 +
<!-- List Interfaces -->
 +
{{#ask: [[Category:API:Raw/{{PAGENAME}}]] [[Type::Interface]]
 +
| ?Name
 +
| format=template
 +
| link=none
 +
| template=APIInterfaceList
 +
}}
 +
<!-- List Classes -->
 +
{{#ask: [[Category:API:Raw/{{PAGENAME}}]] [[Type::Class]]
 +
| ?Name
 +
| format=template
 +
| link=none
 +
| template=APIClassList
 +
}}
 +
<!-- List Other Members -->
 +
{{#ask: [[Category:API:Raw/{{PAGENAME}}]] [[Type::Member]]
 +
| ?Name
 +
| format=template
 +
| link=none
 +
| template=APIMemberList
 +
}}<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 21:47, 28 September 2014

Interface

interface


Raw file Template:APIInterface/raw