Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
</image> | </image> | ||
<data source="row1"> | <data source="row1"> | ||
<label> | <label>Founded</label> | ||
</data> | |||
<data source="disbanded"> | |||
<label>Disbanded</label> | |||
</data> | |||
<data source="type"> | |||
<label>Type</label> | |||
</data> | |||
<data source="mission"> | |||
<label>Mission</label> | |||
</data> | </data> | ||
<data source="row2"> | <data source="row2"> | ||
<label> | <label>Location</label> | ||
</data> | |||
<data source="allegiance"> | |||
<label>Allegiance</label> | |||
</data> | |||
<data source="ceo"> | |||
<label>CEO</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 16: | Line 31: | ||
Example usage:<pre> | Example usage:<pre> | ||
{{Infobox Organization | {{Infobox Organization | ||
| | |Founded=Example | ||
| | |Disbanded=Example | ||
| | |Type=Example | ||
| | |Mission=Example | ||
| | |Location=Example | ||
|Allegiance=Example | |||
|CEO=Example | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 18:06, 6 March 2019
<infobox>
<title source="title1"> <default>Infobox Organization</default> </title> <image source="image1">
</image> <label>Founded</label> <label>Disbanded</label> <label>Type</label> <label>Mission</label> <label>Location</label> <label>Allegiance</label> <label>CEO</label> </infobox> Example usage:
{{Infobox Organization
|Founded=Example
|Disbanded=Example
|Type=Example
|Mission=Example
|Location=Example
|Allegiance=Example
|CEO=Example
}}