Template:Infobox mod: Difference between revisions
Jump to navigation
Jump to search
Yellowsink (talk | contribs) m (oopsie - fix wrong if check for logo) |
Yellowsink (talk | contribs) (Switch to InfoboxImage) |
||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | <includeonly>{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | ||
| name = {{{name|{{PAGENAMEBASE}} | | name = {{{name||{{PAGENAMEBASE}}}}} | ||
| above = {{{name|{{PAGENAMEBASE}} | | above = {{{name||{{PAGENAMEBASE}}}}} | ||
| image1 = {{# | | image1 = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size=300px}} | ||
| caption1 = {{{logoCaption|}}} | |||
| image2 = {{# | | image2 = {{#invoke:InfoboxImage|InfoboxImage|image={{{screenshot|}}}|size=300px}} | ||
| caption2 = {{{screenshotCaption|}}} | |||
| label1 = Active | | label1 = Active |
Latest revision as of 19:40, 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 |