| archive_page | modules/archive.module | Menu callback; lists all nodes posted on a given date. |
| blog_page_last | modules/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| node_page_default | modules/node.module | Generate a listing of promoted nodes. |
| node_show | modules/node.module | Generate a page displaying a single node, along with its comments. |
| node_view | modules/node.module | Generate a display of the given node. |
| queue_view | modules/queue.module | Display a queued node along with voting options for it. |
| taxonomy_render_nodes | modules/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| theme_node_preview | modules/node.module | Display a node preview for display during node creation and editing. |