Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="galaxy..." |
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..." |
||
| Line 6: | Line 6: | ||
<caption source="caption1"/> | <caption source="caption1"/> | ||
</image> | </image> | ||
<data source=" | <data source="row1"> | ||
<label> | <label>Label</label> | ||
</data> | </data> | ||
<data source=" | <data source="row2"> | ||
<label> | <label>Label</label> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 37: | Line 19: | ||
|image1=Example | |image1=Example | ||
|caption1=Example | |caption1=Example | ||
| | |row1=Example | ||
| | |row2=Example | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 15:45, 1 May 2019
<infobox>
<title source="title1"> <default>Infobox World</default> </title> <image source="image1">
</image> <label>Label</label> <label>Label</label> </infobox> Example usage:
{{Infobox World
|title1=Example
|image1=Example
|caption1=Example
|row1=Example
|row2=Example
}}