Difference between revisions of "Template:Networkinfo"

From BBW Wiki
Jump to: navigation, search
 
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="establ...")
Line 6: Line 6:
 
     <caption source="caption1"/>
 
     <caption source="caption1"/>
 
   </image>
 
   </image>
   <group>
+
   <data source="established">
    <header>General Information</header>
+
    <label>Established</label>
    <data source="established">
+
  </data>
      <label>Established</label>
+
  <data source="founder">
    </data>
+
    <label>Founder</label>
    <data source="founder">
+
  </data>
      <label>Founder</label>
+
  <data source="active">
    </data>
+
    <label>Active?</label>
    <data source="active">
+
  </data>
      <label>Active?</label>
+
  <data source="models">
    </data>
+
    <label>Models</label>
    <data source="models">
+
  </data>
      <label>Models</label>
+
  <data source="website">
    </data>
+
    <label>Website</label>
    <data source="website">
+
  </data>
      <label>Website</label>
 
    </data>
 
  </group>
 
 
</infobox>
 
</infobox>
 
<noinclude>
 
<noinclude>

Revision as of 19:41, 16 April 2017

<infobox>

 <title source="title1">
   <default>Networkinfo</default>
 </title>
 <image source="image1">
   <caption source="caption1"/>
 </image>
 
   <label>Established</label>
 
 
   <label>Founder</label>
 
 
   <label>Active?</label>
 
 
   <label>Models</label>
 
 
   <label>Website</label>
 

</infobox>

Example usage:
{{Networkinfo
|title1=Example
|image1=Example
|caption1=Example
|established=Example
|founder=Example
|active=Example
|models=Example
|website=Example
}}