{scrollbar:icons=false}

h1. Finding all the pages created by one user

To create a list of all the pages created by one user:
# Choose a parent page and click the *Add page* link.
# In the editing window, enter an appropriate page title.
# Click the *Wiki Markup* tab.
# On the Wiki Markup tab, enter the following macro, where "fred" is the username of the person whose pages you want to list.
{code:none}
{content-by-user:fred}
{code}
# Click *Save*.

The page displays a table listing all the pages created by the user.

{scrollbar:icons=false}