Template:Infobox mod: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
(Use actual image captions and remove day from date format)
(Switch to InfoboxImage)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}}
{{Infobox
| name = {{{name||{{PAGENAMEBASE}}}}}
| name = {{{name|{{PAGENAMEBASE}}}}}
| above = {{{name||{{PAGENAMEBASE}}}}}
| above = {{{name|{{PAGENAMEBASE}}}}}


| image1 = [[File:{{{logo|}}}|thumb|{{{logoCaption|}}}]]
| image1 = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size=300px}}
| caption1 = {{{logoCaption|}}}


| image2 = [[File:{{{screenshot|}}}|thumb|{{{screenshotCaption|}}}]]
| image2 = {{#invoke:InfoboxImage|InfoboxImage|image={{{screenshot|}}}|size=300px}}
| caption2 = {{{screenshotCaption|}}}


| label1 = Active
| label1 = Active
Line 32: Line 33:
| data8  = {{{languages|}}}
| data8  = {{{languages|}}}
}}
}}
</includeonly>
</includeonly><noinclude>{{Documentation}}</noinclude>
<noinclude>
{{Infobox mod
| name = Mod name
| logo = Vencord Logo.png
| logoCaption = {{{Mod}}}s logo, created by {{{Some User}}}
 
| screenshot = Vesktop screenshot.png
| screenshotCaption = Description of the screenshot
 
| yearsActive = Month YYYY - (Month YYYY or present)
 
| platforms = Desktop, Web, Android, iOS
 
| developers = Developer1 (link to GitHub profile, wiki entry, or website; wiki entry preferred)
 
| 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 = Lang1, Lang2
}}
</noinclude>

Latest revision as of 19:40, 11 March 2024