Template:Favicon
[[File:Logo of {{{1}}}.svg|16px|link=|class=noviewer|text-bottom]] {{{1}}}
Documentation
This template displays a uniform 16px inline company logo followed by a linked name. By default, it assumes the image is named Logo of [Name].svg. It is designed to sit cleanly within a line of text or a data table without altering line heights.
Usage
Standard Usage (Companies) If the image follows the standard naming convention, you only need to provide the company name.
- Code:
{{Favicon|At-Bay}} - Behavior: Looks for
File:Logo of At-Bay.svgand creates a link to the At-Bay page.
Custom Image Usage (Non-Standard File Names)
If the logo does not follow the standard naming convention, use the image= parameter to override it.
- Code:
{{Favicon|Acme Corp|image=Acme-logo-2024.svg}} - Behavior: Uses
File:Acme-logo-2024.svgand creates a link to the Acme Corp page.
Parameters
1(Required): The name of the company. This acts as both the text label and the target for the wikilink. It also sets the default image search.image(Optional): The exact file name (including the extension, like.svg) to be displayed, overriding the default logo search. Do not include the "File:" prefix.