Interested Article - Настройки
sigourney
- 2021-07-19
- 1
Usage
This template creates a link to Special:Preferences with an optional link to a particular tab, an optional setting name, and an optional value. There are also options to display an unchecked or checked box with user specified text. The output of this template is formatted to set it off from any other text in the sentence.
-
{{myprefs}}
-
{{myprefs| tab }}
-
{{myprefs| tab | setting }}
-
{{myprefs| tab | setting | value }}
-
{{myprefs| tab | setting | uncheck= text }}
-
{{myprefs| tab | setting | check= text }}
Parameters
- 1 (unnamed)
- The first unnamed optional parameter is for the tab; either the tab name or the corresponding number may be used. The names are not case senstive. The numbers may be used, but they no longer represent the current order as displayed in Preferences.
-
Current tabs (in order displayed) Input Output User profile
0Настройки → Личные данные Appearance
1Настройки → Внешний вид Editing
3Настройки → Редактирование Recent changes
4Настройки → Свежие правки Watchlist
5Настройки → Список наблюдения Notifications
10Настройки → Уведомления Gadgets
9Настройки → Гаджеты Beta features
Beta
11Настройки → Бета-функции
-
Former tabs Input Output Notes Date and time
2Настройки → Дата и время These settings are now on the "Appearance" tab. Misc
7
12Настройки → Разное Pending changes
8Настройки → Патрулирование These settings are now on the "Recent changes" tab.
- Note: MW1.19 swapped the order of Gadgets and Pending changes.
- 2 (unnamed)
- The second unnamed optional parameter adds an arrow followed by the parameter text— this is for the full name of the setting.
- Настройки → Внешний вид → {{{2}}}
- 3 (unnamed)
- The third unnamed optional parameter adds an equals followed by the parameter text— this is for the value of the setting.
- Настройки → Редактирование → {{{2}}} = {{{3}}}
- uncheck
- This optional parameter adds an arrow followed by an unchecked box and the parameter text. It will not be displayed if any value is assigned to the third unnamed parameter.
- Настройки → Свежие правки → {{{2}}} → {{{uncheck}}}
- check
- This optional parameter adds an arrow followed by a checked box and the parameter text. It will not be displayed if any value is assigned to the third unnamed parameter or to the uncheck parameter.
- Настройки → Уведомления → {{{2}}} → {{{check}}}
Examples
{{myprefs}}
{{myprefs|0}}
{{myprefs|Editing}}
{{myprefs|Gadgets|Disable smaller font sizes of elements such as Infoboxes, Navboxes and References lists}}
- Настройки → Гаджеты → Disable smaller font sizes of elements such as Infoboxes, Navboxes and References lists
{{myprefs|Recent changes|Basic interface|Use small icons and minimal text to show review status of pages}}
- Настройки → Свежие правки → Basic interface = Use small icons and minimal text to show review status of pages
{{myprefs|Appearance|Diffs|uncheck=Do not show page content below diffs}}
- Настройки → Внешний вид → Diffs → Do not show page content below diffs
{{myprefs|Appearance|Diffs|check=Omit diff after performing a rollback}}
- Настройки → Внешний вид → Diffs → Omit diff after performing a rollback
sigourney
- 2021-07-19
- 1