Anonymous
×
Create a new article
Write your page title here:
We currently have 632 articles on SpellForce Wiki - Rohens encyclopedia. Type your article name above or click on one of the titles below and start writing!



SpellForce Wiki - Rohens encyclopedia

Template:CharacterInfoBox: Difference between revisions

0z2y (talk | contribs)
No edit summary
0z2y (talk | contribs)
No edit summary
Line 34: Line 34:
         <data source="health"><label>Health</label><format>{{{health}}}</format></data>
         <data source="health"><label>Health</label><format>{{{health}}}</format></data>
         <data source="armor" span="2"><label>Armor</label><format>{{{armor}}}</format></data>
         <data source="armor" span="2"><label>Armor</label><format>{{{armor}}}</format></data>
<data source="mana" span="3"><label>Mana</label><format>{{{mana}}}</format></data>
         </group>
         </group>
     </section>
     </section>
Line 44: Line 43:
     </section>
     </section>
   </panel>  
   </panel>  
  <group>
   <header>Resistances</header>
   <header>Resistances</header>
    <data source="veryweak"><label>Very weak</label><format>{{{veryweak}}}</format></data>
    <data source="weak"><label>Weak</label><format>{{{weak}}}</format></data>
    <data source="resistant"><label>Resistant</label><format>{{{resistant}}}</format></data>
    <data source="veryresistant"><label>Very resistant</label><format>{{{veryresistant}}}</format></data>
    <data source="immune"><label>Immune</label><format>{{{immune}}}</format></data>
  </group>
   <panel>
   <panel>
     <section>
     <section>
         <group row-items="3">
         <group row-items="3">
        <data source="health 0star">
    <data source="veryweak"><label>Very weak</label><format>{{{veryweak}}}</format></data>
          <label>Health 0★</label>
    <data source="weak"><label>Weak</label><format>{{{weak}}}</format></data>
        </data>
        <data source="damage 0star" span="2">
          <label>Damage 0★</label>
          <format>{{#var:damage 0star}}</format>
        </data>
         </group>
         </group>
     </section>
     </section>
     <section>
     <section>
         <group row-items="3">
         <group row-items="3">
        <data source="health 1star">
    <data source="resistant"><label>Resistant</label><format>{{{resistant}}}</format></data>
          <label>Health 1★</label>
    <data source="veryresistant"><label>Very resistant</label><format>{{{veryresistant}}}</format></data>
        </data>
        <data source="damage 1star" span="2">
          <label>Damage 1★</label>
          <format>{{#var:damage 1star}}</format>
        </data>
         </group>
         </group>
     </section>
     </section>
     <section>
     <section>
         <group row-items="3">
         <group row-items="3">
        <data source="health 2star">
    <data source="immune"><label>Immune</label><format>{{{immune}}}</format></data>
          <label>Health 2★</label>
  </group>
        </data>
        <data source="damage 2star" span="2">
          <label>Damage 2★</label>
          <format>{{#var:damage 2star}}</format>
        </data>
        </group>
     </section>
     </section>
   </panel>  
   </panel>  

Revision as of 23:19, 18 March 2023

Usage

{{CharacterInfoBox |name = Default_is_Page_Name |icon = SF logo.png |image = <gallery><--USE_ONLY_IF_MULTIPLE_IMGS name_your_image.jpg/png/gif/jpeg/webp </gallery><--USE_ONLY_IF_MULTIPLE_IMGS |caption = image_caption |title = Avatar, Hero, Companion, NPC, Merchant, ... |race = Human, Elf, Dwarf, Orc, ... |gender = Male, Female |class = Warrior, Rogue, Mage, ... |specialization = Light Combat, Heavy Combat, Mind Magic, ... |rank = Critter, Weak, Normal, Lieutenant, Boss, Elite Boss, Player |caste = Archon, Sinistra, Dracon (Dark Elves Only) |skills = Boons, Warcry, Taunt, ... |location = Greyfell |quests = <ul style='list-style-type: "➢ ";'><li>List of quest envolving this character</li></ul> |status = Alive, Dead, Undead, ... |appearance = <ul style='list-style-type: "➢ ";'><li>ToOD</li><li>BoW</li><li>SotP</li><li> ...</li></ul> |unit_id = 1, 10, 148, ... |drops = item, item1, item2 |health = |damage = |mana = |armor = |veryweak = |weak = |resistant = |veryresistant = |immune = }}