How to add a card

From Rage of Bahamut WIKI
Jump to: navigation, search

Contents


[edit] Check if card exists

Just use the searchbox (top right) and enter the base form card name.
If it does not yet exists you will find a link like:
"Create the page "Daphne" on this wiki!"
In this case you can click on the card name to open a new and empty wiki-page. Add and fill out the template which is explained in the next chapter. Upload card images (you can get them from japanese wiki)

[edit] Enter card data

We use the following template for all card(sets).

  • Change to "faction" Demons, Gods OR Man
  • Categorizing is already done by the template
  • The variable {{PAGENAME}} is automatically replaced by the actual pagename, so as long as a part of the card name equals the pagename, use the variable.
  • You dont have to add "false" to variables like "event_card" because "false" is already the default value, when you leave it empty.
  • Adding lvl 1 and max stats of the first form (base) card (atk1, def1, maxatk1, maxdef1) is enough for the template to calculate the whole evo-table.
  • When entering the skill effect, leave off the percentage. Wiki will automatically parse that info.
  • Add Archive atk/def for card+, card++ and card final (atk2, atk3, atk4), because those dont include the 5% or 10% evo bonus.
You can simply calculate them this way: atk2 = atk1*1.2, atk3 = atk1*1.4, atk4 = atk1*1.8, atk5 = atk1*1.9.

Most values are optional. So if you are a bit lazy, just fill the basic card details (which are the most interesting anyways).
If you can't fill it, please leave the var empty, so someone else can pick it up a bit easier.

[edit] Template 1

{{Cardset

|faction = Demons
|introduced = Apr 22 2012
|released = true

|event_card = true/false
|referral_card = true/false
|friendship_card_pack = true/false
|legend_card_pack = true/false
|realm_booster_box = true/false
|silver_coin_card = true/false
|treasure_card = true/false

|source = Released at ??? event , or retrived from quests 22-1. Based off the booleans above i can parse the links to the card overviews or add them to subcategories.

|name1 = {{PAGENAME}}
|rarity1 = Normal
|img1 = KidVampire1.JPG
|atk1 = 460
|def1 = 620
|maxatk1 = 
|maxdef1 = 
|pwr1 = 5
|skill1 = 
|effect1 =
|event_skill1 =
|event_effect1 = 
|lore1 = Hey...I'm kind of thirsty.  Can't we take a break? Come on, can't we? ...Okay, now take off your shirt!
|sell1 = 400
|maxlvl1 = 20

|name2 = {{PAGENAME}}+
|rarity2 = Normal
|img2 = KidVampire2.JPG
|atk2 = 552
|def2 = 744
|pwr2 = 5
|skill2 = 
|effect2 = 
|event_skill2 =
|event_effect2 = 
|lore2 = Hey...I'm kind of thirsty.  Can't we take a break? Come on, can't we? ...Wow! Your skin's even prettier and rosier than I thought!
|sell2 = 600
|maxlvl2 = 20

|name3 = {{PAGENAME}}++
|rarity3 = Normal
|img3 = KidVampire3.JPG
|atk3 = 644
|def3 = 868
|pwr3 = 5
|skill3 = 
|effect3 = 
|event_skill3 =
|event_effect3 = 
|lore3 = Hey...I'm kind of thirsty.  Can't we take a break? Come on, can't we? ...Hee hee! Time for lunch!
|sell3 = 800
|maxlvl3 = 20

|name4 = [Bloodstealer] {{PAGENAME}}
|rarity4 = High Normal
|img4 = KidVampire4.JPG
|atk4 = 828
|def4 = 1116
|pwr4 = 5
|skill4 = 
|effect4 = 
|event_skill4 =
|event_effect4 = 
|lore4 = Hey...I'm kind of thirsty.  Can't we take a break? Come on, you know the drill by now. Let's go! Hurry up!
|sell4 = 1200
|maxlvl4 = 30
}}

[edit] Template 2 - Blank

If you just want a blank template without having to delete the information, just use this one.

{{Cardset

|faction = 
|introduced = 
|released = 

|event_card = 
|referral_card = 
|friendship_card_pack = 
|legend_card_pack = 
|quest_card = 
|realm_booster_box = 
|silver_coin_card = 
|treasure_card = 

|source = 

|name1 = {{PAGENAME}}
|rarity1 = 
|img1 = 
|atk1 = 
|def1 = 
|maxatk1 = 
|maxdef1 = 
|pwr1 = 
|skill1 = 
|effect1 = 
|lore1 = 
|sell1 = 
|maxlvl1 = 

|name2 = {{PAGENAME}}+
|rarity2 = 
|img2 = 
|atk2 = 
|def2 = 
|pwr2 = 
|skill2 = 
|effect2 = 
|lore2 = 
|sell2 = 
|maxlvl2 = 

|name3 = {{PAGENAME}}++
|rarity3 = 
|img3 = 
|atk3 = 
|def3 = 
|pwr3 = 
|skill3 = 
|effect3 = 
|lore3 = 
|sell3 = 
|maxlvl3 = 

|name4 = [???] {{PAGENAME}}
|rarity4 = 
|img4 = 
|atk4 = 
|def4 = 
|pwr4 = 
|skill4 = 
|effect4 = 
|lore4 = 
|sell4 = 
|maxlvl4 = 
}}

[edit] Template 3 - Add Event Skills

'Copy & Paste' the code below for cards with Event Skills.

{{Cardset

|faction = 
|introduced = 
|released = 

|event_card = 
|referral_card = 
|friendship_card_pack = 
|legend_card_pack = 
|quest_card = 
|realm_booster_box = 
|silver_coin_card = 
|treasure_card = 

|source = 

|name1 = {{PAGENAME}}
|rarity1 = 
|img1 = 
|atk1 = 
|def1 = 
|maxatk1 = 
|maxdef1 = 
|pwr1 = 
|skill1 = 
|effect1 = 
|event_skill1 =
|event_effect1 =
|lore1 = 
|sell1 = 
|maxlvl1 = 

|name2 = {{PAGENAME}}+
|rarity2 = 
|img2 = 
|atk2 = 
|def2 = 
|pwr2 = 
|skill2 = 
|effect2 = 
|event_skill2 =
|event_effect2 =
|lore2 = 
|sell2 = 
|maxlvl2 = 

|name3 = {{PAGENAME}}++
|rarity3 = 
|img3 = 
|atk3 = 
|def3 = 
|pwr3 = 
|skill3 = 
|effect3 = 
|event_skill3 =
|event_effect3 =
|lore3 = 
|sell3 = 
|maxlvl3 = 

|name4 = [???] {{PAGENAME}}
|rarity4 = 
|img4 = 
|atk4 = 
|def4 = 
|pwr4 = 
|skill4 = 
|effect4 = 
|event_skill4 =
|event_effect4 =
|lore4 = 
|sell4 = 
|maxlvl4 = 
}}

[edit] Template 4 - Automatic Calculations

For Wiki to figure out and input most of the data, use the form below.

<!--Replace blank areas or '?' with correct data. Anything between {{ }} do not touch. If data is different from previous forms, then enter data as usual removing {{ }}.-->
<!--With this template, images MUST match PAGENAME exactly in order for this template to find the images. i.e. Angel Queen would be Angel_Queen1.jpg, etc.-->
{{#expr:                           
{{#vardefine: pwr1234   | ?}}   
{{#vardefine: rarity123 | ?}}  
{{#vardefine: rarity4   | ?}}  
{{#vardefine: skill1234 | ?}}  
{{#vardefine: effect1234| ?}}
{{#vardefine: maxlvl123 | ?}}
{{#vardefine: maxlvl4   | ?}}
{{#vardefine: ev_ef123  | }} <!--Leave blank if no event effect for forms 1 2 3-->
{{#vardefine: ev_ef4    | }} <!--Leave blank if no event effect for form 4-->
{{#vardefine: name_4    | ?}}

{{#vardefine: atk_1     | ?}}  
{{#vardefine: def_1     | ?}} 
{{#vardefine: max_atk   | ?}}
{{#vardefine: max_def   | ?}} 
{{#vardefine: atk_2 | {{ #expr: 1.2 * {{#var:atk_1}} }} }}    <!--DO NOT Change this. This performs the math for atk2-->
{{#vardefine: atk_3 | {{ #expr: 1.4 * {{#var:atk_1}} }} }}    <!--DO NOT Change this. This performs the math for atk3-->
{{#vardefine: atk_4 | {{ #expr: 1.8 * {{#var:atk_1}} }} }}    <!--DO NOT Change this. This performs the math for atk4-->
{{#vardefine: def_2 | {{ #expr: 1.2 * {{#var:def_1}} }} }}    <!--DO NOT Change this. This performs the math for def2-->
{{#vardefine: def_3 | {{ #expr: 1.4 * {{#var:def_1}} }} }}    <!--DO NOT Change this. This performs the math for def3-->
{{#vardefine: def_4 | {{ #expr: 1.8 * {{#var:def_1}} }} }} }} <!--DO NOT Change this. This performs the math for def4-->

{{Cardset               

|faction =              
|introduced =           
|released =             

<!--Leaving the following blank will also mean False-->

|event_card =              
|referral_card =           
|friendship_card_pack =    
|legend_card_pack =    
|quest_card =              
|realm_booster_box =       
|silver_coin_card =        
|treasure_card =           

|source =                  

|name1 = {{PAGENAME}}          
|rarity1 = {{#var:rarity123}}  
|img1 = {{PAGENAMEE}}1.jpg     
|atk1 = {{#var:atk_1}}         
|def1 = {{#var:def_1}}         
|maxatk1 = {{#var:max_atk}}                
|maxdef1 = {{#var:max_def}}                
|pwr1 = {{#var:pwr1234}}
|skill1 = {{#var:skill1234}}   
|effect1 = {{#var:effect1234}}
|event_skill1 = 
|event_effect1 = {{#var:ev_ef123}}
|lore1 = 
|sell1 = 
|maxlvl1 = {{#var:maxlvl123}}                   

|name2 = {{PAGENAME}}+         
|rarity2 = {{#var:rarity123}}  
|img2 = {{PAGENAMEE}}2.jpg      
|atk2 = {{#var:atk_2}}         
|def2 = {{#var:def_2}}         
|pwr2 = {{#var:pwr1234}}       
|skill2 = {{#var:skill1234}}   
|effect2 = {{#var:effect1234}} 
|event_skill2 = 
|event_effect2 = {{#var:ev_ef123}}
|lore2 = 
|sell2 = 
|maxlvl2 = {{#var:maxlvl123}}                      

|name3 = {{PAGENAME}}++         
|rarity3 = {{#var:rarity123}}   
|img3 = {{PAGENAMEE}}3.jpg       
|atk3 = {{#var:atk_3}}          
|def3 = {{#var:def_3}}          
|pwr3 = {{#var:pwr1234}}        
|skill3 = {{#var:skill1234}}    
|effect3 = {{#var:effect1234}}
|event_skill3 = 
|event_effect3 = {{#var:ev_ef123}} 
|lore3 = 
|sell3 = 
|maxlvl3 = {{#var:maxlvl123}}                      

|name4 = [{{#var:name_4}}] {{PAGENAME}}     
|rarity4 = {{#var:rarity4}}     
|img4 = {{PAGENAMEE}}4.jpg       
|atk4 = {{#var:atk_4}}          
|def4 = {{#var:def_4}}          
|pwr4 = {{#var:pwr1234}}        
|skill4 = {{#var:skill1234}}    
|effect4 = {{#var:effect1234}}
|event_skill4 = 
|event_effect4 = {{#var:ev_ef4}}  
|lore4 = 
|sell4 =  
|maxlvl4 = {{#var:max_lvl4}}                     
}} 

[edit] Adding card image

Uploading images can be done from here.
When uploading pictures,please use the following naming convention for file names:
The file name should contain the card's name and card form as number starting going from 1(base) to 4(final).
Remove existing spaces so that each form of "Baby Dragon" resolves to BabyDragon1.JPG, BabyDragon2.JPG, etc
This convention keeps everything uniform and the files are easier to find when they're needed!

Images can be created when making a screenshot with your phone, or from the japanese wiki:

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox