Template:Belle: Difference between revisions

From Victory Belles Community Wiki
Jump to navigation Jump to search
fandomVB>Sovereign
No edit summary
fandomVB>Sovereign
No edit summary
Line 16: Line 16:
   <data source="voice_actress">
   <data source="voice_actress">
     <label>Voice Actress</label><default>''Unknown''</default>
     <label>Voice Actress</label><default>''Unknown''</default>
  </data>
  <data source="vesture_count">
  <label>Vestures to Rescue</label><default>''Unknown''</default>
   </data>
   </data>
</infobox>
</infobox>

Revision as of 11:23, 15 November 2021

<infobox>

 <title source="title1">
   <default>Belle</default>
 </title>
 <image source="image1">
 </image>
 
   <label>Type</label><default>Unknown</default>
 
 
   <label>Class</label><default>Unknown</default>
 
 
   <label>Nation</label><default>Unknown</default>
 
 
   <label>Voice Actress</label><default>Unknown</default>
 
 
 	<label>Vestures to Rescue</label><default>Unknown</default>
 

</infobox>


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Belle/doc to edit this documentation. (How does this work?)

Description[edit source]

To use this template, copy the following code and fill in the appropriate fields.

Syntax[edit source]

{{Belle
  | title1=
  | image1= [e.g. "Belle.jpg"]
  | type=
  | class=
  | nation=
  | voice_actress=
  | base_hp=
  | vestures_to_rescue=
}}

Samples[edit source]

{{Belle
  | title1=Test Belle
  | image1= [[File:Victory Belles icon.jpg]]
  | type=Prototype
  | class=Test Ship
  | nation=WikiNation
  | voice_actress=Jane Doe
  | base_hp=2,500
  | vestures_to_rescue=10
}}

Results in...

<infobox>

 <title source="title1">
   <default>Belle</default>
 </title>
 <image source="image1">
 </image>
 
   <label>Type</label><default>Unknown</default>
 
 
   <label>Class</label><default>Unknown</default>
 
 
   <label>Nation</label><default>Unknown</default>
 
 
   <label>Voice Actress</label><default>Unknown</default>
 
 
 	<label>Vestures to Rescue</label><default>Unknown</default>
 

</infobox>