H. C. Kruse
H. C. Kruse
For others interested in this there exists [Extension:WSSearch](https://www.mediawiki.org/wiki/Extension:WSSearch) which implements this (in part?). It requires Elasticsearch though
Ah sorry, I should have mentioned that I'm not affiliated with Wikibase. 😃 I saw this issue by chance and noticed that WSSearch was finally released (it was introduced at...
Looking at the source code (https://github.com/martinlindhe/laravel-vue-i18n-generator/blob/master/src/Generator.php#L56) the generator will only compare filenames ignoring the folder path. So if you wanted to exclude `file_name_2.php` you could just add `file_name_2` to your...
The documentation may be a little misleading, `$wgCitizenThemeColor` is only used for setting the `theme-color` meta tag. To change the color of your background you'd need to set either in...
The [MediaWiki Discord](https://discord.gg/ZrV2Ex9) usually helps with any questions regarding MediaWiki and its extensions / skins. You can have a look over [here](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/wiki/Customizing-Citizen-styles) and [here](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/wiki/Adapting-Citizen-styles) to get started with customizing the...
For the footer you'd need to add an extra css rule `.mw-footer{ background-color: ... }`. Header would be `.citizen-header{ background-color: ... }`. For links you'd add something like ```css #bodyContent...
Haven't tested before, but everything works in beta.3 on iOS 16
SWeaponModifierComponentParams now available under the `weapon_modifier` key. 
Is the type task still open?
I've checked the xml files, there does not seem to be a dedicated attribute marking laser pointers as such. For now I'd argue that the description data is as good...