Template:CharacterInfobox: Difference between revisions
Template page
More actions
Created page with "<includeonly> {| class="infobox" style="width: 250px; font-size: 90%; border: 1px solid #aaa; background-color: #f9f9f9;" |- ! colspan="2" style="text-align:center; background-color:#ccc;" | {{{name|<i>İsimsiz</i>}}} |- | colspan="2" style="text-align:center;" | [[File:{{{image|Placeholder.png}}}|200px]] |- ! Gerçek Adı: | {{{realname|Bilinmiyor}}} |- ! Cinsiyet: | {{{gender|Bilinmiyor}}} |- ! Tür: | {{{species|Bilinmiyor}}} |- ! Rol: | {{{role|Bilinmiyor}}} |- ! İl..." |
No edit summary |
||
Line 1: | Line 1: | ||
< | <table class="tg-infobox"> | ||
<tr> | |||
<td colspan="2" class="tg-infobox-title">{{{name}}}</td> | |||
</tr> | |||
| | {{#if:{{{image|}}}| | ||
| | {{Infobox image row |image={{{image}}} |caption={{{caption|}}} |imageWidth=300 }} | ||
}} | |||
{{#if:{{{age|}}}|{{Infobox row |label=Yaş |data={{{age}}}}}}} | |||
{{#if:{{{role|}}}|{{Infobox row |label=Rol |data={{{role}}}}}}} | |||
| | {{#if:{{{abilities|}}}|{{Infobox row |label=Yetenekler |data={{{abilities}}}}}}} | ||
{{#if:{{{affiliation|}}}|{{Infobox row |label=Bağlı Grup |data={{{affiliation}}}}}}} | |||
| {{{ | </table> | ||
| | |||
| {{{role | |||
| | |||
|} | |||
</ | |||
<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> |
Latest revision as of 21:11, 12 June 2025
{{{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>