welcome: please sign in

次の112語(ハイライト表示)は、1209語の辞書 1209語のLocalSpellingWordsを含む)中に見つかりませんでした。
addition   additional   admin   administrator   another   associated   basis   big   but   by   can   choose   Clean   clean   clearer   comment   commenting   Comments   comments   context   Control   control   default   described   different   disables   Discussion   discussion   discussions   don   each   easier   Either   enable   everybody   False   feature   fixed   for   from   good   happy   Hints   if   If   impact   instruction   into   issue   just   keep   language   languages   like   link   might   multiple   name   near   negative   normal   off   On   on   one   One   only   or   pagename   per   processing   provide   put   putting   quite   recommended   referring   Separating   set   single   some   somewhat   supplementation   Supplementation   that   theme   Then   There   these   they   this   to   top   True   unclear   understand   Usage   usage   use   used   user   using   vs   want   wants   what   whatever   wikiconfig   will   wisely   with   would  

メッセージを消す
location: HelpOnConfiguration / SupplementationPage

Supplementation Page

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

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

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

Control by the wiki user

A wiki user can control if he wants 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.

Hints for using supplementation pages

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