Changes

Line 59: Line 59:  
::My first instinct was to have the items split into multiple charts because there are so many different categories of items (crafting, clothing, special items, recipes, etc.) but I'm not married to it! This has just been a cool outlet for me to kind of learn coding related to something I'm very interested in. Any help or advice is appreciated :) [[User:RaeOSunshine24|RaeOSunshine24]] ([[User talk:RaeOSunshine24|talk]]) 22:23, 25 March 2024 (UTC)
 
::My first instinct was to have the items split into multiple charts because there are so many different categories of items (crafting, clothing, special items, recipes, etc.) but I'm not married to it! This has just been a cool outlet for me to kind of learn coding related to something I'm very interested in. Any help or advice is appreciated :) [[User:RaeOSunshine24|RaeOSunshine24]] ([[User talk:RaeOSunshine24|talk]]) 22:23, 25 March 2024 (UTC)
 
::: I changed my approach and am now trying to adjust it just so it matches the content chart on the  [[Golden Mystery Box]] page, but that's still too big of an edit apparently :( again, someone else is welcome to do it, I just find the current way it's organized hard to read! [[User:RaeOSunshine24|RaeOSunshine24]] ([[User talk:RaeOSunshine24|talk]]) 12:26, 26 March 2024 (UTC)
 
::: I changed my approach and am now trying to adjust it just so it matches the content chart on the  [[Golden Mystery Box]] page, but that's still too big of an edit apparently :( again, someone else is welcome to do it, I just find the current way it's organized hard to read! [[User:RaeOSunshine24|RaeOSunshine24]] ([[User talk:RaeOSunshine24|talk]]) 12:26, 26 March 2024 (UTC)
 +
 +
== Unable to confirm email address ==
 +
 +
I have recently made an account for this wiki, but it seems like the email confirmation is broken, as it never sent me an email and every time I try to have it send one or I replace the email I get the following error code:
 +
 +
"Stardew Valley Wiki could not send your confirmation mail. Please check your email address for invalid characters.
 +
Mailer returned: Failed to send data [SMTP: Invalid response code received from server (code: 554, response: Message rejected: Sending paused for this account. For more information, please check the inbox of the email address associated with your AWS account.)] "
 +
 +
It has been hours since I first tried to confirm my email, but it has sent nothing. I am positive I entered my email address correctly, it seems to be an issue with whatever sends the emails with the confirmation links.
 +
: Same here. [[User:Gofer2x|Gofer2x]] ([[User talk:Gofer2x|talk]]) 11:45, 30 March 2024 (UTC)
 +
 +
== Request move of page Joja Catalogue ==
 +
 +
Hi there, please move Joja Catalogue to [[Joja Furniture Catalogue]] – that's what it is called in game. :)
 +
 +
== Require Permissions to flesh out Wallpaper page ==
 +
 +
I just attempted to flesh out the Wallpaper page to break up the giant table and indicate the sources of various wallpapers, including the two unobtainable wallpapers, but it was flagged as too large an edit for a new user. It would be much appreciated if I could have this restriction lifted somehow. [[User:Sicarious|Sicarious]] ([[User talk:Sicarious|talk]]) 08:25, 12 April 2024 (UTC)
 +
 +
:The restriction will be automatically lifted once you have made 25 edits, if I recall correctly. [[User:User314159|User314159]] ([[User talk:User314159|talk]]) 16:06, 12 April 2024 (UTC)
 +
::It's a bit more than that. Please read [[Help:Editing]], and make changes to the page in smaller increments, saving in-between. Thanks, [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 18:43, 12 April 2024 (UTC)
 +
:::Okay, that got it to work, thanks. Had to break it up quite a bit more than expected, but it's all good now. I don't know if I should clean up this topic myself or not, so I'm just going to leave it for now.[[User:Sicarious|Sicarious]] ([[User talk:Sicarious|talk]]) 06:42, 13 April 2024 (UTC)
 +
 +
== Adding external links to Modding:Mod compatibility ==
 +
 +
I am trying to edit the page of Modding:Mod compatibility and update the mods to their unofficial version that I found on github however I'm blocked because I'm adding external links. I've made more than a dozens of edits to contribute to this page which shares its data with smapi.com/mods for a lot of users. I tried copying the format of other mods who had "github.com" in their block of code but couldn't have my changes accepted as the format was impossible to mimic. I've encountered an automatic message to message moderator and when searching for that word i was directed to this section of the site, I hope this is the correct procedure to go
 +
 +
In short I'd like a solution for a workaround or permission to add these two block of codes as replacement to the currently mods with the status ''broken'' '''(it might be better to view the text below in source code along with the mod page in source code on the side to understand better'''):
 +
[[File:Notepad++ psmzIEumqy.png|thumb|comparison of the two version of code, the one I want to replace VS the outdated code currently present in the mod page]]
 +
<pre>
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Always On Server for Multiplayer
 +
  |author  = funny-snek and Zuberii
 +
  |id      = funny-snek.Always_On_Server
 +
  |nexus  = 2677
 +
  |github  = funny-snek/Always-On-Server-for-Multiplayer
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |unofficial version = 1.20.3
 +
  |unofficial url    = (github link goes here)
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Joys of Efficiency
 +
  |author  = punyo, yakminepunyo
 +
  |id      = punyo.JoysOfEfficiency
 +
  |nexus  = 2162
 +
  |github  = pomepome/JoysOfEfficiency
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |unofficial version = 1.5.0-unofficial.3-Hackswell
 +
  |unofficial url    = (github link goes here)
 +
}}
 +
</pre>
 +
[[User:Twister5798|Twister5798]] ([[User talk:Twister5798|talk]]) 07:29, 15 April 2024 (UTC)Twister5798, 2024-04-15
 +
 +
: Hi! We have link templates for a few whitelisted sites to avoid the spam filter. For example, <code><nowiki>{{github|perkmi/Always-On-Server-for-Multiplayer}}</nowiki></code> produces {{github|perkmi/Always-On-Server-for-Multiplayer}}. —<small>[[User:Pathoschild|Pathoschild]] ([[User talk:Pathoschild|talk]]) 19:37, 15 April 2024 (UTC)</small>
 +
 +
== Request move of Dehydrator Productivity from user space ==
 +
 +
Productivity information was removed from [[Dehydrator]] in edit [[Special:PermanentLink/168482]]. I've created separate pages in user space with that information to clean it up a bit and bring it in line with [[Keg Productivity]] pages. They're in a reasonable state to be published now and can be moved. The following pages can be moved:
 +
* [[User:My hat stinks/Drafts/Dehydrator Productivity]] to '''Dehydrator Productivity'''
 +
* [[User:My hat stinks/Drafts/Dehydrator Productivity - Tiller]] to '''Dehydrator Productivity - Tiller'''
 +
* [[User:My hat stinks/Drafts/Dehydrator Productivity - Artisan]] to '''Dehydrator Productivity - Artisan'''
 +
 +
After the move we should also set up a template '''Template:DehydratorProductivity-top''' to match [[Template:KegProductivity-top]]. Alternatively we can make a more general-purpose template since it breaks the [https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming) rule of 3] (it's also used on [[Preserves Jar Productivity]] and presumably will be on [[Cask Productivity]]), but that's a separate discussion.
 +
 +
[[User:My hat stinks|My hat stinks]] ([[User talk:My hat stinks|talk]]) 10:50, 23 April 2024 (UTC)
 +
:When 1.6 is settled (meaning no more "balance changes" will be made) and you've explained what "5p" and "1p" are ''on the pages'', and fixed the text that links to "Keg", then I will consider moving the pages. In the meantime, please avoid creating redlinks. I understand that was probably for my convenience, but it's not necessary. Thank you, [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 20:28, 23 April 2024 (UTC)
 +
 +
:: "No more balance changes" is a literally impossible goal and not followed anywhere else on the wiki (i.e. every other 1.6 change is documented without contest), but I've made the other changes. It's worth noting that if this page was not in user space any user could make such improvements. [[User:My hat stinks|My hat stinks]] ([[User talk:My hat stinks|talk]]) 21:20, 23 April 2024 (UTC)
 +
 +
== Ginger Island Boat Repair ==
 +
 +
On the Iridium bar, Hardwood, and Battery pack pages (not very important), the Ginger Island Boat Repair wasn't added as a "building", (although not a building, just seems like it would make sense there.) Even though they are technically used there.