Дополнительные действия
Gapp (обсуждение | вклад) мНет описания правки |
Gapp (обсуждение | вклад) мНет описания правки Метка: редактор вики-текста 2017 |
||
| Строка 1: | Строка 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "эво инфобокс", | |||
"params": { | |||
"name": { | |||
"label": "Имя", | |||
"type": "string", | |||
"default": "{{PAGENAME}}", | |||
"description": "(если не указано - берётся название страницы)", | |||
"required": false | |||
}, | |||
"image": { | |||
"label": "Пикча", | |||
"type": "string", | |||
"description": "(без префикса Файл:)", | |||
"required": false | |||
}, | |||
"caption": { | |||
"label": "Подпись к пикче", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"irl_name": { | |||
"label": "Настоящее имя", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"birthday": { | |||
"label": "День рождения", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"location": { | |||
"label": "Место жительства", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"nicknames": { | |||
"label": "Псевдонимы", | |||
"type": "string", | |||
"description": "сюда же старые никнеймы", | |||
"required": false | |||
}, | |||
"activity": { | |||
"label": "Род деятельности", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"interests": { | |||
"label": "Интересы", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"sociolinks": { | |||
"label": "Социоссылки", | |||
"type": "unbalanced-wikitext" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||