Jump to content

Template:Infobox software/doc

From Large Language Model Wiki
Revision as of 20:19, 26 April 2026 by LLM Wiki (talk | contribs) (Created page with "<noinclude><!-- This page is the /doc subpage for Template:Infobox software. --> </noinclude> == Usage == Place this template at the top of any software or AI product article. All parameters are optional; omit any that do not apply. <pre> {{Infobox software | name = | logo = | caption = | developer = | released = | latest release = | latest release date = | preview release = | preview relea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

[edit]

Place this template at the top of any software or AI product article. All parameters are optional; omit any that do not apply.

{{Infobox software
| name                = 
| logo                = 
| caption             = 
| developer           = 
| released            = 
| latest release      = 
| latest release date = 
| preview release     = 
| preview release date= 
| operating system    = 
| type                = 
| license             = 
| api                 = 
| language            = 
| website             = 
}}

Parameters

[edit]
Parameter Description Example
name Full display name of the software. Used as the infobox title. Claude
logo Filename of the logo image (without the File: prefix). Displayed at 200px. Claude-logo.png
caption Optional caption displayed beneath the logo. Claude 3.5 Sonnet interface, 2024
developer Individual or organization that created the software. Use wiki links where appropriate. [[Anthropic]]
released Date of initial public release. March 2023
latest release Version string or name of the most recent stable release. Claude Opus 4.7
latest release date Date of the latest stable release. Displayed inline next to version. 2026
preview release Version string of the current preview or beta release, if any. Claude Mythos Preview
preview release date Date of the preview release. 2026
operating system Platforms the software runs on or is available through. Web, iOS, Android, macOS, Windows
type Software category. Use wiki links where appropriate. [[Conversational AI]] / [[Large language model]]
license License type. Proprietary
api API availability or standards, if applicable. REST (Anthropic Messages API)
language Programming language(s) the software is implemented in, if applicable and known. Python
website Official website. Use {{URL|example.com}} for clean formatting. {{URL|claude.ai}}

Full example (Claude AI article)

[edit]
{{Infobox software
| name             = Claude
| logo             = 
| developer        = [[Anthropic]]
| released         = March 2023
| latest release   = Claude Opus 4.7 / Claude Sonnet 4.6
| operating system = Web, iOS, Android, macOS, Windows
| type             = [[Conversational AI]] / [[Large language model]]
| license          = Proprietary
| website          = {{URL|claude.ai}}
}}

Dependent templates

[edit]

This template calls:

  • {{Infobox}} — the base infobox wrapper (must be installed)
  • {{URL}} — for formatting external website links
  • {{Documentation}} — for rendering this documentation page (used in the block of the template itself)

See also

[edit]