Talk:Achievements

From UnderMine Wiki
Jump to navigation Jump to search

Images

Why are 2-5 main bosses are named in files "-lord", but Selt, QS is named "selt"? (Ach defeat shadowlord.png, Ach defeat selt.png) Gordem (talk) 09:10, 21 October 2020 (UTC)

I want to rename the files soon, but currently, they use the API name from steam, from the time I've downloaded them. - Magiczocker (talk) 13:50, 21 October 2020 (UTC)
The images are now moved and they use the achievement name instead of assets name from the game files. - Magiczocker (talk) 19:18, 22 October 2020 (UTC)

One-line code formatting

It that a good idea to format the code for one achievement on each line? — Gordem (talk) 08:42, 6 November 2020 (UTC)

Its a good idea. - Magiczocker (talk) 10:06, 7 November 2020 (UTC)
OK, I'm going to do that today or yesterday. — Gordem (talk) 13:15, 7 November 2020 (UTC)

Purpose of HTML codes

What's the point of using HTML codes instead of commas, dots, brackets? — Gordem (talk) 07:27, 13 November 2020 (UTC)

We use html codes, because of dpl regex. That is used to split the achievements in the achievement template, otherwise it has problems with it. Magiczocker01 (talk) 17:16, 13 November 2020 (UTC)
OK, which exact symbols should be replaced by HTML? — Gordem (talk) 17:18, 13 November 2020 (UTC)
Maybe https://regex101.com/ helps to understand regex (regular expressions). Magiczocker01 (talk) 17:39, 13 November 2020 (UTC)
I. e., every regex-special symbol? — Gordem (talk) 17:46, 13 November 2020 (UTC)
I think so. Magiczocker01 (talk) 17:49, 13 November 2020 (UTC)