Template:Infobox mod: Difference between revisions
Jump to navigation
Jump to search
(Use actual image captions and remove day from date format) |
No edit summary |
||
Line 34: | Line 34: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{ | {{Documentation}} | ||
}} | |||
</noinclude> | </noinclude> |
Revision as of 03:03, 11 March 2024
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 | |
---|---|
Active | August 2022 - present (1.5 years ago) |
Platform(s) | Desktop, Web, Android |
Lead developer(s) | Vendicated |
Website | vencord.dev |
Discord server | discord.gg/vencord |
Repository | Vendicated/Vencord |
License(s) | GNU General Public License 3.0 (GPLv3) |
Language(s) | TypeScript, JavaScript |