Template:Character: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(Voice clip support)
Line 51: Line 51:
<tr><th>Hobbies</th><td>{{{Hobbies|}}}</td></tr>
<tr><th>Hobbies</th><td>{{{Hobbies|}}}</td></tr>
<tr><th>Illustrator</th><td>{{{Illustrator|{{{Illust|}}}}}}</td></tr>
<tr><th>Illustrator</th><td>{{{Illustrator|{{{Illust|}}}}}}</td></tr>
<tr><th>Voice</th><td>{{{Voice|}}}</td></tr>
<tr><th>Voice</th><td class="character-voice" {{#ifexist: File:{{{VoiceClip|{{PAGENAMEE}}_Title}}}.ogg | data-voice="{{filepath:{{{VoiceClip|{{PAGENAMEE}}_Title}}}.ogg|nowiki}}" | }}>{{{Voice|}}}</td></tr>
<tr><th>Release Date</th><td>{{{ReleaseDate|???}}}</td></tr>
<tr><th>Release Date</th><td>{{{ReleaseDate|???}}}</td></tr>
</table>
</table>
Line 271: Line 271:
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
"VoiceClip": {
"description": "Soundclip of character voice saying the games' name, .ogg audio format. <CharacterName>_Title is tried by default.",
"example": "Airi_Title",
"type": "string"
},
},
"ReleaseDate": {
"ReleaseDate": {