Template:Infobox website
Template page
More actions
Usage
{{Infobox website
|name=EldritchBot
|logo=EldritchBot.png
|type=Discord Bot
|url=eldritchbot.com
|developer=ExampleDev
|platform=Discord
|status=Active
|launched=March 26, 2026
|screenshot=EldritchBot screenshot.png
|screenshotdate=August 2026
|discord=https://discord.gg/example
|github=https://github.com/example/eldritchbot
}}
Only name is required (it otherwise defaults to the page name); every other row is hidden when omitted. Built on Template:Infobox for the shared name/image/row chrome -- see there for the wiki's common infobox look. For documenting Loka-related websites, bots, and tools such as EldritchBot or StromgardeBot; article prose (what it does, how to use it) belongs below the infobox as normal, the same way it does for every other infobox type.
Parameters
| Parameter | Description |
|---|---|
name
|
Site/bot name. Defaults to the page name. |
logo
|
Filename of a logo/icon image uploaded to the wiki (no File: prefix).
|
type
|
Short badge shown under the name (e.g. Discord Bot, Web Tool, Companion App). Defaults to "Website".
|
url
|
The site's URL without the https:// prefix (e.g. eldritchbot.com, not https://eldritchbot.com) -- there's no #replace parser function on this install to strip a scheme back out, so it has to go in bare. The template adds https:// for the actual link and displays exactly what you typed, so the link text is always the URL itself. Shown as a "Website" row and repeated as a link at the bottom.
|
developer
|
Who made/maintains it. |
platform
|
Where it runs or is accessed (e.g. Discord, Web, Discord & Web).
|
status
|
Current state -- e.g. Active, Beta, Inactive, Discontinued. Case-insensitive; unrecognised values still display, just without special colouring. For something no longer active but historically notable, pair this with Template:Deprecated at the top of the article rather than relying on this field alone.
|
launched
|
Date it went live/was first released. |
screenshot
|
Filename of a screenshot uploaded to the wiki (no File: prefix). Shown as its own panel with a caption, only if the file actually exists.
|
screenshotdate
|
Date the screenshot was taken. Drives the panel's caption: "Screenshot as of <Month> <Year>". Without it, the caption just reads "Screenshot". |
discord
|
Discord server invite link. Shown as an icon in the bottom links row. |
github
|
Source code repository link. Shown as a plain "GitHub" link in the bottom links row. |