Template:Infobox mod/doc

From Discord Client Modding Wiki
Revision as of 03:00, 11 March 2024 by Wing (talk | contribs) (Created page with "== Usage == <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Infobox mod | name = <!-- Mod name --> | logo = <!-- File name without 'File:' --> | logoCaption = <!-- Make sure to mention the logos author, if known. Ex: SomeMod's logo, made by ModOwner --> | screenshot = <!-- File name without 'File:' --> | screenshotCaption = <!-- Description of the screenshot --> | yearsActive = <!-- Month YYYY - Month YYYY or present (X years ago, from start date), ex: Janu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

{{Infobox mod
| name = <!-- Mod name -->

| logo = <!-- File name without 'File:' -->
| logoCaption = <!-- Make sure to mention the logos author, if known. Ex: SomeMod's logo, made by ModOwner -->

| screenshot = <!-- File name without 'File:' -->
| screenshotCaption = <!-- Description of the screenshot -->

| yearsActive = <!-- Month YYYY - Month YYYY or present (X years ago, from start date), ex: January 2020 - present (4 years ago) -->

| platforms = <!-- Any of Desktop, Web, Android, iOS -->

| developers = <!-- List of the mod's lead developers, optionally hyperlink to their wiki pages -->

| website = <!-- somesite.com (Use hyperlink with https) -->

| guild = <!-- discord.gg/invite (hyperlink with https) -->

| repo = <!-- some-mod/SomeMod (hyperlink to full repo url) -->

| licenses = <!-- Full License Name (Abbr.) - Ex: Open Software License 3.0 (OSL-3.0) -->

| languages = <!-- List of programming languages used to write the mod, optionally link to the languages Wikipedia page or its homepage if it doesn't have one -->
}}

Example

{{Infobox mod
| name = Vencord

| logo = Vencord logo.png
| logoCaption = Vencord logo, made by Synqat

| screenshot = Vesktop screenshot.png
| screenshotCaption = Screenshot of the Vencord settings page using the Vencord theme by Synqat

| yearsActive = August 2022 - present (1.5 years ago)

| platforms = Desktop, Web, Android

| developers = [[Vendicated]]

| website = [https://vencord.dev vencord.dev]

| guild = [https://discord.gg/vencord discord.gg/vencord]

| repo = [https://github.com/Vendicated/Vencord Vendicated/Vencord]

| licenses = GNU General Public License 3.0 (GPLv3)

| languages = [https://en.wikipedia.org/wiki/TypeScript TypeScript], [https://en.wikipedia.org/wiki/JavaScript JavaScript]
}}
Vencord
Vencord logo, made by Synqat
Screenshot of the Vencord settings page using the Vencord theme by Synqat
ActiveAugust 2022 - present (1.5 years ago)
Platform(s)Desktop, Web, Android
Lead developer(s)Vendicated
Websitevencord.dev
Discord serverdiscord.gg/vencord
RepositoryVendicated/Vencord
License(s)GNU General Public License 3.0 (GPLv3)
Language(s)TypeScript, JavaScript