Wiki Guide/Character Pages

From A3! Wiki

If unsure about anything, please come join us on the A3! Wiki Discord and ask in the #wiki-discussion channel.

Character pages

Most character pages follow the same format:

=Profile=
{{Character Data
|firstname=
|surname=
|name_jp=
|name_en=
|image=
|age=
|height=
|birthday=MM/DD
|bloodtype=
|occupation=
|motif=
|hobby=
|LIME_jp=
|liked_food=
|disliked_food=
|family=
|strength=
|weakness=
|troupe=
|voice=
|signature=
}}
__TOC__
==Official Introduction==

==Character Description==

==Trivia==

==Notes==
<references/>

=Quotes=

=Gallery=
{{Character Page/Gallery}}

=Stories=
==Backstage Stories==
{{Backstage Table}}

==Blog Posts==
{{Character Page/Blog Posts}}
<headertabs/>
{{Navbox}}

Gallery

The Main Characters uses Template:Character Page/Gallery to include story images, blog images, card images, fullbodies and chibi sprites. Some characters don't appear in the story album or blog images, to only include the card files, fullbodies and chibi, we use:

{{Gallery Tabs}}
<gallery>
</gallery>

===Chibi Sprites===
{{#cargo_query:tables=_pageData
|fields=_pageName
|where=_pagename LIKE CONCAT('File:','{{BASEPAGENAME}}','%') AND _pagename LIKE "%Chibi%"
|format=gallery
|mode=nolines
|show bytes=0
|show dimensions=0
|show filename=0}}

or to only include blog images we can use:

==Blog Images==
<div class="flex-container" style="column-gap: 20px; justify-content: center;">
{{#cargo_query:tables=Blog_List
|fields=CONCAT('<div style="max-width:300px; text-align: center;">[[File:',image,'.png]]<br />[[',IF(Blog_List.number < 56, 'MANKAI Company Blog Archives', 'Troupe Member Blog'),'#Blog-',Blog_List.number,'|',Blog_List.startdate,' (',Blog_List.chara,')]]</div>')=ImageMarkup
|where=image_charas HOLDS '{{Character to Troupe|characterfirst2={{BASEPAGENAME}}}}'
|delimiter=
}}
</div>