=== Drupal 5 API ===
When displaying the node/add/module screen, the following takes place:
-  module_nodeapi is called with 'prepare'
 
- module_form is called
When submitting a new node form, the following takes place:
-  module_nodeapi is called with 'prepare'
 
-  module_form is called
 
-  module_nodeapi is called with the following ops:
 -  validate
 
-  submit
 
-  insert
 
 
-  validate
-  Then, on page redirect, module_nodeapi is called with 'load'
 
-  module_view is called
 
-  module_nodeapi is called with:
 -  view
 
- alter
 
-  view
When viewing a node, the following takes place:
-  module_nodeapi is called with 'load'
 
-  module_view is called
 
- module_nodeapi is called with 'view' and then 'alter'