Creating a table from Hierarchy

Can an Advanced Query create a table of items sorted by hierarchy?

As an example, I’m looking to create something like:

Block | API
Block | API
Block | Video

I’m not sure if this would be useful, but I find myself interested in the idea of somehow parsing out the subpages in the hierarchy.

I don’t understand the question, and even less the goal. If you talk about namespaces, here are some things that are possible:

  • retrieve all pages under a namespace
  • generate the text for the path of each page
  • sort the texts alphabetically
  • render them as items of a list