Translations:Stat API/34/ru: Difference between revisions

From Wiki Kaminari Click
(Created page with "'''Полный список метрик вы можете получить с помощью этого URL.''' |- |type |<code>range</code><nowiki> | </nowiki><code>list</code><nowiki> | </nowiki><code>binary</code> | |- |range |{from: Number, to: Number} |Используется в фильтрах с типом <code>range</code> |- |include |[Any] |Используется в фильтрах с типом <code>l...")
 
(No difference)

Latest revision as of 17:38, 10 April 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Stat API)
'''Full list of metrics you can get with this [[#How_to_get_all_possible_groupings_and_metrics|URL]].'''
|-
|type
|<code>range</code><nowiki> | </nowiki><code>list</code><nowiki> | </nowiki><code>binary</code>
|
|-
|range
|{from: Number, to: Number}
|For filters with type <code>range</code>
|-
|include
|[Any]
|For filters with type <code>list</code> and <code>binary</code>. Show only records with included values.
|-
|exclude
|[Any]
|For filters with type <code>list</code> and <code>binary</code>. Show only records without included values.
|}

Полный список метрик вы можете получить с помощью этого URL. |- |type |range | list | binary | |- |range |{from: Number, to: Number} |Используется в фильтрах с типом range |- |include |[Any] |Используется в фильтрах с типом list и binary. Чтобы выводить только строки, в которых встречаются искомые значения. |- |exclude |[Any] |Используется в фильтрах с типом list и binary. Чтобы выводить все строки, кроме тех, в которых встречаются искомые значения. |}