[{InsertPage page='info.wip'}]

[{TableOfContents }]

!!!What are User Links used for?
----
User link pages are meant to be included at the end of a custom content page, it's meant to be used to allow users to easily access the other creations of the author of the content. The user link page is meant to be updated each time the author creates new content.

!!!Linking your User Link page
----
In order to create this kind of page you first have to go to [this page|https://wiki.dshack.org/Wiki.jsp?page=Author%20Reference] once we're there we have to click on the edit button
[{Image src='1.png'}]

Once you are on the edit page, scroll down until your username fits in the alphabetical ordered list. After that add these two lines where your username would go
%%prettify 
{{{
[User-XXX-Link]
[{InsertPage page='User-XXX-Link'}]
}}}
/%
replace the XXX with your user name and save the page. if you did this correctly this will show up where you made the edit. After that you have to click on the newly created link.
[{Image src='2.png' width='..' height='..' align='left|center|right' style='..' class='..' }]

!!!Creating your User Link page
----
Once you click the link you will be brought to the edit page window, on here you want to click on the address bar of your browser and add this line at the end of the address
%%prettify 
{{{
&clone=User-XXX-Link
}}}
/%
So 
%%prettify 
{{{
https://wiki.dshack.org/Edit.jsp?page=User-Test-Link
}}}
/%
 becomes 
%%prettify 
{{{
https://wiki.dshack.org/Edit.jsp?page=User-Test-Link&clone=User-XXX-Link
}}}
/%

You will notice the page editor now has text on it. Finally edit the newly crated template to include your name and link all of your creations or creations that you contribuited to. In the end your page might look like this
[{Image src='3.png' width='..' height='..' align='left|center|right' style='..' class='..' }]

!!!Including your user link on Custom tracks
If you are using the page template, you only should modify the last line to change XXX to your username, if you are updating a track that does not have it or you are not using the page template, simply add this line and replace the XXX with your username, the user link will be added at the end of your newly created page.

{{{
[{InsertPage page='User-XXX-Link'}]
}}}