ZDoom Wiki Thread

We sure do have a lot of rules and guidelines threads - find them all here, and please make sure you've read them! Also, community-wide announcements (that aren't major ZDoom News) go here as well.
User avatar
Redneckerz
Spotlight Team
Posts: 1090
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: ZDoom Wiki Thread

Post by Redneckerz »

Blue Shadow wrote: Thu Apr 27, 2023 4:27 pm I decided to put the flags in a table. It should be better, I think.
Even better, Blue! Looks great, thank you :)
User avatar
Enjay
 
 
Posts: 26574
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: ZDoom Wiki Thread

Post by Enjay »

That looks great.

A couple of questions about the table behaviour:
When I first go to the table, the columns have a double arrow beside the column heading. Looking at the entries, I assume this means that the table entries are being displayed in the order that the author typed them. Is that correct?

If it is, after clicking the heading, the headings toggle between ascending and descending sorting (potentially very useful) but, other than refreshing the page, I don't see a way to return to unsorted. Is that intended?
ZzZombo
Posts: 317
Joined: Mon Jul 16, 2012 2:02 am

Re: ZDoom Wiki Thread

Post by ZzZombo »

If it uses the same implementation seen on Wikimedia wikis, than yes. Although using Flex model CSS allows to rewrite the sorting function in a way that retains the original row order.
Cacodemon345
Posts: 422
Joined: Fri Dec 22, 2017 1:53 am
Graphics Processor: ATI/AMD (Modern GZDoom)

Re: ZDoom Wiki Thread

Post by Cacodemon345 »

Hey, can I have editing access to the ZDoom Wiki? Thanks.
User avatar
Redneckerz
Spotlight Team
Posts: 1090
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: ZDoom Wiki Thread

Post by Redneckerz »

Cacodemon345 wrote: Tue Aug 22, 2023 8:13 am Hey, can I have editing access to the ZDoom Wiki? Thanks.
You gotta have to ask Gez.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Re: ZDoom Wiki Thread

Post by randi »

Cacodemon345 wrote: Tue Aug 22, 2023 8:13 am Hey, can I have editing access to the ZDoom Wiki? Thanks.
Do you have a wiki account already? There's no user named "Cacodemon345" on there.
Cacodemon345
Posts: 422
Joined: Fri Dec 22, 2017 1:53 am
Graphics Processor: ATI/AMD (Modern GZDoom)

Re: ZDoom Wiki Thread

Post by Cacodemon345 »

randi wrote: Wed Aug 23, 2023 6:01 pm
Cacodemon345 wrote: Tue Aug 22, 2023 8:13 am Hey, can I have editing access to the ZDoom Wiki? Thanks.
Do you have a wiki account already? There's no user named "Cacodemon345" on there.
No, I don't.
User avatar
Rachael
Posts: 13794
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: ZDoom Wiki Thread

Post by Rachael »

randi wrote: Wed Aug 23, 2023 6:01 pm Do you have a wiki account already? There's no user named "Cacodemon345" on there.
The name '*' was banned for registration on the wiki in order to force account registration to happen through an admin. I thought you knew about this, because it happened while you were still maintaining ZDoom.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Re: ZDoom Wiki Thread

Post by randi »

Rachael wrote: Thu Aug 24, 2023 12:12 amThe name '*' was banned for registration on the wiki in order to force account registration to happen through an admin. I thought you knew about this, because it happened while you were still maintaining ZDoom.
I know we were using patterns to match bot registrations, but I don't recall us having locked it down entirely.
yum13241
Posts: 853
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: ZDoom Wiki Thread

Post by yum13241 »

Wouldn't the name * be a disaster without proper anti-injection measures?
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: ZDoom Wiki Thread

Post by wildweasel »

yum13241 wrote: Thu Aug 31, 2023 1:46 pm Wouldn't the name * be a disaster without proper anti-injection measures?
In this case, the * will block all attempts to register a name, as it is a wildcard. Trying to exploit a system using the server block list is patently pointless because you already have access to it if you're able to change the block list.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Re: ZDoom Wiki Thread

Post by randi »

Updates to the wiki:
  • The MediaWiki installation has been upgraded from version 1.34 to 1.39.
  • Raze: namespace was added for the Raze wiki.
  • Subpages are now enabled in the main namespace, so you can create pages ParentPage and ParentPage/ChildPage, and they will be considered related.
A further upgrade of the MediaWiki installation will come once I figure out why it crashes with PHP 8. The rest of the site seems fine running on both PHP 8.1 and PHP 8.2, and it also works fine on my test box, but the wiki doesn't like the newer PHPs at all on this machine, which is quite maddening. I figured it out, but probably won't upgrade to a whole new version until the next version of MediaWiki is released, because that's the next LTS version. I spent a week on it and want a break.
Blue Shadow
Posts: 5032
Joined: Sun Nov 14, 2010 12:59 am

Re: ZDoom Wiki Thread

Post by Blue Shadow »

When marking a feature with {{new}}, always pass the version number explicitly, please. Using the template without passing anything to it points to the latest version, not the version that was latest at time the feature was marked.
GrayFace
Posts: 29
Joined: Mon Feb 13, 2023 1:34 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 7 x64
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: ZDoom Wiki Thread

Post by GrayFace »

Error in Wiki:
https://zdoom.org/wiki/A_Jump
"A_Jump (127, 4)" is not 50% change, it's 127/256, that is 49,609375% chance. 128 is 50%. Same in all other examples using 127.
"goto Melee // <- This line is skipped because it does not define a frame" - This description is wrong, because this is only a snippet and Melee can be defined outside of it. Needs to be changed to something like "Go to Melee state (if it is defined) ~98% of the time"

Many monster reference definitions aren't up-to-date, specifically *BOSS flags aren't set in the Wiki.

https://zdoom.org/wiki/DECORATE_expressions
"Warning: Modifying the actor's health is NOT the same as healing and damaging. Modifying this field simply changes its base value." is confusing, should be changed to "Warning: Modifying health field directly simply changes its base value. A_SetHealth modifies current health, but it is NOT the same as healing and damaging."

P.S. I'd like to have a Wiki account to change things directly.

Return to “Rules and Forum Announcements”