Hi, I'm new to mediawiki, and tried to figure out how can I integrate the content of more elementary pages into one single page (mainly for printing purposes) using some "include" directive like thing, similar to the {{pagename}}. The problem for me is that in this case it tries to include the Template:pagename template page content. (Understood that this is the normal behaviour)
I found that if I have a sub-page, under "integrating_page" like /subpage and put the {{/subpage}} into the integrating_page, then it works, however sub pages are not allowed by default on the Main namespace. - Is there any option different from this subpage thing in mediawiki, or what I'm up to is completely alien from mediawiki's nature? - If only this subpage trick works, is there any drawback (in search performance or other) to enalbe subpages for the Main namespace by adding the
--------8<--------8<--------8<--------8< $wgNamespacesWithSubpages += array( NS_MAIN => true, ); --------8<--------8<--------8<--------8<
section to the LocalSettings.php?
Thanks, Laszlo