Difference between revisions of "User:Glyph"
From Kerbal Space Program Wiki
Line 3: | Line 3: | ||
* PropertiesStart and PropertiesEnd templates to be replaced with Properties to fit in line with Methods, Fields, etc. | * PropertiesStart and PropertiesEnd templates to be replaced with Properties to fit in line with Methods, Fields, etc. | ||
* We could use a better [[Template:Type]]. Probably something that works recursively so we can have proper links to templated types e.g. Dictionary<String, Vessel> will properly link to Vessel. | * We could use a better [[Template:Type]]. Probably something that works recursively so we can have proper links to templated types e.g. Dictionary<String, Vessel> will properly link to Vessel. | ||
+ | * Could use a template to stick at the top of API pages that urges users to contribute to the API descriptions. | ||
== API classes updated to KSP 1.04 == | == API classes updated to KSP 1.04 == | ||
Line 9: | Line 10: | ||
* [[API:PartModule]] | * [[API:PartModule]] | ||
* [[API:Part]] | * [[API:Part]] | ||
+ | |||
+ | == Classes left to do == | ||
+ | |||
+ | Error: infinite lists not supported |
Revision as of 03:31, 14 October 2015
Things that need doing
- PropertiesStart and PropertiesEnd templates to be replaced with Properties to fit in line with Methods, Fields, etc.
- We could use a better Template:Type. Probably something that works recursively so we can have proper links to templated types e.g. Dictionary<String, Vessel> will properly link to Vessel.
- Could use a template to stick at the top of API pages that urges users to contribute to the API descriptions.
API classes updated to KSP 1.04
Classes left to do
Error: infinite lists not supported