{% from '_helpers.html' import render_field %} {% macro show_token_placeholders(extra_notification_token_placeholder_info, suffix="", settings_application=None) %}
| {{ _('Token') }} | {{ _('Description') }} |
|---|---|
{{ '{{base_url}}' }} |
{{ _('The URL of the changedetection.io instance you are running.') }} |
{{ '{{watch_url}}' }} |
{{ _('The URL being watched.') }} |
{{ '{{watch_uuid}}' }} |
{{ _('The UUID of the watch.') }} |
{{ '{{watch_title}}' }} |
{{ _('The page title of the watch, uses |
{{ '{{watch_tag}}' }} |
{{ _('The watch group / tag') }} |
{{ '{{preview_url}}' }} |
{{ _('The URL of the preview page generated by changedetection.io.') }} |
{{ '{{change_datetime}}' }} |
{{ _("Date/time of the change, accepts format=, %(call)s, default is '%(default)s'", call="change_datetime(format='%A')", default="%Y-%m-%d %H:%M:%S %Z") }} |
{{ '{{diff_url}}' }} |
{{ _('The URL of the diff output for the watch.') }} |
{{ '{{diff}}' }} |
{{ _('The diff output - only changes, additions, and removals') }} {{ _('All diff variants accept') }} lines=, context=, word_diff=, ignore_junk= {{ _('args, e.g.') }}
{{ '{{diff(lines=10)}}' }}, {{ '{{diff_added(lines=5, context=2)}}' }}
|
{{ '{{diff_clean}}' }} |
{{ _('The diff output - only changes, additions, and removals —') }} {{ _('Without (added) prefix or colors') }} |
{{ '{{diff_added}}' }} |
{{ _('The diff output - only changes and additions') }} |
{{ '{{diff_added_clean}}' }} |
{{ _('The diff output - only changes and additions —') }} {{ _('Without (added) prefix or colors') }} |
{{ '{{diff_removed}}' }} |
{{ _('The diff output - only changes and removals') }} |
{{ '{{diff_removed_clean}}' }} |
{{ _('The diff output - only changes and removals —') }} {{ _('Without (added) prefix or colors') }} |
{{ '{{diff_full}}' }} |
{{ _('The diff output - full difference output') }} |
{{ '{{diff_full_clean}}' }} |
{{ _('The diff output - full difference output —') }} {{ _('Without (added) prefix or colors') }} |
{{ '{{diff_patch}}' }} |
{{ _('The diff output - patch in unified format') }} |
{{ '{{diff_changed_from}}' }} |
{{ _('Only the changed words/values from the previous version — e.g. the old price. Best when a single value changes per line; multiple changed fragments are joined by newline.') }} |
{{ '{{diff_changed_to}}' }} |
{{ _('Only the changed words/values from the new version — e.g. the new price. Best when a single value changes per line; multiple changed fragments are joined by newline.') }} |
{{ '{{current_snapshot}}' }} |
{{ _('The current snapshot text contents value, useful when combined with JSON or CSS filters') }} |
{{ '{{triggered_text}}' }} |
{{ _('Text that tripped the trigger from filters') }} |
{{ '{{diff}}' }} {{ _('(upgraded)') }} |
{{ _('When AI Change Summary is configured, contains the AI-generated description instead of the raw diff. Falls back to raw diff when not configured.') }} |
{{ '{{raw_diff}}' }} |
{{ _('Always the raw +/- diff, regardless of AI Change Summary setting.') }} |
{{ '{{llm_summary}}' }} |
{{ _('The AI Change Summary text (same as the upgraded {{diff}} — explicit reference).') }} |
{{ '{{llm_intent}}' }} |
{{ _('The AI Change Intent that was evaluated.') }} |
{{ '{{' }}{{ token[0] }}{{ '}}' }} |
{{ token[1] }} |