Lines Matching refs:icon

29   * display an icon at the top of the page;
30 * use this icon as the page favicon;
31 * display an icon before internal wiki links;
41 … Candidate names for the ''big'' icon (separated by '';''). Supports ''~pagename~''. | ''~pagename…
42 …name | Candidate names for the ''small'' icon (separated by '';''). Supports ''~pagename~''. | ''~…
44 | icon_size | Size of the icon displayed at the top of the page (px). | ''55'' |
46 | show_on_top | Show the icon at the top of the page. | ''true'' |
47 | show_as_favicon | Use the icon as favicon. | ''true'' |
48 …back | Fallback inheritance policy when the page has no icon: none, direct parent, or first icon f…
49 | link_icons | Show an icon before internal links: ''none'' (disabled), ''existing'' (existing page…
53 From a page, use the **Manage icon** action, then:
54 * upload a ''big'' icon;
55 * upload a ''small'' icon;
56 * delete the current icon.
71 …eID, $size = "bigorsmall")'' | ''2026-03-09'' | Returns the mediaID of a page icon, or ''false''. |
72 …ID, $size = "bigorsmall")'' | ''2026-03-09'' | Returns the mediaID of the icon associated with a m…
73 …withDefault = false)'' | ''2026-03-09'' | Returns the versioned URL of a page icon, or ''false''. |
74 …ithDefault = false)'' | ''2026-03-09'' | Returns the versioned URL of the icon associated with a m…
75 …55], &$mtime = null)'' | ''2026-03-09'' | Returns the default image to use when no icon is found. |
77 | ''getUploadMediaIconPage($mediaID = "")'' | ''2026-03-06'' | Returns the icon management URL asso…
79 …)'' | ''2026-03-11'' | Tells whether a media file should be considered an icon managed by the plug…
88 | ''normalizeIconBaseName($name)'' | ''2026-03-11'' | Normalizes an icon filename without namespace…
120 If no icon is found on the page itself, the plugin can also inherit:
121 * no icon;
122 * the direct parent icon;
123 * the first icon found while walking up parent namespaces.
129 …s ''sidebar'' and ''footer'' during icon/favicon injection, to avoid a layout include replacing th…