On 28/12/06, Tim Ware tim@hyperarts.com wrote:
I have three wikis running off one MW install (v 1.8.2). Is there a way to have a way in one wiki's page to contain the content of another of my wiki's pages?
Yes, interwiki transclusion.
1. Set up interwiki entries for the wikis where iw_trans = 1 2. Set $wgEnableScaryTranscluding = true; in LocalSettings.php
You'd then transclude as...
{{interwiki:template}} {{interwiki::content}} {{interwiki:namespace:title}}
...where "interwiki" is the interwiki prefix, "template" would be the name of a template on the source wiki, "content" would be the title of a main namespace page, and "namespace:title" is a regular namespace/title pair.
Rob Church