Template:Belle/doc: 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 1: Line 1:
<infobox>
  <title source="title1">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <data source="row1">
    <label>Label</label>
  </data>
  <data source="row2">
    <label>Label</label>
  </data>
</infobox>
<noinclude>
Example usage:
<pre>
{{Belle/doc
  | title1=Example
  | image1=Example
  | caption1=Example
  | row1=Example
  | row2=Example
}}
</pre>
<templatedata>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"row1":{"suggested":true},"row2":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>
==Description==
==Description==
To use this template, copy the following code and fill in the appropriate fields.
To use this template, copy the following code and fill in the appropriate fields.

Revision as of 20:13, 28 September 2021

Description[edit source]

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

Syntax[edit source]

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

Samples[edit source]

{{Belle
  | title1=Test Belle
  | image1= [e.g. "Belle.jpg"]
  | caption1=Test Belle
  | type=Prototype
  | class=Test Ship
  | nation=WikiNation
  | voice_actress=Jane Doe
}}

Results in...

<infobox>

 <title source="title">
   <default>Belle/doc</default>
 </title>
 <title source="belle_image">

<default>

</default>

 </title>
 <title source="belle_chibi">

<default>

</default>

 </title>
 
   <label>Type</label><default>Unknown</default>
 
 
   <label>Class</label><default>Unknown</default>
 
 
   <label>Nation</label><default>Unknown</default>
 
 
   <label>Commission year</label><default>Unknown</default>
 
 
   <label>Voice Actress</label><default>Not voiced</default>
 
 
   <label>Level 1 HP</label><default>Unknown</default>
 
 
   <label>Ship weight capacity</label><default>X/Y</default>
 
 
 	<label>Vestures to Rescue</label><default>Unknown</default>
 
 
 	<label>Traits</label><default>Unknown, Unknown</default>
 

</infobox>