Template:Character infobox: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<templatestyles src="Template:Character_infobox/styles.css" /> | <templatestyles src="Template:Character_infobox/styles.css" /> | ||
{| class="character-infobox" | |||
! colspan="2" class="infobox-title" | {{{name|{{PAGENAME}}}}} | |||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
|- | |||
| colspan="2" class="infobox-image" | [[File:{{{image}}}|290px]] | |||
{{#if: {{{caption|}}} | | |||
|- | |||
| colspan="2" class="infobox-caption" | {{{caption}}} | |||
}} | |||
}} | }} | ||
{{#if: {{{race|}}} | | {{#if: {{{race|}}} | | ||
|- | |||
! scope="row" class="infobox-label" | Race | |||
| class="infobox-data" | {{{race}}} | |||
}} | }} | ||
{{#if: {{{affiliation|}}} | | {{#if: {{{affiliation|}}} | | ||
|- | |||
! scope="row" class="infobox-label" | Affiliation | |||
| class="infobox-data" | {{{affiliation}}} | |||
}} | }} | ||
|}<noinclude> | |||
Bu şablon, karakter sayfaları için bir bilgi kutusu oluşturur. | |||
Kullanım Örneği: | |||
<pre> | |||
{{Character infobox | |||
| name = Karakterin Adı | |||
| image = KarakterinResmi.jpg | |||
| caption = Resim alt yazısı | |||
| race = Irkı | |||
| affiliation = Tarafı / Grubu | |||
}} | }} | ||
</ | </pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 20:17, 12 June 2025
Character infobox
- - |
scope="row" class="infobox-label"
- |
scope="row" class="infobox-label" |
---|
Bu şablon, karakter sayfaları için bir bilgi kutusu oluşturur.
Kullanım Örneği:
{{Character infobox | name = Karakterin Adı | image = KarakterinResmi.jpg | caption = Resim alt yazısı | race = Irkı | affiliation = Tarafı / Grubu }}