I would like to transfer the q parameter from the url to the links generated in the navigation template
Url: /Default.aspx?ID=1&q=Test
should result in the following links
<a href=”/Default.aspxID=2&q=Test”>Page 2</a>
<a href=”/Default.aspxID=3&q=Test”>Page 3</a>