Manual:$wgShowUpdatedMarker/de-formal

From Linux Web Expert

Revision as of 07:15, 17 August 2022 by imported>ThisCarthing (Created page with "== Details ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Recent changes, new pages, watchlist and history</translate>: $wgShowUpdatedMarker
Show new changes: bold in watchlist, with "updated since my last visit" in history.
<translate> Introduced in version:</translate>1.5.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(boolean)
<translate> Default value:</translate>true

Details

If watchlisted page was changed after it was visited:

  • history page: new edits are marked with "updated since your last visit"
  • watchlist: the page title is bolded

Also the watchlist has a message "Pages that have been changed since you last visited them are shown in bold." and a button "Mark all pages visited" that marks all entries as "visited".

If enabled, action=info will display the number of active watchers of the page based on $wgWatchersMaxAge .

Dependencies

If $wgEmailAuthentication is false, this setting is ignored.

Styling

For different styling of watchlist entries see w:WP:Customizing watchlists#Styling of recently updated pages.

See also