Template:Belle/doc: Difference between revisions

m
11 revisions imported
fandomVB>Sovereign
No edit summary
m (11 revisions imported)
 
(9 intermediate revisions by one other user not shown)
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.
Line 39: Line 4:
==Syntax==
==Syntax==
<pre>
<pre>
{{infobox Belle
{{Belle
   | title1=
   | title1=
   | image1= [e.g. "Belle.jpg"]
   | image1= [e.g. "Belle.jpg"]
  | caption1=
   | type=
   | type=
   | class=
   | class=
   | nation=
   | nation=
   | voice_actress=
   | voice_actress=
  | base_hp=
  | vestures_to_rescue=
}}
}}
</pre>
</pre>
Line 54: Line 20:
{{Belle
{{Belle
   | title1=Test Belle
   | title1=Test Belle
   | image1= [e.g. "Belle.jpg"]
   | image1= [[File:Victory Belles icon.jpg]]
  | caption1=Test Belle
   | type=Prototype
   | type=Prototype
   | class=Test Ship
   | class=Test Ship
   | nation=WikiNation
   | nation=WikiNation
   | voice_actress=Jane Doe
   | voice_actress=Jane Doe
  | base_hp=2,500
  | vestures_to_rescue=10
}}
}}
</pre>
</pre>
Line 67: Line 34:
{{Belle
{{Belle
   | title1=Test Belle
   | title1=Test Belle
   | image1= [e.g. "Belle.jpg"]
   | image1= [[File:Victory Belles icon.jpg]]
   | caption1=Test Belle
   | caption1=Test Belle
   | type=Prototype
   | type=Prototype
Line 73: Line 40:
   | nation=WikiNation
   | nation=WikiNation
   | voice_actress=Jane Doe
   | voice_actress=Jane Doe
  | base_hp=2,500
  | vestures_to_rescue=10
}}
}}
<noinclude>
[[Category:Template documentation]]
</noinclude>