From Bomb Jack Wiki
Created page with "<includeonly> <infobox> <title source="title1"/> <image source="image1"> <caption source="caption-image1"/> </image> <data source="first_appearance"> <label>First Appearance</label> </data> <data source="last_appearance"> <label>Last Appearance</label> </data> </infobox> </includeonly> <noinclude> Example usage: {{Enemy | title1=Example | image1=Example.jpg | caption-image1=Example | first_appearance=Example | last_appearance=Example}}..." |
m 3 revisions imported |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<infobox> | <infobox> | ||
<title source="title1"/> | <title source="title1"> | ||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image1"> | <image source="image1"> | ||
<caption source="caption-image1"/> | <caption source="caption-image1"/> | ||
Line 10: | Line 12: | ||
<data source="last_appearance"> | <data source="last_appearance"> | ||
<label>Last Appearance</label> | <label>Last Appearance</label> | ||
</data> | |||
<data source="similar_to"> | |||
<label>Similar to</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
Line 20: | Line 25: | ||
| caption-image1=Example | | caption-image1=Example | ||
| first_appearance=Example | | first_appearance=Example | ||
| last_appearance=Example}} | | last_appearance=Example | ||
| similar_to=Example}} | |||
<pre> | <pre> | ||
{{Enemy | {{Enemy | ||
Line 27: | Line 33: | ||
| caption-image1=Example | | caption-image1=Example | ||
| first_appearance=Example | | first_appearance=Example | ||
| last_appearance=Example}} | | last_appearance=Example | ||
| similar_to=Example}} | |||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"first_appearance":{"suggested":true},"last_appearance":{"suggested":true}},"sets":[],"maps":{}} | {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"first_appearance":{"suggested":true},"last_appearance":{"suggested":true},"similar_to":{"suggested":true}},"sets":[],"maps":{}} | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |