Template:Belle: Difference between revisions

From Victory Belles Community Wiki
Jump to navigation Jump to search
fandomVB>LuckyJackAubrey
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="type">...")
 
fandomVB>Sovereign
(Updated page and documentation in the same fashion as Fandom's infobox templates)
Line 7: Line 7:
   </image>
   </image>
   <data source="type">
   <data source="type">
     <label>Type</label>
     <label>Type</label><default>''Unknown''</default>
   </data>
   </data>
   <data source="class">
   <data source="class">
     <label>Class</label>
     <label>Class</label><default>''Unknown''</default>
   </data>
   </data>
   <data source="nation">
   <data source="nation">
     <label>Nation</label>
     <label>Nation</label><default>''Unknown''</default>
   </data>
   </data>
   <data source="voice_actress">
   <data source="voice_actress">
     <label>Voice Actress</label>
     <label>Voice Actress</label><default>''Unknown''</default>
   </data>
   </data>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:
{{documentation}}
<pre>
{{Belle
 
  | title1=Example
 
  | image1=Example
 
  | caption1=Example
 
  | type=Example
 
  | class=Example
 
  | nation=Example
 
  | voice_actress=Example
 
}}
</pre>
<templatedata>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"type":{"suggested":true},"class":{"suggested":true},"nation":{"suggested":true},"voice_actress":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>
</noinclude>

Revision as of 20:20, 28 September 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> </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> </infobox>