Creating New Node Types: Flexinode

Flexinode allows site administrators to create new node types in addition to the stories, blogs, polls, forums, etc. already available from Drupal. Once created, the administrator can configure the new node types using the content types cofiguration. The content types administration section allows the administrator to create new content types and add various field types to the content type definition.

Uses of flexinode: to create a wiki in a Drupal site, create a new content type "wiki" with a text area. Then enable the freelinking module which will allow users to create CamelCase titles which automatically generate new pages. Then set the "Default for new nodes" to the new content type you have created.