Help:Contents

From CICSWiki

Jump to: navigation, search

How to change the text of the copyright footer (see Main Page)?

Edit MediaWiki:Copyright.

How to include a wiki page in another (transclusion)?

  1. If the included page is to be in the Template namespace, insert in the source of the including page:
    {{Included_page_name}}
    .
  2. 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.
  3. 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.

Personal tools