Talk:Cargo Request Computer: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
No edit summary
continuing the discussion about the orders table
Line 28: Line 28:


: Thats the plan! I'm currently reworking my "script" that does automatic updated on items and item recipes and I plan to add stuff like this to it (and many more!). Of course if you want to automate this - feel free to, because who knows when Im gonna finish my thing.  [[User:Aliser|Aliser]] ([[User talk:Aliser|talk]]) 02:06, 15 May 2025 (UTC)
: Thats the plan! I'm currently reworking my "script" that does automatic updated on items and item recipes and I plan to add stuff like this to it (and many more!). Of course if you want to automate this - feel free to, because who knows when Im gonna finish my thing.  [[User:Aliser|Aliser]] ([[User talk:Aliser|talk]]) 02:06, 15 May 2025 (UTC)
:: seeing as I currently don't know how to do this, for now I will just copy/write the information by hand, not ''all'' of it (description is really unimportant, if I don't find where to copy if from the git, I am not going to waste time typing it manually). The most important information at the moment is to have the orders name, category, price, and ''actual'' content (which the description isn't always correct about...)
:: however, in general, making the script is definitely worth it in the long term. Even in the event it breaks, the text/table itself that will be generated (or will be available at the last version of the git before the bricking) will still be useable ''as text'' until the script can be fixed/replaced. The only way it won't is if, not only the repository format is changed, but also the content of the orders themselves are significantly altered, in which case, both text and code will need to be altered anyway, so more work will have to be done regardless of what path we take.
:: also, I forgot that the "cargo" page has most of the orders already written down, so a lot of the manual typing is already done... Just needs to be moved and updated a bit.  [[User:NonEuclideanHead|NonEuclideanHead]] 11:34, 15 May 2025 (UTC)

Revision as of 11:36, 15 May 2025

Page for the cargo request computer

Very, very, work in progress at the moment.

First page I made from scratch on this wiki, if you think something is formatted wrong / confusingly, there's a good chance that it is, please do feel free to help and fix.

low priority - infobox

right now, i dont think any infobox template is designed / designated to be used for consoles/computers/machines or even constructs in general

I definitely think there should be one for consoles/computers/machines, seeing as its an entire category of items / structures in it of itself, there are a lot of them, they are probably here to stay, and they are very formulaic

with all that said - overall, low priority; the already existing infoboxs (right now, mostly the item infobox) should probably be worked on and refined beofre hand, seeing as there arent many pages that need a "console infobox" at the moment

Just something to consider for the future

Makes sense. Something like a "structure" infobox for machines and stuff (think fax machines, PA, airlocks or smth). If you could compile a list of fields for these, I can quickly throw an infobox together. Aliser (talk) 02:06, 15 May 2025 (UTC)

High(est for this page) priority - orders table

considering the all the data for the table is available via the github, the entire table can just be automated by having a format/script pull the info from there. This would basically solve all formatting discussion because it we can just have the table display things in how they are presented in the code and in game 1 to 1.

With the massive benefit of "only needing to do this once": if a script can do it, only a single line needs to be formatted, the rest should be automatic, and then even the massive-er benefit of having the page basically maintain itself! (as long as large changes aren't done to the data format, which will damage or straight up brick the script, which is totally a possibility)

There is more to this specific discussion - I will continue this page tomorrow (hopefully)

Thats the plan! I'm currently reworking my "script" that does automatic updated on items and item recipes and I plan to add stuff like this to it (and many more!). Of course if you want to automate this - feel free to, because who knows when Im gonna finish my thing. Aliser (talk) 02:06, 15 May 2025 (UTC)
seeing as I currently don't know how to do this, for now I will just copy/write the information by hand, not all of it (description is really unimportant, if I don't find where to copy if from the git, I am not going to waste time typing it manually). The most important information at the moment is to have the orders name, category, price, and actual content (which the description isn't always correct about...)
however, in general, making the script is definitely worth it in the long term. Even in the event it breaks, the text/table itself that will be generated (or will be available at the last version of the git before the bricking) will still be useable as text until the script can be fixed/replaced. The only way it won't is if, not only the repository format is changed, but also the content of the orders themselves are significantly altered, in which case, both text and code will need to be altered anyway, so more work will have to be done regardless of what path we take.
also, I forgot that the "cargo" page has most of the orders already written down, so a lot of the manual typing is already done... Just needs to be moved and updated a bit. NonEuclideanHead 11:34, 15 May 2025 (UTC)