Difference between revisions of "Help:To Do List"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(Progress!)
imported>Bale
(Up to date!!!)
Line 16: Line 16:
  
 
== Missing Stuff ==
 
== Missing Stuff ==
r10003: Further Trendy support
+
nothing is missing
boolean is_trendy( item )
 
boolean is_trendy( familiar )
 
boolean is_trendy( skill )
 
(note that bookshelf skills get translated in KoL's "Bookshelf" category to
 
determine this)
 
boolean is_trendy( string thing)
 
(a catch-all; verifies that the random string is not untrendy in any of the
 
various possible categories. This is the only way to check a Campground item,
 
at the moment
 
  
 
== Needs Major Work ==
 
== Needs Major Work ==

Revision as of 11:23, 24 November 2011

"To Do" List

This is a list of stuff that is missing from the wiki or else needs major work. Please help!


If you need tips for editing the wiki, find that here: Help:Editing.

  • CLI Commands are usually only added to the CLI Reference. Only very complicated commands require their own page.
  • ASH commands need to be listed on their category page as well as on the Ash Functions list.
    • It is not necessary to always create a code sample, although it is preferred.
    • If you don't add a code sample, please remember to add needscode=yes| to the page.


Missing Stuff

nothing is missing

Needs Major Work

Proxy Records is only slightly better than a placeholder.


Needs Code Samples

There is a list of all pages that require code samples: Category:Needs Code Sample

Information on how to create a code sample: Template:CodeSample