Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Расширение:TemplateData

From mediawiki.org
This page is atranslated version of the pageExtension:TemplateData and the translation is 29% complete.
Languages:
Справка по расширениям MediaWiki
TemplateData
Статус релиза: стабильно
РеализацияТег,API
ОписаниеПозволяет хранить, получать и визуализировать информацию о шаблонах
Автор(ы)Timo Tijhof,Moriel Schottlender,James Forrester,Trevor Parscal,Bartosz Dziewoński, Marielle Volz, ...
Последняя версия0.2.0 (Постоянные обновления)
Политика совместимостиСнэпшоты выходят вместе с MediaWiki. Мастер не имеет обратной совместимости.
PHP5.4+
Изменения в БДНет
ЛицензияGNU General Public License 2.0 или позднее
Скачать
  • $wgTemplateDataMaxFavorites
  • $wgTemplateDataEnableFeaturedTemplates
  • $wgTemplateDataEnableDiscovery
  • $wgTemplateDataEnableCategoryBrowser
  • $wgTemplateDataCategoryBrowserItem
  • $wgTemplateDataEditorNamespaces
  • $wgTemplateDataUseGUI
‎<templatedata>
Переведите расширение TemplateData, если оно доступно на translatewiki.net
ПроблемыОткрытые задачи ·Сообщить об ошибке

РасширениеTemplateData вводит тег‎<templatedata> и API, которые вместе позволяют редакторам указывать, как следует использовать шаблоны и их параметры.Эта информация доступна в виде красиво отформатированной таблицы для конечных пользователей и в виде API в формате JSON, который позволяет другим системам (например,VisualEditor) создавать интерфейсы для работы с шаблонами.СмотритеHelp:TemplateData для детальной информации.

Установка

Это расширениепоставляется с MediaWiki 1.35 и выше, так что вам не нужно загружать его. Остальные инструкции по настройке всё равно необходимо соблюдать.
  • Скачайте и распакуйте файл(ы) в папку с названиемTemplateData в вашей папкеextensions/.
    Вместо этого разработчикам и соавторам кода следует установить расширениеиз Git, используя:
    cdextensions/gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
  • Добавьте следующий код в конце вашего файлаLocalSettings.php:
    wfLoadExtension('TemplateData');
  • YesГотово – Перейдите на страницуSpecial:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.

Редактирование данных

Расширение TemplateData работает при помощи тэга‎<templatedata>, определенного в вики-разметке на странице шаблона (по желанию он также может быть включен из другой страницы).Оно было разработано, чтобы быть совместимым с общим макетом, который есть во многих вики, включая документацию шаблона с отдельной страницы (но не обязательно).Содержимое тега‎<templatedata> должно быть валидным JSON, использующим описанный ниже формат; обратите внимание, чтовсе описания должны быть простым текстом (в данных шаблонах не должно присутствовать вики-разметки).

Когда‎<templatedata> помещён на страницу, расширение TemplateData выполняет следующие проверки при сохранении:

  1. Содержание должно быть валидным JSON;
  2. Каждый элемент JSON должен соответствовать указанному ниже типу (т. е. объект, массив или примитивный тип); и
  3. Для элементов, имеющих список возможных значений (например, параметраtype), значение в объекте JSON должно соответствовать одному из этих значений.

В случае нарушения этих условий сервер не позволит сохранить изменения, и над страницей редактирования появится сообщение об ошибке.

Для элементов савтоматическим значениемT4700 предотвращает работуsubst: в любом шаблоне, добавленном внутри тега, включая теги‎<ref> и‎<gallery>.Блок TemplateData будет сохранен правильно, но полученная вики-разметка не будет правильно проанализирована при использовании шаблона.

Пожалуйста, избегайте использования{{#tag:templatedata}}, поскольку это делает невозможным использованиередактора данных шаблона.

Формат

Ниже представлена визуализированная версия данных JSON, как определена на странице шаблона, сопровождаемой тегами‎<templatedata>‎</templatedata>.Формальная спецификация доступна в репозитории TemplateData.См.Specification.md для последней версии.

Объекты TemplateData

Объект TemplateData представляет собой «корневой элемент JSON», заключённый в элемент‎<templatedata> на странице шаблона.

КлючТипОписание
descriptionInterfaceText илиnullКраткое описание шаблона.Это должно быть в виде обычного текста После заполнения, он может отображаться в качестве надписи при редактировании одного шаблона и, возможно, в результатах поиска, когда пользователи выбирают один из многих других вариантов. По умолчаниюnull.

→ For more details see:description

paramsОбъект, содержащийпараметры объектаОбъект, который сопоставляет каждое имя параметра шаблона с соответствующимпараметром объекта, описывающим свойства этого параметра.

→ For more details see:params

paramOrderМассив, содержащий строки имен параметровЛогический порядок, в котором параметры должны отображаться. Массив содержит каждый параметрный ключ точно один раз. Каждая строка должна быть действительным ключом в объектеparams.

→ For more details see:paramOrder

setsArray containing
Set objects
An array containing set specifications.A set is a group of parameters that should be used together. Значение по умолчанию: []. Заметьте, что функциональностьsets всё ещё в разработке.
formatстрока,inline либоblockHow the template's wikitext representation SHOULD be laid out. Значение по умолчанию:inline.See#Custom_formats for other custom formats.
mapsObject containingMap objectsAn object that links a simplified name of a third party consumer of the template data (i.e.Citoid,Special:MyLanguage/Wikidata, etc.) to a map object that in turn links a name of a consumer parameter to one or more corresponding names of template parameters.

Объект параметра

КлючТипПо умолчаниюОписание
labelInterfaceTextnull(Очень) короткое имя параметра. Старайтесь не превышать длину в более чем 20 символов.

→ For more details see:label

descriptionInterfaceTextnullКороткое описание параметра, чтобы пользователи знали, что выбирать из списка.

→ For more details see:description

requiredбулево значениеfalseОбозначает, необходим ли параметр для работы шаблона (true, если параметрдолжен быть указан).

→ For more details see:required

suggestedбулево значениеfalseWhether the parameter is suggested for the template to be useful (true if this parametershould be specified).

→ For more details see:suggested

deprecatedбулево значение либо строкаfalseWhether the parameter is deprecated.The value can be a string of instructions giving the user guidance what instead can be done, or be simplytrue.

→ For more details see:deprecated

aliasesМассив из строк[]Список псевдонимов. Псевдоним — это альтернативное имя для параметра, которое может быть использовано вместо (не в дополнение) основного.Aliases are not documented in a separate Parameter object.If they need more information, they should be in their own property marked "deprecated".

→ For more details see:aliases

defaultInterfaceTextnullA fixed default value used by the template if no value is assigned to the parameter, or a description thereof.

→ For more details see:default

autovalueстрокаnullA dynamically-generated default value in wikitext, such as today's date or the editing user's name; this will often involve wikitext substitution, such as{{subst:CURRENTYEAR}}.

→ For more details see:autovalue

exampleInterfaceTextnullAn example text for the parameter, to help users fill in the proper value.

→ For more details see:example

typeстрока"unknown"The type of the parameter, for (soft) type hinting. One of:
Значение строкиТип параметра
"unknown"Assumed type if not set

→ For more details see:value ‘unknown’

"number"Any numerical value (without decimal points or thousand separators)

→ For more details see:value ‘number’

"string"Any textual value. May contain line breaks.

→ For more details see:value ‘string’

"line"Short text field – use for names, labels, and other short-form fields.This is supposed to be text that is not expected to contain line breaks.

→ For more details see:value ‘line’

"boolean"A boolean value ('1' for true, '0' for false, '' for unknown), seethree-valued logic.

→ For more details see:value ‘boolean’

"date"A date in ISO 8601 format, e.g. "2014-05-09" or "2014-05-09T16:01:12Z"

→ For more details see:value ‘date’

"url"A URL, including protocol, e.g. "http://www.example.org", "https://example.org", or "//example.org".

→ For more details see:value ‘url’

"wiki-page-name"A valid MediaWiki page name for the current wiki.Doesn't have to exist, but if not, should be a valid page name which could be created.

→ For more details see:value ‘wiki-page-name’

"wiki-file-name"A valid MediaWiki file name for the current wiki.Doesn't have to exist, but if not, should be a valid file name which could be uploaded.Should not include the namespace (e.g. "Foo.svg" not "File:Foo.svg" or "Bild:Foo.svg").

→ For more details see:value ‘wiki-file-name’

"wiki-template-name"A valid MediaWiki Template name for the current wiki.

→ For more details see:value ‘wiki-template-name’

"wiki-user-name"A valid MediaWiki user name for the current wiki.Doesn't have to exist, but if not, should be a valid user name which could be created.Should not include the namespace (e.g. "Foo" not "User:Foo" or "Usario:Foo").

→ For more details see:value ‘wiki-user-name’

"content"Page content in wikitext, such as text style, links, images,etc.

→ For more details see:value ‘content’

"unbalanced-wikitext"Raw wikitext that should not be treated as standalone content because it is unbalanced – for example, templates concatenating incomplete wikitext as a bigger whole, such as{{echo|before=<u>|after=</u>}}

→ For more details see:value ‘unbalanced-wikitext’

→ For more details see:type

inheritsстроканет
substituted
The name key of another parameter (must be a valid key in theparams object).The currentParameter Object will inherit properties from the specifiedParameter Object, with local properties overriding the inherited ones.

→ For more details see:inherits

suggestedvaluesArray containing strings[]An optional parameter property.Creates a list of parameter values to help users select the desired value.For the suggested values to be displayed as a combo box in VisualEditor, the parameter’s type must be set to one of the following: content, line, string, number, unknown or unbalanced wikitext.

→ For more details see:suggestedvalues

Set object

Key

Object or primitive type

Description

labelInterfaceTextA (very) brief name for the parameter set.Try to keep under 20-ish characters.
paramsArray of stringsOne or more names of parameters to include in the set (each must be a valid key in theparams object).A parameter may be in multiple sets.Not every parameter must be in a set.

Maps structure

Maps is a single data structure that goes multiple levels deep.It became common to call the second level a“map object”.

KeyTypeDefaultDescription
name of consumerobject{}An object that links aname of a consumer to amap object that in turn links aname of a consumer parameter to one or more correspondingnames of template parameters.

Thenames of the template parameters can be specified either as a string (one name), an array of strings (several names), or an array of arrays of strings (several sets of names); each of these strings must be a valid key in theparams object elsewhere in the same template's TemplateData.

A specific template parameter may be in multiple maps, and it may be used in the values of multiple keys in a given map, but not every template parametermust be in a map.

A shortened example from English Wikipedia'sTemplate:Cite_news#TemplateData illustrates the structure of map objects.

{"proveit": {"main": "title","textarea": ["quote"]},"citoid": {"title": "title","url": "url","publisher": "publisher","publicationTitle": "work","date": "date","ISSN": ["issn"],"ISBN": ["isbn"],"contributor": "others","author": [["first","last"],["first2","last2"],["first9","last9"]],"editor": [["editor-first","editor-last"]]}}

InterfaceText (string or object)

A free-form plain-text string (i.e. no wikitext or HTML) in the content-language of the wiki, or an object containing those strings keyed by language code.

The default value for all InterfaceText fields isnull.

String type

If it is a string, it must contain a non-localized string in the content language of the local wiki.

Object type

If it is an object, the object must have this mapping:

KeyTypeDescription
Wikipedia language codestringLocalized string for users of that interface language.

Example of object mapping:

KeyValue
"en""Welcome to Wikipedia"
"de""Willkommen bei Wikipedia"
"fr""Bienvenue sur Wikipédia"
"nl""Welkom op Wikipedia"
"it""Benvenuti su Wikipedia"
"es""Bienvenidos a Wikipedia"
"ru""Добро пожаловать в Википедию"

Example

An example TemplateData structure as specified within wikitext on a template page.

<templatedata>{"description":"Label unsigned comments in a conversation.","params":{"user":{"label":"User's name","type":"wiki-user-name","required":true,"description":"User name of person who forgot to sign their comment.","aliases":["1"]},"date":{"label":"Date","suggested":true,"description":{"en":"Timestamp of when the comment was posted, in YYYY-MM-DD format."},"aliases":["2"],"autovalue":"{{subst:#time:Y-m-d}}"},"year":{"label":"Year","type":"number"},"month":{"label":"Month","inherits":"year"},"day":{"label":"Day","inherits":"year"},"comment":{"required":false}},"sets":[{"label":"Date","params":["year","month","day"]}],"maps":{"ExampleConsumer":{"foo":"user","bar":["year","month","day"],"quux":["date",["day","month"],["month","year"],"year"]}}}</templatedata>

Below is how the above example would be displayed on the template page:

Label unsigned comments in a conversation.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
User's nameuser1

User name of person who forgot to sign their comment.

Userrequired
Datedate2

Timestamp of when the comment was posted, in YYYY-MM-DD format.

Auto value
{{subst:#time:Y-m-d}}
Unknownsuggested
Yearyear

no description

Numberoptional
Monthmonth

no description

Numberoptional
Dayday

no description

Numberoptional
commentcomment

no description

Unknownoptional

API

See the generated help atSpecial:ApiHelp/templatedata.A sample invocation (formatted for human readability) is:

api.php?action=templatedata&titles=Template:Cite%20web&format=json [попробуйте в ApiSandbox]

This returns the template data forTemplate:Cite web.The‎<templatedata>...‎</templatedata> block for this template is on its transcluded template documentation page,en:Template:Cite web/doc.

Additions and changes to JSON as received from the API

The JSON structure provided in response to an API HTTP get request is significantly different than that which is defined in the‎<templatedata>...‎</templatedata> block.In response to the API request, extension TemplateData makes the following changes to the JSON object:

    1. Add thetitle key with the name of the page from which the data was requested (e.g. "Template:Cite web").
    2. Add thesets key
    3. Change all TemplateText occurrences that are just strings to objects with a single key for the current wiki'sWikipedia language code
    4. Remove allinherits keys.
      • Add all properties from parameter from which an inheritance is defined which are not superseded by explicitly defined keys in the inheritor'sParameter Object.
    5. Add default values for all keys in eachParameter Object which have not been explicitly defined or inherited.

Visualised differences in a TemplateData JSON object delivered by the API

Wrapper objects added to JSON delivered by API
These are not defined in the JSON object enclosed by the‎<templatedata> tags on the template page.
JSON Root
KeyTypeDescription
pagesPage ObjectThe Page object (contains one key which is the page number).If multiple pages were requested at one time there will be multiple Page Objects.

Page Object
KeyTypeDescription
{{{1}}}TemplateData ObjectTheTemplateData Object containing the information payload.The key is a static page number for the template page from which the JSON data was requested.
TemplateData Object (added by API)
The following key is added to the root of the JSON object which is enclosed in‎<templatedata> tags on the template page.
KeyTypeDescription
titlestringThe page name of the template (e.g. "Template:Cite web").
This key isnot contained in the JSON structure on the template page.It is added to the structure by the MediaWiki software in route to delivery via the API.
setsArray containingSet ObjectsAn array containing set specifications.A set is a group of parameters that should be used together.
If this does not exist on the template page it is added as an empty array to the structure provided by the API.
Parameter Objects from API
KeyTypeDescription
labelInterfaceTexttranslated toInterfaceText object, if not already in that format.
requiredbooleanIf not defined, default value offalse added.
descriptionInterfaceTextornullIf defined as a string, converted to aInterfaceText object.If not defined, key is added with anull value.
deprecatedboolean or stringIf not defined, default value offalse added.
aliasesArray of stringsIf not defined, a default empty array is assigned (i.e. [] ).
defaultstringIf not defined, default of "" is assigned.
typestringIf not defined, default of "unknown" is assigned.
inherits(удалено)This key is removed and all inherited keys are added.Keys defined for the current parameter take precedence and any keys not defined on either the current param, or the one from which it inherits are given the default value.
InterfaceText (Object ornull):
An object containing strings keyed by language code.
KeyObject or
primitive type
Description
Object
(containing localized strings byWikipedia language code)
If a TemplateData field on the template page contains a string, not an object with localized strings, MediaWiki translates it into an InterfaceText Object with a string assigned to the key name of the source WikipediaWikipedia language code.The default for all InterfaceText fields isnull.
(Wiki language code)stringLocalized string for users of that interface language.

Example of JSON object provided by API

The response to an API request for the TemplateData structure in theExample section (above) can be seen:

Настройка

ПеременнаяПо умолчаниюОписание
$wgTemplateDataUseGUItrueЭкспериментальный диалоговый интерфейс для TemplateData JSON
$wgTemplateDataEditorNamespaces[ 10 ]The namespaces in which the template data editor appears when creating or editing a page. (T189989)
$wgTemplateDataMaxFavorites50The maximum number of favorite templates that can be stored. (T377460)


См. также

Это расширение используется в одном или несколькихпроектах Викимедиа. Вероятно, это означает, что расширение стабильно и работает достаточно хорошо, чтобы использоваться такими сайтами с высоким трафиком. Найдите название этого расширения в файлах конфигурации ВикимедиаCommonSettings.php иInitialiseSettings.php, чтобы узнать, где оно установлено. Полный список расширений, установленных на конкретной вики, можно увидеть на страницеSpecial:Version wiki.
Это расширение включено в следующие вики-фермы/хостинги и/или пакеты:Это не исчерпывающий список. Некоторые вики-фермы/хостинги и/или пакеты могут содержать это расширение, даже если они не перечислены здесь. Всегда сверяйтесь со своими вики-фермами/хостингами или комплектами/бандлами для подтверждения.
Retrieved from "https://www.mediawiki.org/w/index.php?title=Extension:TemplateData/ru&oldid=7910901"
Categories:

[8]ページ先頭

©2009-2025 Movatter.jp