Difference between revisions of "Modding:Community/entry"

From Stardew Valley Wiki
Jump to navigation Jump to search
m (fix typo)
(remove now-unused `nexus id` parameter & switch back to updated {{nexus author}})
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>|- style="vertical-align: top;" data-display-name="{{{display name|}}}" data-discord-id="{{{discord id|}}}" data-discord-name="{{{discord name|}}}" data-nexus-id="{{{nexus id|}}}" data-github-id="{{{github id|}}}" {{#if:{{{author url|}}}|data-custom-author-url="{{#tag:nowiki|{{{author url}}}}}"}} {{#if:{{{source url|}}}|data-custom-source-url="{{#tag:nowiki|{{{source url}}}}}"}}
+
<includeonly>|- style="vertical-align: top;" data-display-name="{{{display name|}}}" data-discord-id="{{{discord id|}}}" data-discord-name="{{{discord name|}}}" data-nexus-name="{{{nexus name|}}}" data-github-id="{{{github id|}}}" data-reddit-name="{{{reddit name|}}}" {{#if:{{{author url|}}}|data-custom-author-url="{{#tag:nowiki|{{{author url}}}}}"}} {{#if:{{{source url|}}}|data-custom-source-url="{{#tag:nowiki|{{{source url}}}}}"}}
 
| {{{display name}}}<br /><small style="font-size:0.75em;">{{{discord name}}} on Discord</small>
 
| {{{display name}}}<br /><small style="font-size:0.75em;">{{{discord name}}} on Discord</small>
 
| <!--
 
| <!--
Line 5: Line 5:
 
ignore empty entries-->{{#arraysearcharray:modsArray|modsArray|/\S/}}<!--
 
ignore empty entries-->{{#arraysearcharray:modsArray|modsArray|/\S/}}<!--
 
print mod list-->{{#arrayprint:modsArray|,&#32;|@@@@|@@@@}}
 
print mod list-->{{#arrayprint:modsArray|,&#32;|@@@@|@@@@}}
| {{#if:{{{nexus id|}}}|{{nexus author|{{{nexus id}}}|Nexus}}|{{{author url|}}}}}
+
| {{#if:{{{nexus name|}}}|{{nexus author|{{{nexus name}}}|Nexus}}|{{{author url|}}}}}
 
| {{#if:{{{github id|}}}|{{github|{{{github id}}}|GitHub}}|{{{source url|}}}}}
 
| {{#if:{{{github id|}}}|{{github|{{{github id}}}|GitHub}}|{{{source url|}}}}}
 
| {{#if:{{{reddit name|}}}|<small>[https://www.reddit.com/user/{{urlencode:{{{reddit name}}}}} u/{{{reddit name}}}]</small>}}
 
| {{#if:{{{reddit name|}}}|<small>[https://www.reddit.com/user/{{urlencode:{{{reddit name}}}}} u/{{{reddit name}}}]</small>}}
Line 21: Line 21:
 
  |discord name = Pathoschild#0001
 
  |discord name = Pathoschild#0001
 
  |discord id  = 226803198218731520
 
  |discord id  = 226803198218731520
  |nexus id    = 1552317
+
  |nexus name  = Pathoschild
 
  |github id    = Pathoschild
 
  |github id    = Pathoschild
 
  |reddit name  = Pathoschild
 
  |reddit name  = Pathoschild
Line 47: Line 47:
 
| Your unique user ID. See [https://support.discordapp.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID- how to get your Discord ID] (or we can provide it when you request the role on Discord).
 
| Your unique user ID. See [https://support.discordapp.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID- how to get your Discord ID] (or we can provide it when you request the role on Discord).
 
|-
 
|-
| <code>nexus id</code>
+
| <code>nexus name</code>
| Your unique user ID on [https://www.nexusmods.com/stardewvalley Nexus Mods] (if applicable). You can get it by clicking your username in the top-right corner, clicking ''My Profile'', and copying the number at the end of the URL.
+
| Your username on [https://www.nexusmods.com/stardewvalley Nexus Mods] (if applicable).
 
|-
 
|-
 
| <code>github id</code>
 
| <code>github id</code>
Line 71: Line 71:
 
|-
 
|-
 
| <code>author url</code>
 
| <code>author url</code>
| A custom URL to your mod author page, if you're not on Nexus Mods. You should leave <code>nexus id</code> blank when using this.
+
| A custom URL to your mod author page, if you're not on Nexus Mods. You should leave <code>nexus name</code> blank when using this.
 
|-
 
|-
 
| <code>source url</code>
 
| <code>source url</code>

Latest revision as of 18:35, 24 April 2024


Usage

Before adding yourself to the table, you must be level 25 on the Stardew Valley Discord and request the role there first.

To add an entry, copy & paste this template into the table (sorted by display name):

{{/entry
 |display name = Pathoschild
 |discord name = Pathoschild#0001
 |discord id   = 226803198218731520
 |nexus name   = Pathoschild
 |github id    = Pathoschild
 |reddit name  = Pathoschild
 |mod types    = SMAPI
 |sample mod 1 = {{nexus mod|541|Lookup Anything}}
 |sample mod 2 = {{nexus mod|518|Chests Anywhere}}
 |sample mod 3 = {{nexus mod|1063|Automate}}
}}

Standard fields:

field description
display name The name you're most commonly known as. This usually matches your Nexus and/or Discord name.
discord name Your username on Discord, including the numbers. You can click your name in the bottom-left corner of Discord to copy it.
discord id Your unique user ID. See how to get your Discord ID (or we can provide it when you request the role on Discord).
nexus name Your username on Nexus Mods (if applicable).
github id Your username on GitHub (if applicable).
reddit name Your username on Reddit (if applicable).
mod types The mod types you've released. The possible types are SMAPI (C# mods), pixels (pixel art), and content (content packs). You can have multiple types (comma-delimited).
sample mod 1
sample mod 2
sample mod 3
Links to up to three example mods you've released. You can choose any mods you want, and change them anytime.

Uncommon fields:

field description
author url A custom URL to your mod author page, if you're not on Nexus Mods. You should leave nexus name blank when using this.
source url A custom URL to your source code (if any), if it's not on GitHub. You should leave github id blank when using this.