_template

This is the user configuration page for %%created_by_linked%%.

If you are %%created_by%%, you may edit your configuration by editing this page.

Notification frequency: %%form_data{frequency}%%

Language: %%form_data{language}%%

Receive notifications via: %%form_data{method}%%

Manual subscriptions:

%%form_raw{subscriptions}%%

(none)

Manual unsubscriptions:

%%form_data{unsubscriptions}%%

(none)

====

[[form]]
fields:
  frequencyInfo:
    label: Frequency
    type: static
    value: |
      How often would you like to receive notifications?

      If you would receive multiple notifications during this period, they will be combined into one message.

      If you choose 'Never', you will not receive any notifications.

      Find more information about each frequency, including the precise timings, in the [[[faq#when | FAQ entry]]].
  frequency:
    type: select
    values:
      never: Never
      hourly: Hourly
      8hourly: Every 8 hours
      daily: Daily
      weekly: Weekly
      monthly: Monthly
      test: Test
    default: never
  languageInfo:
    label: Language
    type: static
    value: |
      Which language would you like to receive notifications in?

      If your language is not supported, please consider [[[faq#languages | contributing]]] it.
  language:
    type: select
    values:
      zh: 中文 (Chinese)
      en: English
      fr: Français (French)
      it: Italiano (Italian)
      ja: 日本語 (Japanese)
      no: Norsk (Norwegian)
      es: Español (Spanish)
      vi: Tiếng Việt (Vietnamese)
    default: en
  methodInfo:
    label: Delivery method
    type: static
    value: |
      How would you like to receive notifications -- by Wikidot message, or by email?

      Note that if you choose to receive notifications by email, **there are extra steps you must take**, and caveats to be aware of. See the [[[faq#via-email | FAQ entry]]] for more details.
  method:
    type: select
    values:
      pm: Wikidot message
      email: email
    default: pm
  subscriptionsInfo:
    label: Subscriptions
    type: static
    value: |
      Which threads and posts, if any, would you like to manually subscribe to? (Remember that these are //in addition to// your [[[faq#auto | automatic subscriptions]]]!)

      Put the URL for each thread/post on a new line.

      You may subscribe to any thread/post from any of the [[[wikis|]]].
  subscriptions:
    type: text
    height: 20
    match: /^(?:https?:\/\/[a-z0-9:\-.]*?\/forum\/t-[0-9]{3,15}[a-z0-9:\/\-.#]*?(?:\n+|$))*$/
    match-error: There was a problem parsing your subscriptions. Please put just one URL on each line.
    hint: https://wiki-name.wikidot.com/forum/t-12345678/thread-title#post-23456789
  unsubscriptionsInfo:
    label: Unsubscriptions
    type: static
    value: |
      Which threads and posts, if any, would you like to manually unsubscribe from?

      Put the URL for each thread/post on a new line.
  unsubscriptions:
    type: text
    height: 20
    match: /^(?:https?:\/\/[a-z0-9:\-.]*?\/forum\/t-[0-9]{3,15}[a-z0-9:\/\-.#]*?(?:\n+|$))*$/
    match-error: There was a problem parsing your unsubscriptions. Please put just one URL on each line.
    hint: https://wiki-name.wikidot.com/forum/t-12345678/thread-title#post-23456789
  saveInfo:
    label: Save
    type: static
    value: |
      Save the page to save your notification settings. Be aware that Wikidot sometimes fails to apply new edits to a page -- check back in a few minutes to be sure that your edit went through. If it didn't, edit this page again, and save it without changing anything and it should be fine.
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License