Hello,
What I am trying to accomplish is adding parameters to only certain pages in the wp_list_pages tag. For example, I would like to add a "<span>" after certain pages and not all of the ones in the list. The example below may better illustrate this...
wp_list_pages('link_after=<span>hi</span>')-- Again, only apply this to certain pages.