Hi!
I'm working on a booking-extension for booking events for my users.
To make management easy, I have my event-pages simply to include {{Special:Booking}} to be put into the booking- and calendar-list.
Is there a way to get the page-id of the parent-page?
It's easy to se if the special-page is included in another page, but I want to show dates, prices etc depending on the page being viewed.
Any hints, or do I have to to split the extension into a special-page + a tag-extension?