Include content from a page into another page
I am attempting to include the content of a page into multiple pages. I looked at he plugin that says it can do this but it's not working. Please assist.
in MediaWiki i would simple put
{{nameofpagewithcontenttoinclude}}
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi, in a 1.0 wiki, there are two main ways to do what you have requested, both work by inserting an HTML plugin:
1) Iframe:
<iframe style="width:400px;height:200px" src="somepage?raw=bare"></iframe>
You can specify the width and height of the frame as well as the page
2) for something more seamless, you can use this code:
<script src="somepage?raw=js&height=0&width=0"></script>
Just change the name of "somepage" to your page. -
Inappropriate?Iframes will probably work in some capacity as soon as that gets rolled out; I'm still working on the Javascript thing.
-
Inappropriate?The next periodic release in which it is included. That might be the general release coming up, if there's a chance to add that.
-
Inappropriate?Hi Vu - any news on when this will be implemented? I really want to have a top nav on all my pages!
Loading Profile...




EMPLOYEE


