The [view_pager:name of view=x] tag that inserts a pager view listing x entries per page is only available in the version 5.
Installation
Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.
Here are some key features of "Insert View":
· [view:name of view] is replaced by the content listing.
· [view:name of view=name of display] invokes the view using the specified display
· [view:name of view=name of display=arg1,arg2,arg3] invokes the view using the specified display and passes arg1, arg2 and arg3 to the view.
· [view:name of view==arg1] passes arg1 to the view and will use the "default" display set for the view.
Requirements:
· Drupal 5.x/6.x
· Drupal Views module