Difference between revisions of "Template:Modelinfo"

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> <group> <header>...")
(fix table)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
+
{| class="wikitable" style="float:right;border:1px solid black"
  <title source="title1">
+
|-
    <default>{{PAGENAME}}</default>
+
|Image: {{{image1}}}
  </title>
+
|-
  <image source="image1">
+
|Caption {{{caption1}}}
    <caption source="caption1"/>
+
|-
  </image>
+
|Height {{{height}}}
  <group>
+
|-
    <header>Physical Characteristics</header>
+
|Weigth {{{weight}}}
    <data source="height">
+
|-
      <label>Height</label>
+
|Cup size {{{cup_size}}}
    </data>
+
|-
    <data source="weight">
+
|Weight class {{{weigth_class}}}
      <label>Weight</label>
+
|-
    </data>
+
|Body type {{{body_type}}}
    <data source="weight_class">
+
|-
      <label>Weight Class</label>
+
|Activity {{{activity}}}
    </data>
+
|-
    <data source="body_type">
+
|Earning status {{{earning_status}}}
      <label>Body Type</label>
+
|-
    </data>
+
|Part of a network {{{part_of_a_network}}}
  </group>
+
|-
  <group>
+
|Website {{{website}}}
    <header>Content Production</header>
+
|-
    <data source="activity">
+
|Clips4sale{{{clips4sale}}}
      <label>Activity</label>
+
|}
    </data>
+
 
    <data source="earning_status">
+
 
      <label>Earning Status</label>
 
    </data>
 
    <data source="part_of_a_network">
 
      <label>Part of a network?</label>
 
    </data>
 
  </group>
 
</infobox>
 
<noinclude>
 
 
Example usage:<pre>
 
Example usage:<pre>
 
{{Modelinfo
 
{{Modelinfo

Revision as of 20:30, 5 October 2019

Image: {{{image1}}}
Caption {{{caption1}}}
Height {{{height}}}
Weigth {{{weight}}}
Cup size {{{cup_size}}}
Weight class {{{weigth_class}}}
Body type {{{body_type}}}
Activity {{{activity}}}
Earning status {{{earning_status}}}
Part of a network {{{part_of_a_network}}}
Website {{{website}}}
Clips4sale{{{clips4sale}}}


Example usage:
{{Modelinfo
|title1=Example
|image1=Example
|caption1=Example
|height=Example
|weight=Example
|weight_class=Example
|body_type=Example
|activity=Example
|earning_status=Example
|part_of_a_network=Example
}}