Help:Contents
From CICSWiki
[edit]
How to change the text of the copyright footer (see Main Page)?
Edit MediaWiki:Copyright.
[edit]
How to include a wiki page in another (transclusion)?
- If the included page is to be in the Template namespace, insert in the source of the including page:
{{Included_page_name}}. - If the included page is to be in the Main namespace, insert in the source of the including page:
{{:Included_page_name}}Notice that a colon prefixes the name. - If the included page is in a specific namespace (not the Main one), insert the full page name (prefixed by the namespace) in the source of the including page:
{{The_namespace:Included_page_title}}
More information: Help:Template.

