Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CharacterInfobox

Template page
{{{name}}}

<templatedata> {

 "description": "Karakter bilgi kutusu. Resim, yaş, yetenek, rol ve bağlı grup gibi temel bilgileri gösterir.",
 "params": {
   "name": {
     "label": "İsim",
     "description": "Karakterin adı",
     "type": "string",
     "required": true
   },
   "image": {
     "label": "Resim",
     "description": "Karakterin görsel dosyası (sadece dosya adı, örnek: karakter.png)",
     "type": "string"
   },
   "caption": {
     "label": "Resim altyazısı",
     "description": "Görselin altında yazacak açıklama",
     "type": "string"
   },
   "age": {
     "label": "Yaş",
     "type": "string"
   },
   "role": {
     "label": "Rolü",
     "type": "string"
   },
   "abilities": {
     "label": "Yetenekler",
     "type": "string"
   },
   "affiliation": {
     "label": "Bağlı grup",
     "type": "string"
   }
 }

} </templatedata>