Robin C. Ladiges
Robin C. Ladiges
Example 1: ```js wtf('[[Page 1]], [[Page 1]]').sentences(0).html() ``` Result: ```html Page 1, Page 1 ``` Expected Result: ```html Page 1, Page 1 ``` --- Example 2: ```js wtf('Just click on...
When using the normal link syntax for category pages inside an article `[[Category:Foo]]`, it doesn't add a link to the text, but adds the page to the category. Therefore it's...
### Describe the PR This PR adds two new slots to ``, namely `tabs-before` and `tabs-after`. These slots can be used to add content before or after the tabs navigation...
This will add an optional new feature, that can be activated with the `groupCheckboxes` option. When activated it will add checkboxes to the groups. These checkboxes allow to select or...
This commit fixes #57
so non-semver tags don't trigger a deployment that will fail. It's not a normal regexp syntax. Dots `.` will only match dots and not any characters.
This commit fixes #383
By not detecting new saves correctly before, players were sent all moons while still being in cap kingdom. Having those moons made the game crash if the cutscenes from cap...
This commit fixes issue #8
Follow up to issue #15. The current beta build only offers the English language, but the final game is going to be translated into several languages. To offer localized item...