This question has been answered by wintertribe. See the first response.
Have a look at siblingNav
https://docs.modx.com/extras/revo/siblingnav
You should be able to stick
[[+pagetitle]]
into your chunk
<nav> <ul> [[!siblingNav? &showHidden=`1` &nextTpl=`siblingNavNextTpl` &prevTpl=`siblingNavPrevTpl`]] [[+sn.prev]][[+sn.next]] </ul> </nav>
<li> [[+_isactive:is=`1`:then=`<a href="[[~[[+id]]]]">[[+pagetitle]]</a>`:else=`Try the other way.`]] </li>
<li> [[+_isactive:is=`1`:then=`<a href="[[~[[+id]]]]">[[+pagetitle]]</a>`:else=`Try the other way.`]] </li>