Открыть меню
Toggle preferences menu
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

Шаблон:InfoboxЧел/doc: различия между версиями

Материал из Бебравикии
Дополнительные действия
м Gapp переименовал страницу Шаблон:InfoboxЧел/Doc в Шаблон:InfoboxЧел/doc без оставления перенаправления
Нет описания правки
 
(не показано 7 промежуточных версий 2 участников)
Строка 1: Строка 1:
<templatedata>
<templatedata>
{
{
  "description": "An infobox template for displaying personal information.",
"description": "Инфобокс для персон.",
  "params": {
"params": {
    "name": {
"name": {
      "label": "Name",
"label": "Имя",
      "type": "string",
"type": "string",
      "description": "Name of the person (defaults to page name if not provided).",
"default": "{{PAGENAME}}",
      "default": "{{PAGENAME}}",
"description": "(если не указано - берётся название страницы)",
      "required": false
"required": false
    },
},
    "image": {
"image": {
      "label": "Image",
"label": "Пикча",
      "type": "string",
"type": "wiki-file-name",
      "description": "Filename of the image (without the File: prefix).",
"description": "(без префикса Файл:)",
      "required": false
"required": false
    },
},
    "caption": {
"caption": {
      "label": "Caption",
"label": "Подпись к пикче",
      "type": "string",
"type": "string",
      "description": "Caption for the image.",
"required": false
      "required": false
},
    },
"irl_name": {
    "irl_name": {
"label": "Настоящее имя",
      "label": "Real Name",
"type": "string",
      "type": "string",
"required": false
      "description": "The person's real name.",
},
      "required": false
"birthday": {
    },
"label": "День рождения",
    "birthday": {
"type": "string",
      "label": "Date of Birth",
"required": false
      "type": "string",
},
      "description": "The person's date of birth.",
"location": {
      "required": false
"label": "Место жительства",
    },
"type": "string",
    "location": {
"required": false
      "label": "Location",
},
      "type": "string",
"nicknames": {
      "description": "The person's place of residence.",
"label": "Псевдонимы",
      "required": false
"type": "string",
    },
"description": "сюда же старые никнеймы",
    "nicknames": {
"required": false
      "label": "Nicknames",
},
      "type": "string",
"activity": {
      "description": "Nicknames or aliases of the person.",
"label": "Род деятельности",
      "required": false
"type": "string",
    },
"required": false
    "activity": {
},
      "label": "Occupation",
"interests": {
      "type": "string",
"label": "Интересы",
      "description": "The person's main activity or occupation.",
"type": "string",
      "required": false
"required": false
    },
},
    "interests": {
"imagewidth": {
      "label": "Interests",
"label": "Ширина пички",
      "type": "string",
"default": "200px",
      "description": "The person's interests.",
"autovalue": "200px",
      "required": false
"suggested": true
    }
}
  }
},
"paramOrder": [
"name",
"image",
"imagewidth",
"caption",
"irl_name",
"birthday",
"location",
"nicknames",
"activity",
"interests"
],
"format": "block"
}
}
</templatedata>
</templatedata>