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...")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
+
{| class="wikitable" style="float:right;border:1px solid black;width:250px"
  <title source="title1">
+
|-
    <default>{{PAGENAME}}</default>
+
!scope="row" colspan="2" | {{FULLPAGENAME}}
  </title>
+
|-
  <image source="image1">
+
|- {{#if: {{{image|}}} | | style="display: none;" }}
    <caption source="caption1"/>
+
|scope="row" colspan="2" | [[File:{{{image}}}|center|250px]]
  </image>
+
|-
  <data source="established">
+
|Established
    <label>Established</label>
+
|{{{established}}}
  </data>
+
|-
  <data source="founder">
+
|Founder
    <label>Founder</label>
+
|{{{founder}}}
  </data>
+
|-
  <data source="active">
+
|Active
    <label>Active?</label>
+
|{{{active}}}
  </data>
+
|-
  <data source="models">
+
|Models
    <label>Models</label>
+
|{{{models}}}
  </data>
+
|-
  <data source="website">
+
|Website
    <label>Website</label>
+
|{{{website}}}
  </data>
+
|}
</infobox>
 
<noinclude>
 
Example usage:<pre>
 
{{Networkinfo
 
|title1=Example
 
|image1=Example
 
|caption1=Example
 
|established=Example
 
|founder=Example
 
|active=Example
 
|models=Example
 
|website=Example
 
}}
 
</pre>
 
</noinclude>
 

Latest revision as of 16:00, 10 June 2020

Template:Networkinfo
[[File:{{{image}}}|center|250px]]
Established {{{established}}}
Founder {{{founder}}}
Active {{{active}}}
Models {{{models}}}
Website {{{website}}}