Lines Matching refs:icon
7 - display an icon at the top of the page (`show`);
8 - use this icon as the browser tab favicon (`show_as_favicon`);
9 - display an icon before internal wiki links;
10 - provide an icon management page with `?do=pagesicon`;
16 From a page, use the `Manage icon` action to:
17 - upload a `big` icon;
18 - upload a `small` icon;
19 - delete the current icon.
24 - `icon_name`: candidate filenames for the `big` icon, separated by `;`, with support for `~pagenam…
25 - `icon_thumbnail_name`: candidate filenames for the `small` icon, separated by `;`, with support f…
27 - `icon_size`: size of the icon displayed at the top of the page
29 - `show_on_top`: displays the icon in the page
30 - `show_as_favicon`: uses the icon as favicon
31 - `parent_fallback`: allows using a parent icon when the page has none
32 - `link_icons`: displays an icon before internal links (`none` / `existing` / `all`)
44 - `getPageIconId()`: returns the media ID of a page icon
45 - `getMediaIconId()`: returns the media ID of the icon associated with a media file
46 - `getPageIconUrl()`: returns the versioned URL of a page icon
47 - `getMediaIconUrl()`: returns the versioned URL of the icon associated with a media file
48 - `getDefaultIconUrl()`: returns the URL of the default image to use when no icon is found
49 - `getUploadIconPage()`: returns the icon management URL for a page
50 - `getUploadMediaIconPage()`: returns the icon management URL for a media file
51 - `notifyIconUpdated()`: notifies other plugins that an icon changed
55 When an icon is modified, the plugin triggers the `PLUGIN_PAGESICON_UPDATED` event.
61 If no icon is found on the page itself, the plugin can also:
62 - inherit no icon;
63 - use the direct parent icon;
64 - use the first icon found while walking up parent namespaces.