welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Last name of the current Debian Project Leader

Page Locked

HelpOnConfiguration / SupplementationPage

1. Supplementation Page

Supplementation pages are just an additional pages that can be associated to your normal wiki pages by a link in the theme.

One usage of this feature is to have one "discussion page" additionally to each of your wiki pages. Then each wiki page will have a link to the "discussion page" by default.

1.1. Configuration by the wiki admin

A wiki administrator can choose to enable this feature for all pages by putting this into wikiconfig:

    supplementation_page = True  # default is False

The name of the supplementation page and the template used for these pages can be set like this:

    supplementation_page_name = u'Discussion'  # this is the default
    supplementation_page_template = u'DiscussionTemplate'  # this is the default

1.2. Control by the wiki user

A wiki user can control if he likes to have the supplementation feature on a per-page basis by using a processing instruction at the top of the page content:

#pragma supplementation-page on

Usage with off disables the feature on that page.

1.3. Hints for using supplementation pages

There is also another, quite different "commenting feature" described on HelpOnComments.