Multiple layers of dynamic pages?

I have been able to do a website with 2 levels of dynamic pages for a sport team. The 2 levels are: roster, player.
This can be achieved rather easily by creating a “list” dynamic page paired with an “item” dynamic page.

But now i want to make my site for a more general purpose to host the same information for multiple teams.

So the home page should have a menu to choose a team that would link to …/team/team_name.
Then on that team’s page, you can go in the roster section (…/team/team_name/rosters) and select different rosters that will show you a list of players.
Clicking on one player will then bring the user to the player’s profile.
…/team/team_name/players_profiles/player_name

Is that possible with dynamic pages without serious efforts, or does it have to be done with a good amount of code?

You can see what i have done here:
dundee2.wixsite. com/website/rosters

Hi @dundee ,

You can create multiple dynamic page with different variations in url as long as your collection have the required fields - not referenced.

Then, you can link the buttons to different variation to display the way you want.

No code required.

If it is not the case (you used reference), try routers page instead with code.

Certified Code