I have an external database with a list of items, each one identified by an id. I would like to integrate this database into the CMS.
www.example.com/external-database/item/<id>
I have created a page www.example.com/external-database/item, but not the dependent pages.
If link to the ids, Processwire tells me that they don't exist. Can I use the id urls without creating the pages? The id urls should use the parent url as template and use <id> as a parameter.
In short, a parameterized template.