Difference between revisions of "Modding:Community/entry"

From Stardew Valley Wiki
Jump to navigation Jump to search
(add example output to documentation)
(expand usage docs)
Line 8: Line 8:
  
 
==Usage==
 
==Usage==
Most modders should use this template (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]):
+
'''Before adding yourself to the table, you must be level 25 on the [[Modding:Community|Stardew Valley Discord]] and request the role there first.'''
 +
 
 +
To add entry, copy & paste this template into the table (sorted by display name):
 
<pre>
 
<pre>
 
{{/entry
 
{{/entry
Line 22: Line 24:
 
</pre>
 
</pre>
  
Which looks like this:
+
Standard fields:
 +
 
 +
{| class="wikitable"
 +
|-
 +
! field
 +
! description
 +
|-
 +
| <code>display name</code>
 +
| The name you're most commonly known as. This usually matches your Nexus and/or Discord name.
 +
|-
 +
| <code>discord name</code>
 +
| Your username on Discord, including the numbers. You can click your name in the bottom-left corner of Discord to copy it.
 +
|-
 +
| <code>discord id</code>
 +
| 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>
 +
| 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.
 +
|-
 +
| <code>github id</code>
 +
| Your username on [https://github.com GitHub] (if applicable).
 +
|-
 +
| <code>reddit name</code>
 +
| Your username on [https://www.reddit.com/r/StardewValley Reddit] (if applicable).
 +
|-
 +
| <code>mod types</code>
 +
| The mod types you've released. The possible types are <tt>SMAPI</tt> (C# mods), <tt>pixels</tt> (pixel art), and <tt>content</tt> (content packs). You can have multiple types (comma-delimited).
 +
|-
 +
| <code>sample mods</code>
 +
| Links to up to three example mods you've released.
 +
|}
 +
 
 +
Uncommon fields:
 +
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! modder
+
! field
! sample mods
+
! description
! more mods
+
|-
! GitHub
+
| <code>author url</code>
! Reddit
+
| 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.
! mod types
+
|-
{{Modding:Community/entry
+
| <code>source url</code>
|display name = Pathoschild
+
| A custom URL to your source code (if any), if it's not on GitHub. You should leave <code>github id</code> when using this.
|discord name = Pathoschild#0001
 
|discord id  = 226803198218731520
 
|nexus id     = 1552317
 
|github id    = Pathoschild
 
|reddit name  = Pathoschild
 
|mod types    = SMAPI
 
|sample mods  = {{nexus mod|541|Lookup Anything}}, {{nexus mod|518|Chests Anywhere}}, {{nexus mod|1063|Automate}}.
 
}}
 
 
|}
 
|}
  
Custom arguments:
 
* For modders not on Nexus, leave <code>nexus id</code> blank and add <code>author url = URL HERE</code>.
 
* For modders whose source code (if any) isn't on GitHub, leave <code>github id</code> blank and add <code>source url = URL HERE</code>.
 
 
[[Category:Modding]]
 
[[Category:Modding]]
 
</noinclude>
 
</noinclude>

Revision as of 17:25, 4 June 2021


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 entry, copy & paste this template into the table (sorted by display name):

{{/entry
 |display name = Pathoschild
 |discord name = Pathoschild#0001
 |discord id   = 226803198218731520
 |nexus id     = 1552317
 |github id    = Pathoschild
 |reddit name  = Pathoschild
 |mod types    = SMAPI
 |sample mods  = {{nexus mod|541|Lookup Anything}}, {{nexus mod|518|Chests Anywhere}}, {{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 id Your unique user ID on 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.
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 mods Links to up to three example mods you've released.

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 id 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 when using this.