I have a template page that has something like this:
Position : Supervisor
Company : <company-name>
....Other fields
Now, I will include this page inside multiple pages, but each page will pass different company name and I want it reflected in the included page. How do I do this?
Thanks
The "include" macro does not have functions like that, it simply includes the whole source page.
You'll need to find/write a new macro (I think a user macro might be able to do this) which can display something that varies according to the parent page, bearing in mind that when you use it on the source page, it's not going to have that data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.