Template:Infobox Character: Difference between revisions

no edit summary
m (Fixing alignment)
No edit summary
Line 7: Line 7:
                     {{#if: {{{rarity|}}}[[File:{{{rarity}}}.png|right|40x40px]]|}} {{#if: {{{type|}}}|[[File:{{{type}}}.png|right|40x40px]]|}}
                     {{#if: {{{rarity|}}}[[File:{{{rarity}}}.png|right|40x40px]]|}} {{#if: {{{type|}}}|[[File:{{{type}}}.png|right|40x40px]]|}}
                 </div>
                 </div>
<!-- I'm sorry this following line isn't spaced properly, if I space it the alignment breaks -->
                 <div>{{#if: {{{name|}}}|[[File:{{{name|}}}_1r.png|140x140px]]|[[File:Empty Blessing_1r.png|140x140px]]}}</div>
                 <div>{{#if: {{{name|}}}|[[File:{{{name|}}}_1r.png|140x140px]]|[[File:Empty Blessing_1r.png|140x140px]]}}</div>
             </div>
             </div>
Line 13: Line 14:
                 <p>'''Title:''' {{{title|}}}</p>
                 <p>'''Title:''' {{{title|}}}</p>
                 <p>'''Race:''' {{{race|}}}</p>
                 <p>'''Race:''' {{{race|}}}</p>
                {{#if: {{{occupation|}}}|<p>'''Occupation:''' {{{occupation}}}</p>|}}
                <hr style="clear: both" />
                <p>'''Rarity:''' {{{rarity|}}}</p>
                <p>'''Type:''' {{{type|}}}</p>
                {{#if: {{{bondGroup|}}}|<p>'''Bond:''' {{{bondGroup}}}</p>|}}
                {{#if: {{{voiceActor|}}}|<p>'''Voice Actor:''' {{{voiceActor}}}</p>|}}
             </div>
             </div>
         </div>
         </div>
Line 36: Line 43:
"type": {
"type": {
"label": "Type (Optional) [Fellows Only]",
"label": "Type (Optional) [Fellows Only]",
"description": "The characters type.",
"description": "The character's type.",
"example": "Diligent",
"example": "Diligent",
"type": "string",
"type": "string",
Line 49: Line 56:
"rarity": {
"rarity": {
"label": "Rarity",
"label": "Rarity",
"description": "The characters rarity.",
"description": "The character's rarity.",
"example": "UR/SSR/SSR+/SR/R/N",
"example": "UR/SSR/SSR+/SR/R/N",
"type": "string",
"type": "string",
Line 64: Line 71:
"title": {
"title": {
"label": "Title",
"label": "Title",
"description": "The characters title.",
"description": "The character's title.",
"type": "string",
"type": "string",
"required": true
"required": true
Line 70: Line 77:
"race": {
"race": {
"label": "Race",
"label": "Race",
"description": "The characters race.",
"description": "The character's race.",
"type": "string",
"type": "string",
"required": true
"required": true
Line 76: Line 83:
"occupation": {
"occupation": {
"label": "Occupation (Optional) [Fellows Only]",
"label": "Occupation (Optional) [Fellows Only]",
"description": "The characters occupation.",
"description": "The character's occupation.",
"type": "string"
},
"bondGroup": {
"label": "Bond Group (Optional) [Fellows Only]",
"description": "The set a character is a part of",
"type": "string"
},
"voiceActor": {
"label": "Voice Actor (Meta Info)",
"description": "The voice actor for a character",
"type": "string"
"type": "string"
}
}
Line 88: Line 105:
"bio",
"bio",
"type",
"type",
"rarity"
"rarity",
        "bondGroup",
        "voiceActor"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
contributors, Interface administrators, uploadaccess
1,001

edits