mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
docs: 📚️ add documentation on modifications on clientPreferences.js
This commit is contained in:
parent
53ba8747ad
commit
173f093a07
|
@ -1,3 +1,13 @@
|
|||
/**
|
||||
* Based on @wikimedia/mediawiki.skins.clientpreferences 1.1.1
|
||||
*
|
||||
* @see https://github.com/wikimedia/mediawiki-skins-Vector/tree/master/resources/skins.vector.clientPreferences
|
||||
*
|
||||
* Modificactions
|
||||
* - Use localStoarge instead of cookies
|
||||
* - Add mw.message wrapper to replace message keys
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ClientPreference
|
||||
* @property {string[]} options that are valid for this client preference
|
||||
|
|
Loading…
Reference in a new issue