|
|
Zeile 15: |
Zeile 15: |
| <td colspan="2" style="{{#switch:{{{type}}}|nonperformer|hybrid=background:#ccf;|background:#fcc;}} text-align:center">'''Personal'''</td> | | <td colspan="2" style="{{#switch:{{{type}}}|nonperformer|hybrid=background:#ccf;|background:#fcc;}} text-align:center">'''Personal'''</td> |
| </tr>}} | | </tr>}} |
| {{#if:{{{alias|}}}| | | {{#if: {{{Pseudonym|}}} | |
| <tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| | <tr> |
| <td>'''Also known as'''</td>
| | <td style="vertical-align:top">'''Pseudonym(e):'''</td> |
| <td>{{{alias}}}</td>
| | <td>{{{Pseudonym}}}</td> |
| </tr>}}
| | </tr> |
| | }} |
| {{#if:{{{real name|}}}|[[Category:RN]]}} | | {{#if:{{{real name|}}}|[[Category:RN]]}} |
| {{#if:{{{birth name|}}}|[[Category:RN]]}} | | {{#if:{{{birth name|}}}|[[Category:RN]]}} |
Zeile 28: |
Zeile 29: |
| </tr>}} --> | | </tr>}} --> |
|
| |
|
| <!-- birth date from new biobox (month exists) -->
| | {{#if: {{{Geburtsdatum|}}} | |
| {{#if:{{{birth month|}}} | | <tr> |
| <!-- month exists -->
| | <td style="vertical-align:top">'''Geburtsdatum:'''</td> |
| |{{#if:{{{birth day|}}}
| | <td>{{{Geburtsdatum}}}</td> |
| <!-- month and day exist -->
| | </tr> |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| | | [[Kategorie:Geboren unbekannt]] }} |
| <td>'''Born'''</td>
| | {{#if: {{{Geburtsort|}}} | |
| {{#if:{{{birth year|}}}
| | <tr> |
| <!-- full birth date available -->
| | <td style="vertical-align:top">'''Geburtsort:'''</td> |
| |<td><!-- {{#if:{{{birth name|}}}|{{{birth name}}}<br>}} -->{{#if:{{{death date|}}}{{{death month|}}}{{{death day|}}}{{{death year|}}}{{{death location|}}}
| | <td>{{{Geburtsort}}}</td> |
| |{{Birth date|{{{birth year}}}|{{{birth month}}}|{{{birth day}}}|type={{{type}}}}}{{#if:{{{birth ref|}}}|{{{birth ref}}}}}{{#if:{{{birth location|}}}|<br>{{{birth location}}}}}
| | </tr> |
| |{{Birth date and age|{{{birth year}}}|{{{birth month}}}|{{{birth day}}}|type={{{type}}}}}{{#if:{{{birth ref|}}}|{{{birth ref}}}}}{{#if:{{{birth location|}}}|<br>{{{birth location}}}}}
| |
| }}</td></tr>
| |
| <!-- only month and day exist -->
| |
| |<td><!-- {{#if:{{{birth name|}}}|{{{birth name}}}<br>}} -->[[:Category:{{MONTHNAME|{{{birth month}}}}} {{#expr:{{{birth day}}}}} birthdays|{{MONTHNAME|{{{birth month}}}}} {{#expr:{{{birth day}}}}}]]{{#if:{{{birth ref|}}}|{{{birth ref}}}}}{{#if:{{{birth location|}}}|<br>{{{birth location}}}}}</td></tr>{{c0|Birth year needed|type={{{type}}}}}{{c0|{{MONTHNAME|{{{birth month}}}}} {{#expr:{{{birth day}}}}} birthdays|type={{{type}}}}}
| |
| }}
| |
| <!-- only month exists -->
| |
| |{{#if:{{{birth year|}}}
| |
| <!-- month and year exist -->
| |
| |<tr valign="top">
| |
| <td>'''Born'''</td>
| |
| <td><!-- {{#if:{{{birth name|}}}|{{{birth name}}}<br>}} -->{{MONTHNAME|{{{birth month}}}}} [[:Category:{{{birth year}}} births|{{{birth year}}}]]{{#if:{{{birth ref|}}}|{{{birth ref}}}}}{{#if:{{{birth location|}}}|<br>{{{birth location}}}}}</td>
| |
| </tr>{{c0|{{{birth year}}} births|type={{{type}}}}}
| |
| |{{c0|Birth year needed|type={{{type}}}}}
| |
| }}
| |
| }}
| |
| |
| |
| | |
| <!-- only birth year (and checking birth date for downward compatibility with old biobox) -->
| |
| {{#if:{{{birth year|}}}
| |
| <!-- birth year exists -->
| |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| |
| <td>'''Born'''</td>
| |
| <td><!-- {{#if:{{{birth name|}}}|{{{birth name}}}<br>}} -->{{#if:{{{birth date|}}}|{{{birth date}}}, }}[[:Category:{{{birth year}}} births|{{{birth year}}}]]{{#if:{{{birth ref|}}}|{{{birth ref}}}}}{{#if:{{{birth location|}}}|<br>{{{birth location}}}}}</td>
| |
| </tr>{{c0|{{{birth year}}} births|type={{{type}}}}}
| |
| <!-- no birth year -->
| |
| |{{#if:{{{birth date|}}}
| |
| |<tr valign="top">
| |
| <td>'''Born'''</td>
| |
| <td><!-- {{#if:{{{birth name|}}}|{{{birth name}}}<br>}} -->{{{birth date}}}{{#if:{{{birth ref|}}}|{{{birth ref}}}}}{{#if:{{{birth location|}}}|<br>{{{birth location}}}}}</td>
| |
| </tr>
| |
| |{{#if:{{{birth location|}}}
| |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| |
| <td>'''Born'''</td>
| |
| <td><!-- {{#if:{{{birth name|}}}|{{{birth name}}}<br>}} -->{{{birth location}}}</td>
| |
| </tr>
| |
| }}
| |
| }}{{c0|Birth year needed|type={{{type}}}}}
| |
| }}
| |
| }} <!-- closing brackets from above: birth date from new biobox (month exists) -->
| |
|
| |
|
| <!-- I know the following line seems to be senseless, but birth, death, natural tits and hair produce <p><br /></p> at the beginning of the HTML output page if followed by an empty entry. If there's something directly after birth, death or hair, this effect doesn't occur. It already helps if there's an empty <tr> after them, so I simulated one. If someone knows how to fix this, please drop me a line. Don't change this code, please. Prophecy --> | | <!-- I know the following line seems to be senseless, but birth, death, natural tits and hair produce <p><br /></p> at the beginning of the HTML output page if followed by an empty entry. If there's something directly after birth, death or hair, this effect doesn't occur. It already helps if there's an empty <tr> after them, so I simulated one. If someone knows how to fix this, please drop me a line. Don't change this code, please. Prophecy --> |
Zeile 83: |
Zeile 45: |
|
| |
|
| <!-- death date from new biobox (month exists) --> | | <!-- death date from new biobox (month exists) --> |
| {{#if:{{{death month|}}} | | {{#if: {{{Todesdatum|}}} | |
| <!-- month exists -->
| | <tr> |
| |{{#if:{{{death day|}}}
| | <td style="vertical-align:top">'''Todesdatum:'''</td> |
| <!-- month and day exist -->
| | <td>{{{Todesdatum}}}</td> |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| | </tr> |
| <td>'''Died'''</td>
| | }} |
| {{#if:{{{death year|}}}
| | |
| <!-- full death date available -->
| |
| |<td>{{#if:{{{birth day|}}}|{{#if:{{{birth month|}}}|{{#if:{{{birth year|}}}
| |
| |{{Death date and age|{{{death year}}}|{{{death month}}}|{{{death day}}}|{{{birth year}}}|{{{birth month}}}|{{{birth day}}}|type={{{type}}}}}
| |
| |{{Death date|{{{death year}}}|{{{death month}}}|{{{death day}}}|type={{{type}}}}}
| |
| }}
| |
| |{{Death date|{{{death year}}}|{{{death month}}}|{{{death day}}}|type={{{type}}}}}
| |
| }}
| |
| |{{Death date|{{{death year}}}|{{{death month}}}|{{{death day}}}|type={{{type}}}}}
| |
| }}{{#if:{{{death ref|}}}|{{{death ref}}}}}{{#if:{{{death location|}}}|<br>{{{death location}}}}}</td></tr>
| |
| <!-- only month and day exist -->
| |
| |<td>[[:Category:{{MONTHNAME|{{{death month}}}}} {{#expr:{{{death day}}}}} deaths|{{MONTHNAME|{{{death month}}}}} {{#expr:{{{death day}}}}}]]{{#if:{{{death ref|}}}|{{{death ref}}}}}{{#if:{{{death location|}}}|<br>{{{death location}}}}}</td></tr>{{c0|{{MONTHNAME|{{{death month}}}}} {{#expr:{{{death day}}}}} deaths|type={{{type}}}}}
| |
| }}
| |
| <!-- only month exists -->
| |
| |{{#if:{{{death year|}}}
| |
| <!-- month and year exist -->
| |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| |
| <td>'''Died'''</td>
| |
| <td>{{MONTHNAME|{{{death month}}}}} [[:Category:{{{death year}}} deaths|{{{death year}}}]]{{#if:{{{death ref|}}}|{{{death ref}}}}}{{#if:{{{death location|}}}|<br>{{{death location}}}}}</td>
| |
| </tr>{{c0|{{{death year}}} deaths|type={{{type}}}}}
| |
| }}
| |
| }}
| |
| |
| |
|
| |
|
| <!-- only death year (and checking death date for downward compatibility with old biobox) -->
| |
| {{#if:{{{death year|}}}
| |
| <!-- death year exists -->
| |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| |
| <td>'''Died'''</td>
| |
| <td>{{#if:{{{death date|}}}|{{{death date}}}, }}[[:Category:{{{death year}}} deaths|{{{death year}}}]]{{#if:{{{death ref|}}}|{{{death ref}}}}}{{#if:{{{death location|}}}|<br>{{{death location}}}}}</td>
| |
| </tr>{{c0|{{{death year}}} deaths|type={{{type}}}}}
| |
| <!-- no birth year -->
| |
| |{{#if:{{{death date|}}}
| |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| |
| <td>'''Died'''</td>
| |
| <td>{{{death date}}}{{#if:{{{death ref|}}}|{{{death ref}}}}}{{#if:{{{death location|}}}|<br>{{{death location}}}}}</td>
| |
| </tr>
| |
| |{{#if:{{{death location|}}}
| |
| |<tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| |
| <td>'''Died'''</td>
| |
| <td>{{{death location}}}</td>
| |
| </tr>
| |
| }}
| |
| }}
| |
| }}
| |
| }} <!-- closing brackets from above: death date from new biobox (month exists) -->
| |
|
| |
|
| <!-- Empty <tr> to prevent <p>s on output page --> | | <!-- Empty <tr> to prevent <p>s on output page --> |
| <tr></tr> | | <tr></tr> |
|
| |
|
| {{#if:{{{years active|}}}| | | {{#if: {{{Ethnie|}}} | |
| <tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| | <tr> |
| <td>'''Years active'''</td>
| | <td style="vertical-align:top">'''Abstammung:'''</td> |
| <td>{{{years active}}}</td>
| | <td>{{{Ethnie}}}</td> |
| </tr>}}
| | </tr> |
| | | }} |
| {{#if:{{{ethnicity|}}}{{{ethnicity2|}}}| | | {{#if: {{{Nationalität|}}} | |
| <tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| | <tr> |
| <td>'''Ethnicity'''</td>
| | <td style="vertical-align:top">'''Nationalität:'''</td> |
| <td>{{#if:{{{ethnicity|}}}|[[:Category:{{{ethnicity}}}|{{ucfirst:{{{ethnicity}}}}}]]{{c0|{{{ethnicity}}}|type={{{type}}}}}}}{{#if:{{{ethnicity2|}}}|{{#if:{{{ethnicity|}}}|, {{c0|Mixed race|type={{{type}}}}}}}[[:Category:{{{ethnicity2}}}|{{ucfirst:{{{ethnicity2}}}}}]] {{c0|{{{ethnicity2}}}|type={{{type}}}}}}} </td>
| | <td>{{{Nationalität}}}</td> |
| </tr>}}
| | </tr> |
| | | }} |
| {{#if:{{{nationality|}}}{{{nationality2|}}}| | | <tr> |
| <tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| | <td colspan="2" style="width:100%; background-color:lavender; text-align:center"><b>Körpermaße</b></td> |
| <td>'''Nationality'''</td>
| | </tr> |
| <td>{{#if:{{{nationality|}}}|[[{{ucfirst:{{{nationality}}}}}]]{{c0|{{{nationality}}}|type={{{type}}}}}}}{{#if:{{{nationality2|}}}|{{#if:{{{nationality|}}}|, }}[[{{ucfirst:{{{nationality2}}}}}]] {{c0|{{{nationality2}}}|type={{{type}}}}}}} </td>
| | {{#if: {{{Körpermaße|}}} | |
| </tr>}}
| | <tr> |
| | | <td style="vertical-align:top">'''Maße:'''</td> |
| {{#if:{{{pronouns|}}}| | | <td>{{{Körpermaße}}}</td> |
| <tr valign="top" {{#switch:{{{type}}}|hybrid=style="background:#eef;"}}>
| | </tr> |
| <td>'''Pronouns'''</td>
| | }} |
| <td>{{{pronouns}}}</td>
| | {{#if: {{{BH-Größe|}}} | |
| </tr>}}
| | <tr> |
| | | <td style="vertical-align:top">'''BH-Größe:'''</td> |
| | | <td>{{{BH-Größe}}}</td> |
| <!-- non-performer data -->
| | </tr> |
| {{#switch:{{{type}}}|nonperformer|hybrid=
| | }} |
| {{#if:{{{occupation|}}}{{{field|}}}{{{influenced by|}}}{{{influenced|}}}| | | {{#if: {{{Größe|}}} | |
| | <tr> |
| | <td style="vertical-lign:top">'''Größe:'''</td> |
| | <td>{{{Größe}}}</td> |
| | </tr> |
| | | [[Kategorie:Größe unbekannt]] }} |
| | {{#if: {{{Gewicht|}}} | |
| | <tr> |
| | <td style="vertical-align:top">'''Gewicht:'''</td> |
| | <td>{{{Gewicht}}}</td> |
| | </tr> |
| | | [[Kategorie:Gewicht unbekannt]] }} |
| | {{#if: {{{Schuhgröße|}}} | |
| | <tr> |
| | <td style="vertical-align:top">'''Schuhgröße:'''</td> |
| | <td>{{Vorlage:Schuhgröße1|{{{Schuhgröße}}}|{{#if: {{{BH-Größe|}}}|W|M }}}}</td> |
| | </tr> |
| | | [[Kategorie:Schuhgröße unbekannt]] }} |
| | {{#if: {{{Augenfarbe|}}} | |
| <tr> | | <tr> |
| <td colspan="2" style="background:#ccf; text-align:center">'''Professional{{#switch:{{{type}}}|hybrid= (non-performing)}}'''</td>
| | <td style="vertical-align:top">'''Augenfarbe:'''</td> |
| </tr>}} | | <td>{{#switch: {{{Augenfarbe|}}} |
| {{#if:{{{occupation|}}}| | | | Blau = [[:Kategorie:Blaue Augen|Blau]] [[Kategorie:Blaue Augen]] |
| <tr valign="top" style="background:#eef;">
| | | blau = [[:Kategorie:Blaue Augen|Blau]] [[Kategorie:Blaue Augen]] |
| <td>'''Occupation(s)'''</td>
| | | Blaubraun = [[:Kategorie:Blaubraune Augen|Blaubraun]] [[Kategorie:Blaubraune Augen]] |
| <td>{{ucfirst:{{{occupation}}}}}</td>
| | | blaubraun = [[:Kategorie:Blaubraune Augen|Blaubraun]] [[Kategorie:Blaubraune Augen]] |
| </tr>}}
| | | Blaugrau = [[:Kategorie:Blaugraue Augen|Blaugrau]] [[Kategorie:Blaugraue Augen]] |
| {{#if:{{{field|}}}|
| | | blaugrau = [[:Kategorie:Blaugraue Augen|Blaugrau]] [[Kategorie:Blaugraue Augen]] |
| <tr valign="top" style="background:#eef;">
| | | Blaugrün = [[:Kategorie:Blaugrüne Augen|Blaugrün]] [[Kategorie:Blaugrüne Augen]] |
| <td>'''Field(s)'''</td>
| | | blaugrün = [[:Kategorie:Blaugrüne Augen|Blaugrün]] [[Kategorie:Blaugrüne Augen]] |
| <td>{{ucfirst:{{{field}}}}}</td>
| | | Braun = [[:Kategorie:Braune Augen|Braun]] [[Kategorie:Braune Augen]] |
| </tr>}}
| | | braun = [[:Kategorie:Braune Augen|Braun]] [[Kategorie:Braune Augen]] |
| {{#if:{{{influenced by|}}}|
| | | Nussbraun = [[:Kategorie:Braune Augen|Nussbraun]] [[Kategorie:Braune Augen]] |
| <tr valign="top" style="background:#eef;">
| | | nussbraun = [[:Kategorie:Braune Augen|Nussbraun]] [[Kategorie:Braune Augen]] |
| <td>'''Influenced by'''</td>
| | | Rehbraun = [[:Kategorie:Braune Augen|Rehbraun]] [[Kategorie:Braune Augen]] |
| <td>{{ucfirst:{{{influenced by}}}}}</td>
| | | rehbraun = [[:Kategorie:Braune Augen|Rehbraun]] [[Kategorie:Braune Augen]] |
| </tr>}}
| | | Braungrün = [[:Kategorie:Braungrüne Augen|Braungrün]] [[Kategorie:Braungrüne Augen]] |
| {{#if:{{{influenced|}}}|
| | | braungrün = [[:Kategorie:Braungrüne Augen|Braungrün]] [[Kategorie:Braungrüne Augen]] |
| <tr valign="top" style="background:#eef;">
| | | Nussbraun-Grün = [[:Kategorie:Braungrüne Augen|Nussbraun-Grün]] [[Kategorie:Braungrüne Augen]] |
| <td>'''Influenced'''</td>
| | | nussbraun-grün = [[:Kategorie:Braungrüne Augen|Nussbraun-Grün]] [[Kategorie:Braungrüne Augen]] |
| <td>{{ucfirst:{{{influenced}}}}}</td>
| | | Grünblau = [[:Kategorie:Grünblaue Augen|Grünblau]] [[Kategorie:Grünblaue Augen]] |
| </tr>}}
| | | grünblau = [[:Kategorie:Grünblaue Augen|Grünblau]] [[Kategorie:Grünblaue Augen]] |
| }} <!-- closing brackets from non-performer data -->
| | | Grau = [[:Kategorie:Graue Augen|Grau]] [[Kategorie:Graue Augen]] |
| | | | grau = [[:Kategorie:Graue Augen|Grau]] [[Kategorie:Graue Augen]] |
| <!-- non-performer Personal pages and Databases -->
| | | Grün = [[:Kategorie:Grüne Augen|Grün]] [[Kategorie:Grüne Augen]] |
| {{#switch:{{{type}}}|nonperformer|hybrid=
| | | grün = [[:Kategorie:Grüne Augen|Grün]] [[Kategorie:Grüne Augen]] |
| {{#if:{{{nhomepage|}}}{{{nblog|}}}{{{nmyspace|}}}{{{nyoutube|}}}{{{nlivejournal|}}}{{{ntwitter|}}} | | | {{{Augenfarbe}}} |
| {{{nmodelmayhem|}}}{{{nonemodelplace|}}}{{{ndeviantart|}}}{{{nflickr|}}}|
| | }}</td> |
| | </tr> |
| | | [[Kategorie:Augenfarbe unbekannt]] }} |
| | {{#if: {{{Haarfarbe|}}} | |
| <tr> | | <tr> |
| <td colspan="2" style="background:#ccf; text-align:center">'''Personal pages{{#switch:{{{type}}}|hybrid= (non-performing)}}'''</td>
| | <td style="vertical-align:top">'''Haarfarbe:'''</td> |
| </tr>}} | | <td>{{#switch: {{{Haarfarbe|}}} |
| {{#if:{{{nhomepage|}}}| | | | Blau = [[:Kategorie:Blaue Haare|Blau]] [[Kategorie:Blaue Haare]] |
| <tr style="background:#eef;">
| | | blau = [[:Kategorie:Blaue Haare|Blau]] [[Kategorie:Blaue Haare]] |
| <td colspan="2" valign="top" align="center">
| | | Blond = [[:Kategorie:Blonde Haare|Blond]] [[Kategorie:Blonde Haare]] |
| '''''[{{{nhomepage}}} Official website]'''''
| | | blond = [[:Kategorie:Blonde Haare|Blond]] [[Kategorie:Blonde Haare]] |
| </td>
| | | Braun = [[:Kategorie:Braune Haare|Braun]] [[Kategorie:Braune Haare]] |
| </tr>}}
| | | braun = [[:Kategorie:Braune Haare|Braun]] [[Kategorie:Braune Haare]] |
| {{#if:{{{nblog|}}}{{{nlivejournal|}}}{{{ntwitter|}}}|
| | | Brünett = [[:Kategorie:Braune Haare|Brünett]] [[Kategorie:Braune Haare]] |
| {{#if:{{{nblog|}}}|
| | | brünett = [[:Kategorie:Braune Haare|Brünett]] [[Kategorie:Braune Haare]] |
| <tr style="background:#eef;">
| | | Dunkelblond = [[:Kategorie:Dunkelblonde Haare|Dunkelblond]] [[Kategorie:Dunkelblonde Haare]] |
| <td>'''Blogs'''</td>
| | | dunkelblond = [[:Kategorie:Dunkelblonde Haare|Dunkelblond]] [[Kategorie:Dunkelblonde Haare]] |
| <td>'''[{{{nblog}}} Blog]'''
| | | Dunkelbraun = [[:Kategorie:Dunkelbraune Haare|Dunkelbraun]] [[Kategorie:Dunkelbraune Haare]] |
| </td>
| | | dunkelbraun = [[:Kategorie:Dunkelbraune Haare|Dunkelbraun]] [[Kategorie:Dunkelbraune Haare]] |
| </tr>}}
| | | Grau = [[:Kategorie:Graue Haare|Grau]] [[Kategorie:Graue Haare]] |
| {{#if:{{{nlivejournal|}}}|
| | | grau = [[:Kategorie:Graue Haare|Grau]] [[Kategorie:Graue Haare]] |
| <tr style="background:#eef;">
| | | Hellbraun = [[:Kategorie:Hellbraune Haare|Hellbraun]] [[Kategorie:Hellbraune Haare]] |
| <td>{{#if:{{{nblog|}}}||'''Blogs'''}}</td>
| | | hellbraun = [[:Kategorie:Hellbraune Haare|Hellbraun]] [[Kategorie:Hellbraune Haare]] |
| <td>'''[https://www.livejournal.com/~{{{nlivejournal}}} LiveJournal]'''
| | | Pink = [[:Kategorie:Pinke Haare|Pink]] [[Kategorie:Pinke Haare]] |
| </td>
| | | pink = [[:Kategorie:Pinke Haare|Pink]] [[Kategorie:Pinke Haare]] |
| </tr>}}
| | | Rotblond = [[:Kategorie:Rotblonde Haare|Rotblond]] [[Kategorie:Rotblonde Haare]] |
| {{#if:{{{ntwitter|}}}|
| | | rotblond = [[:Kategorie:Rotblonde Haare|Rotblond]] [[Kategorie:Rotblonde Haare]] |
| <tr>
| | | Rotbraun = [[:Kategorie:Rotbraune Haare|Rotbraun]] [[Kategorie:Rotbraune Haare]] |
| <td>{{#if:{{{nblog|}}}{{{nlivejournal|}}}||'''Blogs'''}}</td>
| | | rotbraun = [[:Kategorie:Rotbraune Haare|Rotbraun]] [[Kategorie:Rotbraune Haare]] |
| <td>'''[https://twitter.com/{{{ntwitter}}} X (Twitter)]''' {{c0|Twitter|type={{{type}}}}}
| | | Rot = [[:Kategorie:Rote Haare|Rot]] [[Kategorie:Rote Haare]] |
| </td>
| | | rot = [[:Kategorie:Rote Haare|Rot]] [[Kategorie:Rote Haare]] |
| </tr>}}
| | | Schwarz = [[:Kategorie:Schwarze Haare|Schwarz]] [[Kategorie:Schwarze Haare]] |
| | | | schwarz = [[:Kategorie:Schwarze Haare|Schwarz]] [[Kategorie:Schwarze Haare]] |
| }}
| | | {{{Haarfarbe}}} |
| {{#if:{{{nmyspace|}}}{{{nyoutube|}}}|
| | }}</td> |
| {{#if:{{{nmyspace|}}}|
| | </tr> |
| <tr style="background:#eef;">
| | | [[Kategorie:Haarfarbe unbekannt]] }} |
| <td>'''Social'''</td>
| | {{#if:{{{Schamhaar|}}}| |
| <td>'''[https://www.myspace.com/{{{nmyspace}}} MySpace]'''
| |
| </td>
| |
| </tr>}}
| |
| {{#if:{{{nyoutube|}}}|
| |
| <tr style="background:#eef;">
| |
| <td>{{#if:{{{nmyspace|}}}||'''Social'''}}</td>
| |
| <td>'''[https://www.youtube.com/user/{{{nyoutube}}} YouTube]'''
| |
| </td>
| |
| </tr>}}
| |
| }}
| |
| {{#if:{{{nmodelmayhem|}}}{{{nonemodelplace|}}}{{{ndeviantart|}}}{{{nflickr|}}}|
| |
| {{#if:{{{nmodelmayhem|}}}|
| |
| <tr style="background:#eef;">
| |
| <td>'''Profiles'''</td>
| |
| <td>'''[https://www.modelmayhem.com/{{{nmodelmayhem}}} Model Mayhem]'''
| |
| </td>
| |
| </tr>}}
| |
| {{#if:{{{nonemodelplace|}}}|
| |
| <td style="background:#eef;">{{#if:{{{nmodelmayhem|}}}||'''Profiles'''}}</td>
| |
| <td style="background:#eef;"><!-- '''[https://www.onemodelplace.com/search/people?limit=12&offset=0&order_by=_score&keyword={{{nonemodelplace}}} OneModelPlace]''' -->
| |
| </td>
| |
| </tr>}}
| |
| {{#if:{{{ndeviantart|}}}|
| |
| <td style="background:#eef;">{{#if:{{{nmodelmayhem|}}}{{{nonemodelplace|}}}||'''Profiles'''}}</td>
| |
| <td style="background:#eef;">'''[https://{{{ndeviantart}}}.deviantart.com/ deviantART]'''
| |
| </td>
| |
| </tr>}}
| |
| {{#if:{{{nflickr|}}}|
| |
| <td style="background:#eef;">{{#if:{{{nmodelmayhem|}}}{{{nonemodelplace|}}}{{{ndeviantart|}}}||'''Profiles'''}}</td>
| |
| <td style="background:#eef;">'''[https://www.flickr.com/people/{{{nflickr}}} Flickr]'''
| |
| </td>
| |
| </tr>}}
| |
| }}
| |
| | |
| {{#if:{{{nimdb|}}}{{{nafdb|}}}{{{nibdb|}}}| | |
| <tr> | | <tr> |
| <td colspan="2" style="background:#ccf; text-align:center">'''Databases{{#switch:{{{type}}}|hybrid= (non-performing)}}'''</td>
| | <td style="vertical-align:top">'''Schamhaar:'''</td> |
| | <td style="vertical-align:top">{{{Schamhaar}}}</td> |
| </tr> | | </tr> |
| <tr style="background:#eef;">
| | }} |
| <td colspan="2" valign="top" align="center">{{#if:{{{nimdb|}}}|'''[https://ww.imdb.com/name/nm{{{nimdb}}} IMDb]'''}} {{#if:{{{nafdb|}}}|{{#if:{{{nimdb|}}}| }}'''[https://www.adultfilmdatabase.com/director.cfm?directorid={{{nafdb}}} AFDB]'''}} {{#if:{{{nibdb|}}}|{{#if:{{{nimdb|}}}{{{nafdb|}}}| }}'''[https://www.ibdb.com/person.asp?id={{{nibdb}}} IBDB]'''}}</td>
| | {{#if:{{{Achselhaar|}}}| |
| </tr>}}
| |
| }} <!-- Closing brackets from non-performer personal pages and databases -->
| |
| | |
| {{#switch:{{{type}}}|nonperformer=|#default=
| |
| {{#if:{{{measurements|}}}{{{bra/cup size|}}}{{{natural tits|}}}{{{implant type|}}}{{{pierced nipples|}}}{{{height|}}}{{{weight|}}}{{{body type|}}}{{{eye color|}}}{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}{{{hair color4|}}}{{{hair length|}}}{{{hair shape|}}}{{{underarm hair|}}}{{{pubic hair|}}}{{{blood|}}}| | |
| <tr> | | <tr> |
| <td colspan="2" style="background:#fcc; text-align:center">'''Body'''</td>
| | <td style="vertical-align:top">'''Achselaar:'''</td> |
| </tr>}}
| | <td style="vertical-align:top">{{{Achselhaar}}}</td> |
| | | </tr> |
| {{#if:{{{measurements|}}}|
| |
| <tr valign="top">
| |
| <td>'''Measurements'''</td>
| |
| <td>{{{measurements}}}</td>
| |
| </tr> | {{c0|Measurements needed|type={{{type}}}}}}}
| |
| {{#if:{{{bra/cup size|}}}|
| |
| <tr valign="top">
| |
| <td>'''Bra/cup size'''</td>
| |
| {{#if: {{Valid cup size|{{{bra/cup size}}} }}
| |
| <!-- User has entered only letters without template, so convert them -->
| |
| |<td>{{bra|{{{bra/cup size}}}}}</td>
| |
| <!-- User has used template -->
| |
| |<td>{{{bra/cup size}}}</td>
| |
| }}
| |
| </tr>|
| |
| | |
| <!-- old cup size check for downward compatibility with old biobox -->
| |
| {{#if:{{{cup size|}}}|
| |
| <tr valign="top">
| |
| <td>'''Cup size'''</td>
| |
| <td>[[:Category:{{{cup size}}} cup|{{{cup size}}}]]</td>
| |
| {{c0|{{{cup size}}} cup|type={{{type}}}}}
| |
| </tr> | {{c0|Cup size needed|type={{{type}}}}}}}}}
| |
| {{#if:{{{natural tits|}}}
| |
| |<tr valign="top">
| |
| <td>'''Boobs'''</td>
| |
| {{#if:{{yes|{{{natural tits}}}}}
| |
| |<td>[[:Category:Natural boobs|Natural]]{{#if:{{{natural tits ref|}}}|{{{natural tits ref|}}}}}{{#if:{{{pierced nipples|}}}|<br>{{Pierced nipples|{{{pierced nipples}}}}}}}</td>{{c0|Natural boobs|type={{{type}}}}}
| |
| |{{#if:{{no|{{{natural tits}}}}}
| |
| |<td>[[:Category:Enhanced boobs|Enhanced]]{{c0|Enhanced boobs|type={{{type}}}}}}}{{#if:{{{natural tits ref|}}}|{{{natural tits ref|}}}}}{{#if:{{{implant type|}}}
| |
| |{{#switch:{{{implant type}}}
| |
| |saline|Saline= ([[:Category:Saline implants|saline implants]]){{c0|Saline implants|type={{{type}}}}}
| |
| |silicon|silicone|Silicon|Silicone= ([[:Category:Silicone implants|silicone implants]]){{c0|Silicone implants|type={{{type}}}}}
| |
| |string|String= ([[:Category:String implants|PP "string" implants]]){{c0|String implants|type={{{type}}}}}}}
| |
| }}{{#if:{{{pierced nipples|}}}|<br>{{Pierced nipples|{{{pierced nipples}}}}}</td>}}
| |
| </tr>}}
| |
| |{{#if:{{{pierced nipples|}}}
| |
| |<tr valign="top">
| |
| <td>'''Boobs'''</td>
| |
| <td>{{Pierced nipples|{{{pierced nipples}}}}}</td>
| |
| </tr>
| |
| }}
| |
| }} | | }} |
| | | {{#if: {{{Playmate|}}} | |
| <!-- Empty <tr> to prevent <p>s on output page -->
| | <td colspan="2" style="width:100%; background-color:lavender; text-align:center"><b>Playmate</b></td> |
| <tr></tr>
| |
| | |
| {{#if:{{{height|}}}|
| |
| <tr valign="top">
| |
| <td>'''Height'''</td>
| |
| <td>{{{height}}}</td>
| |
| </tr>}}
| |
| {{#if:{{{weight|}}}|
| |
| <tr valign="top">
| |
| <td>'''Weight'''</td>
| |
| <td>{{{weight}}}</td>
| |
| </tr>}}
| |
| {{#if:{{{body type|}}}| | |
| <tr valign="top">
| |
| <td>'''Body type'''</td>
| |
| <td>{{Body type|{{{body type}}}|type={{{type}}}}}</td>
| |
| </tr>}}
| |
| {{#if:{{{eye color|}}}|
| |
| <tr valign="top">
| |
| <td>'''Eye color'''</td>
| |
| <td>{{ucfirst:{{{eye color}}}}}</td>
| |
| </tr>}}
| |
| | |
| {{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}{{{hair color4|}}}{{{hair length|}}}{{{hair shape|}}}|
| |
| <tr valign="top">
| |
| <td>'''Hair'''</td>
| |
| <td>{{#if:{{{hair color|}}}|
| |
| {{#switch:{{{hair color}}}
| |
| |Black|black|Black hair|black hair|Black Hair|blk|BLK|Blk=[[:Category:Black hair|Black]]{{c0|Black hair|type={{{type}}}}}
| |
| |Brunette|brunette|Brunete|brunete|Brunet|brunet=[[:Category:Brunette hair|Brunette]]{{c0|Brunette hair|type={{{type}}}}}
| |
| |Brown|brown|Brown hair|brown hair=[[:Category:Brown hair|Brown]]{{c0|Brown hair|type={{{type}}}}}
| |
| |Blonde|blonde|Blond|blond=[[:Category:Blonde hair|Blonde]]{{c0|Blonde hair|type={{{type}}}}}
| |
| |Red|red|Red hair|red hair|Redhead|redhead|Red head|red head|Red Head=[[:Category:Red hair|Red]]{{c0|Red hair|type={{{type}}}}}
| |
| |Pink|pink|Rose|rose|Rosa|rosa=[[:Category:Pink hair|Pink]]{{c0|Pink hair|type={{{type}}}}}
| |
| |Blue|blue=[[:Category:Blue hair|Blue]]{{c0|Blue hair|type={{{type}}}}}
| |
| |Green|green=[[:Category:Green hair|Green]]{{c0|Green hair|type={{{type}}}}}
| |
| |White|white=[[:Category:White hair|White]]{{c0|White hair|type={{{type}}}}}
| |
| |Grey|grey|Gray|gray=[[:Category:Grey hair|Grey]]{{c0|Grey hair|type={{{type}}}}}
| |
| |#default={{{hair color}}}}}
| |
| }}{{#if:{{{hair color2|}}}|
| |
| {{#switch:{{{hair color2}}}
| |
| |Black|black|Black hair|black hair|Black Hair|blk|BLK|Blk={{#if:{{{hair color|}}}|, }}[[:Category:Black hair|Black]]{{c0|Black hair|type={{{type}}}}}
| |
| |Brunette|brunette|Brunete|brunete|Brunet|brunet={{#if:{{{hair color|}}}|, }}[[:Category:Brunette hair|Brunette]]{{c0|Brunette|type={{{type}}}}}
| |
| |Brown|brown|Brown hair|brown hair={{#if:{{{hair color|}}}|, }}[[:Category:Brown hair|Brown]]{{c0|Brown hair|type={{{type}}}}}
| |
| |Blonde|blonde|Blond|blond={{#if:{{{hair color|}}}|, }}[[:Category:Blonde hair|Blonde]]{{c0|Blonde hair|type={{{type}}}}}
| |
| |Red|red|Red hair|red hair|Redhead|redhead|Red head|red head|Red Head={{#if:{{{hair color|}}}|, }}[[:Category:Red hair|Red]]{{c0|Redhead|type={{{type}}}}}
| |
| |Pink|pink|Rose|rose|Rosa|rosa={{#if:{{{hair color|}}}|, }}[[:Category:Pink hair|Pink]]{{c0|Pink hair|type={{{type}}}}}
| |
| |Blue|blue={{#if:{{{hair color|}}}|, }}[[:Category:Blue hair|Blue]]{{c0|Blue hair|type={{{type}}}}}
| |
| |Green|green={{#if:{{{hair color|}}}|, }}[[:Category:Green hair|Green]]{{c0|Green hair|type={{{type}}}}}
| |
| |White|white={{#if:{{{hair color|}}}|, }}[[:Category:White hair|White]]{{c0|White hair|type={{{type}}}}}
| |
| |Grey|grey|Gray|gray={{#if:{{{hair color|}}}|, }}[[:Category:Grey hair|Grey]]{{c0|Grey hair|type={{{type}}}}}
| |
| |#default={{#if:{{{hair color|}}}|, {{{hair color2}}}|{{{hair color2}}}}}}}
| |
| }}{{#if:{{{hair color3|}}}|
| |
| {{#switch:{{{hair color3}}}
| |
| |Black|black|Black hair|black hair|Black Hair|blk|BLK|Blk={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Black hair|Black]]{{c0|Black hair|type={{{type}}}}}
| |
| |Brunette|brunette|Brunete|brunete|Brunet|brunet={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Brunette hair|Brunette]]{{c0|Brunette|type={{{type}}}}}
| |
| |Brown|brown|Brown hair|brown hair={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Brown hair|Brown]]{{c0|Brown hair|type={{{type}}}}}
| |
| |Blonde|blonde|Blond|blond={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Blonde hair|Blonde]]{{c0|Blonde hair|type={{{type}}}}}
| |
| |Red|red|Red hair|red hair|Redhead|redhead|Red head|red head|Red Head={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Red hair|Red]]{{c0|Redhead|type={{{type}}}}}
| |
| |Pink|pink|Rose|rose|Rosa|rosa={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Pink hair|Pink]]{{c0|Pink hair|type={{{type}}}}}
| |
| |Blue|blue={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Blue hair|Blue]]{{c0|Blue hair|type={{{type}}}}}
| |
| |Green|green={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Green hair|Green]]{{c0|Green hair|type={{{type}}}}}
| |
| |White|white={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:White hair|White]]{{c0|White hair|type={{{type}}}}}
| |
| |Grey|grey|Gray|gray={{#if:{{{hair color|}}}{{{hair color2|}}}|, }}[[:Category:Grey hair|Grey]]{{c0|Grey hair|type={{{type}}}}}
| |
| |#default={{#if:{{{hair color|}}}{{{hair color2|}}}|, {{{hair color3}}}|{{{hair color3}}}}}}}
| |
| }}{{#if:{{{hair color4|}}}|
| |
| {{#switch:{{{hair color4}}}
| |
| |Black|black|Black hair|black hair|Black Hair|blk|BLK|Blk={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Black hair|Black]]{{c0|Black hair|type={{{type}}}}}
| |
| |Brunette|brunette|Brunete|brunete|Brunet|brunet={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Brunette hair|Brunette]]{{c0|Brunette|type={{{type}}}}}
| |
| |Brown|brown|Brown hair|brown hair={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Brown hair|Brown]]{{c0|Brown hair|type={{{type}}}}}
| |
| |Blonde|blonde|Blond|blond={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Blonde hair|Blonde]]{{c0|Blonde hair|type={{{type}}}}}
| |
| |Red|red|Red hair|red hair|Redhead|redhead|Red head|red head|Red Head={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Red hair|Red]]{{c0|Redhead|type={{{type}}}}}
| |
| |Pink|pink|Rose|rose|Rosa|rosa={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Pink hair|Pink]]{{c0|Pink hair|type={{{type}}}}}
| |
| |Blue|blue={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Blue hair|Blue]]{{c0|Blue hair|type={{{type}}}}}
| |
| |Green|green={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Green hair|Green]]{{c0|Green hair|type={{{type}}}}}
| |
| |White|white={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:White hair|White]]{{c0|White hair|type={{{type}}}}}
| |
| |Grey|grey|Gray|gray={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, }}[[:Category:Grey hair|Grey]]{{c0|Grey hair|type={{{type}}}}}
| |
| |#default={{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}|, {{{hair color4}}}|{{{hair color4}}}}}}}
| |
| }}{{#if:{{{hair length|}}}{{{hair shape|}}}|
| |
| {{#if:{{{hair color|}}}{{{hair color2|}}}{{{hair color3|}}}{{{hair color4|}}}|<br>}}{{#if:{{{hair length|}}}|{{ucfirst:{{{hair length}}}}}}}{{#if:{{{hair shape|}}}|{{#if:{{{hair length|}}}|, }}{{ucfirst:{{{hair shape}}}}}}}
| |
| }}</td></tr>}}
| |
| | |
| <!-- Empty <tr> to prevent <p>s on output page -->
| |
| <tr></tr>
| |
| | |
| {{#if:{{{underarm hair|}}}|
| |
| <tr valign="top">
| |
| <td>'''Underarm hair'''</td>
| |
| <td>{{#if:{{no|{{{underarm hair}}}}}
| |
| |Shaved
| |
| |{{#if:{{yes|{{{underarm hair}}}}}
| |
| |Yes
| |
| |{{ucfirst:{{{underarm hair}}}}}
| |
| }}
| |
| }}</td>
| |
| </tr>}}
| |
| | |
| {{#if:{{{pubic hair|}}}|
| |
| <tr valign="top">
| |
| <td>'''Pubic hair'''</td>
| |
| <td>{{#if:{{no|{{{pubic hair}}}}}
| |
| |Shaved
| |
| |{{#if:{{yes|{{{pubic hair}}}}}
| |
| |Full
| |
| |{{ucfirst:{{{pubic hair}}}}}
| |
| }}
| |
| }}</td>
| |
| </tr>}}
| |
|
| |
| {{#if:{{{blood|}}}|
| |
| <tr valign="top">
| |
| <td>'''Blood group'''</td>
| |
| <td>{{ucfirst:{{{blood}}}}}</td>
| |
| </tr>}}
| |
| {{#if:{{both|{{{playmatemonth|}}}|{{{playmateyear|}}}}}{{both|{{{petmonth|}}}|{{{petyear|}}}}}{{yes|{{{topless|}}}}}{{yes|{{{bush|}}}}}{{yes|{{{frontal|}}}}}{{yes|{{{pink|}}}}}{{yes|{{{solo|}}}}}{{yes|{{{solodildo|}}}}}{{yes|{{{solofisting|}}}}}{{yes|{{{lesbian|}}}}}{{yes|{{{lesbiandildo|}}}}}{{yes|{{{lesbianfisting|}}}}}{{yes|{{{blowjob|}}}}}{{yes|{{{hardcore|}}}}}{{yes|{{{anal|}}}}}{{yes|{{{dp|}}}}}{{yes|{{{fisting|}}}}}{{yes|{{{bondage|}}}}}{{yes|{{{bukkake|}}}}}{{yes|{{{watersports|}}}}}{{yes|{{{fistingmen|}}}}}{{yes|{{{creampie|}}}}}|
| |
| <tr> | | <tr> |
| <td colspan="2" style="background:#fcc; text-align:center">'''Performances'''</td>
| | <td style="vertical-align:top">'''Playmate:'''</td> |
| </tr>}} | | <td style="vertical-align:top">{{{Playmate}}}</td> |
| <!-- Playmate --> | | </tr> |
| {{#if:{{both|{{{playmatemonth|}}}|{{{playmateyear|}}}}}| | | }} |
| | <!-- Shown --> |
| | {{#if:{{yes|{{{Dessous_PM|}}}}}{{yes|{{{Brüste_PM|}}}}}{{yes|{{{Nackt_frontal_PM|}}}}}{{yes|{{{Schritt_PM|}}}}}| |
| <tr valign="top"> | | <tr valign="top"> |
| <td>'''Playboy Playmate'''</td> | | <td>'''Zeigt'''</td> |
| <td>{{MONTHNAME|{{{playmatemonth}}}}} {{{playmateyear}}}[[Category:Playboy Playmates]]</td>
| | <td>{{#if:{{yes|{{{Dessous_PM|}}}}}|[[:Category:Dessous (Playmate)|Dessous]]{{c0|Dessous (Playmate)|type={{{type}}}}}}}{{#if:{{yes|{{{Brüste_PM|}}}}}|{{#if:{{yes|{{{Dessous_PM|}}}}}|, }}[[:Category:Brüste (Playmate)|Brüste]]{{c0|Brüste (Playmate)|type={{{type}}}}}}}{{#if:{{yes|{{{Nackt_frontal_PM|}}}}}|{{#if:{{yes|{{{Dessous_PM|}}}}}{{yes|{{{Brüste_PM|}}}}}|, }}[[:Category:Nackt frontal (Playmate)|Nackt frontal]]{{c0|Nackt frontal (Playmate)|type={{{type}}}}}}}{{#if:{{yes|{{{Schritt_PM|}}}}}|{{#if:{{yes|{{{Dessous_PM|}}}}}{{yes|{{{Brüste_PM|}}}}}{{yes|{{{Nackt_frontal_PM|}}}}}|, }}[[:Category:Schritt (Playmate)|Schritt]]{{c0|Schritt (Playmate)|type={{{type}}}}}}}</td> |
| </tr>}}
| |
| <!-- Penthouse Pet -->
| |
| {{#if:{{both|{{{petmonth|}}}|{{{petyear|}}}}}| | |
| <tr valign="top">
| |
| <td>'''Penthouse Pet'''</td>
| |
| <td>{{MONTHNAME|{{{petmonth}}}}} {{{petyear}}}{{c0|Penthouse Pets|type={{{type}}}}}</td>
| |
| </tr>}} | | </tr>}} |
| | {{#if: {{{Coverstar|}}} | |
| | <td colspan="2" style="width:100%; background-color:lavender; text-align:center"><b>Coverstar</b></td> |
| | <tr> |
| | <td style="vertical-align:top">'''Coverstar:'''</td> |
| | <td style="vertical-align:top">{{{Coverstar}}}</td> |
| | </tr> |
| | }} |
| <!-- Shown --> | | <!-- Shown --> |
| {{#if:{{yes|{{{topless|}}}}}{{yes|{{{bush|}}}}}{{yes|{{{frontal|}}}}}{{yes|{{{pink|}}}}}| | | {{#if:{{yes|{{{Dessous_CV|}}}}}{{yes|{{{Brüste_CV|}}}}}{{yes|{{{Nackt_frontal_CV|}}}}}{{yes|{{{Schritt_CV|}}}}}| |
| <tr valign="top">
| |
| <td>'''Shown'''</td>
| |
| <td>{{#if:{{yes|{{{topless|}}}}}|Topless}}{{#if:{{yes|{{{bush|}}}}}|{{#if:{{yes|{{{topless|}}}}}|, }}Bush}}{{#if:{{yes|{{{frontal|}}}}}|{{#if:{{yes|{{{topless|}}}}}{{yes|{{{bush|}}}}}|, }}Full frontal}}{{#if:{{yes|{{{pink|}}}}}|{{#if:{{yes|{{{topless|}}}}}{{yes|{{{bush|}}}}}{{yes|{{{frontal|}}}}}|, }}Pink}}</td>
| |
| </tr>}}
| |
| <!-- Solo -->
| |
| {{#if:{{yes|{{{solo|}}}}}{{yes|{{{solodildo|}}}}}{{yes|{{{solofisting|}}}}}|
| |
| <tr valign="top">
| |
| <td>'''Solo'''</td>
| |
| <td>{{#if:{{yes|{{{solo|}}}}}|Masturbation}}{{#if:{{yes|{{{solodildo|}}}}}|{{#if:{{yes|{{{solo|}}}}}|, }}Dildo}}{{#if:{{yes|{{{solofisting|}}}}}|{{#if:{{yes|{{{solo|}}}}}{{yes|{{{solodildo|}}}}}|, }}[[:Category:Solo fisting models|Fisting]]{{c0|Fisting models|type={{{type}}}}}}}</td>
| |
| </tr>}}
| |
| <!-- Girl/girl -->
| |
| {{#if:{{yes|{{{lesbian|}}}}}{{yes|{{{lesbiandildo|}}}}}{{yes|{{{lesbianfisting|}}}}}|
| |
| <tr valign="top"> | | <tr valign="top"> |
| <td>'''Girl/girl'''</td> | | <td>'''Zeigt'''</td> |
| <td>{{#if:{{yes|{{{lesbian|}}}}}|Softcore{{c0|Girl/girl|type={{{type}}}}}}}{{#if:{{yes|{{{lesbiandildo|}}}}}|{{#if:{{yes|{{{lesbian|}}}}}|, }}Dildo{{c0|Girl/girl|type={{{type}}}}}}}{{#if:{{yes|{{{lesbianfisting|}}}}}|{{#if:{{yes|{{{lesbian|}}}}}{{yes|{{{lesbiandildo|}}}}}|, }}[[:Category:Fisting models|Fisting]]{{c0|Girl/girl|type={{{type}}}}}{{c0|Fisting models|type={{{type}}}}}}}</td>
| | <td>{{#if:{{yes|{{{Dessous_CV|}}}}}|[[:Category:Dessous (Coverstar)|Dessous]]{{c0|Dessous (Coverstar)|type={{{type}}}}}}}{{#if:{{yes|{{{Brüste_CV|}}}}}|{{#if:{{yes|{{{Dessous_CV|}}}}}|, }}[[:Category:Brüste (Coverstar)|Brüste]]{{c0|Brüste (Coverstar)|type={{{type}}}}}}}{{#if:{{yes|{{{Nackt_frontal_CV|}}}}}|{{#if:{{yes|{{{Dessous_CV|}}}}}{{yes|{{{Brüste_CV|}}}}}|, }}[[:Category:Nackt frontal (Coverstar)|Nackt frontal]]{{c0|Nackt frontal (Coverstar)|type={{{type}}}}}}}{{#if:{{yes|{{{Schritt_CV|}}}}}|{{#if:{{yes|{{{Dessous_CV|}}}}}{{yes|{{{Brüste_CV|}}}}}{{yes|{{{Nackt_frontal_CV|}}}}}|, }}[[:Category:Schritt (Coverstar)|Schritt]]{{c0|Schritt (Coverstar)|type={{{type}}}}}}}</td> |
| </tr>}} | | </tr>}} |
| <!-- Boy/girl -->
| | {{#if: {{{Filme|}}} | |
| {{#if:{{yes|{{{blowjob|}}}}}{{yes|{{{hardcore|}}}}}{{yes|{{{anal|}}}}}{{yes|{{{dp|}}}}}{{yes|{{{fisting|}}}}}{{yes|{{{creampie|}}}}}| | |
| <tr valign="top">
| |
| <td>'''Boy/girl'''</td>
| |
| <td>{{#if:{{yes|{{{blowjob|}}}}}|[[:Category:Blowjob|Blowjob]]{{c0|Blowjob|type={{{type}}}}}}}{{#if:{{yes|{{{hardcore|}}}}}|{{#if:{{yes|{{{blowjob|}}}}}|, }}[[:Category:Vaginal|Vaginal]]{{c0|Vaginal|type={{{type}}}}}}}{{#if:{{yes|{{{anal|}}}}}|{{#if:{{yes|{{{blowjob|}}}}}{{yes|{{{hardcore|}}}}}|, }}[[:Category:Anal|Anal]]{{c0|Anal|type={{{type}}}}}}}{{#if:{{yes|{{{dp|}}}}}|{{#if:{{yes|{{{blowjob|}}}}}{{yes|{{{hardcore|}}}}}{{yes|{{{anal|}}}}}|, }}[[:Category:Double penetration|Double penetration]]{{c0|Double penetration|type={{{type}}}}}}}{{#if:{{yes|{{{fisting|}}}}}|{{#if:{{yes|{{{blowjob|}}}}}{{yes|{{{hardcore|}}}}}{{yes|{{{anal|}}}}}{{yes|{{{dp|}}}}}|, }}[[:Category:Fisting models|Fisting]]{{c0|Fisting models|type={{{type}}}}}}}{{#if:{{yes|{{{creampie|}}}}}|{{#if:{{yes|{{{blowjob|}}}}}{{yes|{{{hardcore|}}}}}{{yes|{{{anal|}}}}}{{yes|{{{dp|}}}}}{{yes|{{{fisting|}}}}}|, }}[[:Category:Creampie|Creampie]]{{c0|Creampie|type={{{type}}}}}}}</td>
| |
| </tr>}}
| |
| <!-- Special -->
| |
| {{#if:{{yes|{{{bondage|}}}}}{{yes|{{{bukkake|}}}}}{{yes|{{{watersports|}}}}}{{yes|{{{fistingmen|}}}}}|
| |
| <tr valign="top">
| |
| <td>'''Special'''</td>
| |
| <td>{{#if:{{yes|{{{bondage|}}}}}|[[:Category:Bondage models|Bondage]]{{c0|Bondage models|type={{{type}}}}}}}{{#if:{{yes|{{{bukkake|}}}}}|{{#if:{{yes|{{{bondage|}}}}}|, }}[[:Category:Bukkake models|Bukkake]]{{c0|Bukkake models|type={{{type}}}}}}}{{#if:{{yes|{{{watersports|}}}}}|{{#if:{{yes|{{{bondage|}}}}}{{yes|{{{bukkake|}}}}}|, }}[[:Category:Watersports models|Watersports]]{{c0|Watersports models|type={{{type}}}}}}}{{#if:{{yes|{{{fistingmen|}}}}}|{{#if:{{yes|{{{bondage|}}}}}{{yes|{{{bukkake|}}}}}{{yes|{{{watersports|}}}}}|, }}[[:Category:Women fisting men|Fisting men]]{{c0|Women fisting men|type={{{type}}}}}}}</td>
| |
| </tr>}}
| |
| | |
| {{#if:{{{homepage|}}}{{{blog|}}}{{{links|}}}
| |
| {{{admiremevip|}}}
| |
| {{{adultwork|}}}
| |
| {{{bluesky|}}}
| |
| {{{cameo|}}}
| |
| {{{cammodels|}}}
| |
| {{{cashapp|}}}
| |
| {{{centerfold|}}}{{{playboyapp|}}}
| |
| {{{chaturbate|}}}
| |
| {{{clips4sale|}}}{{{c4s|}}}
| |
| {{{deviantart|}}}
| |
| {{{facebook|}}}
| |
| {{{fancentro|}}}
| |
| {{{fansly|}}}
| |
| {{{flickr|}}}
| |
| {{{instagram|}}}{{{instagram2|}}}
| |
| {{{justforfans|}}}
| |
| {{{ko-fi|}}}
| |
| {{{livejasmin|}}}
| |
| {{{loverfans|}}}
| |
| {{{loyalfans|}}}
| |
| {{{mydirtyhobby|}}}
| |
| {{{myfreecams|}}}{{{mfcshare|}}}
| |
| {{{niteflirt|}}}
| |
| {{{onlyfans|}}}{{{onlyfansfree|}}}{{{onlyfansvip|}}}
| |
| {{{patreon|}}}
| |
| {{{paypal|}}}
| |
| {{{reddit|}}}
| |
| {{{sextpanther|}}}
| |
| {{{snapchat|}}}
| |
| {{{streamate|}}}
| |
| {{{stripchat|}}}
| |
| {{{telegram|}}}
| |
| {{{tiktok|}}}{{{tiktok2|}}}
| |
| {{{tumblr|}}}
| |
| {{{twitch|}}}
| |
| {{{twitter|}}}{{{twitter2|}}}
| |
| {{{venmo|}}}
| |
| {{{wishlist|}}}
| |
| {{{youtube|}}}{{{youtube channel|}}}|
| |
| <tr> | | <tr> |
| <td colspan="2" style="{{#switch:{{{type}}}|nonperformer=background:#ccf;|background:#fcc;}} text-align:center"><div id="links">'''Links and profiles'''</div></td>
| | <td style="vertical-align:top">'''Anzahl Filme:'''</td> |
| </tr>}}
| | <td style="vertical-align:top">{{{Filme}}}</td> |
| | | </tr> |
| {{#if:{{{homepage|}}}|
| |
| <tr>
| |
| <td align=right>[[File:Web icon.png|16px|link=|alt=Official website]] </td>
| |
| <td align=left>[{{{homepage}}} '''Official website''']</td>
| |
| </tr>
| |
| }} | | }} |
| | | {{#if: {{{Download|}}} | |
| {{#if:{{{links|}}}| | | <tr> |
| <tr>
| | <td style="vertical-align:top" colspan="2" align="center">'''{{{Download}}}'''</td> |
| <td align=right>[[File:Link icon.png|16px|link=|alt=Links]] </td>
| | </tr> |
| <td align=left>[{{{links}}} '''Links''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{blog|}}}|
| |
| <tr>
| |
| <td align=right>[[File:Pencil icon.png|16px|link=|alt=Blog]] </td>
| |
| <td align=left>[{{{blog}}} '''Blog''']</td>
| |
| </tr>
| |
| }} | | }} |
| | | {{#if: {{{DVD|}}} | |
| {{#if:{{{admiremevip|}}}| | |
| {{c0|AdmireMe.VIP}}
| |
| <tr>
| |
| <td align=right>[[File:AdmireMe.VIP icon.png|16px|link=|alt=AdmireMe.VIP]] </td>
| |
| <td align=left>[https://admireme.vip/{{{admiremevip}}} '''AdmireMe.VIP''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{adultwork|}}}|
| |
| {{c0|Adult Work}}
| |
| <tr>
| |
| <td align=right>[[File:AdultWork icon.png|16px|link=|alt=Adult Work]] </td>
| |
| <td align=left>[https://www.adultwork.com/ViewProfile.asp?UserID={{{adultwork}}} '''Adult Work''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{bluesky|}}}|
| |
| {{c0|Bluesky}}
| |
| <tr>
| |
| <td align=right>[[File:Bluesky icon.png|16px|link=]] </td>
| |
| <td align=left>[https://bsky.app/profile/{{#replace:{{{bluesky}}}|@|}} '''Bluesky''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| | |
| {{#if:{{{cameo|}}}|
| |
| {{c0|Cameo}}
| |
| <tr>
| |
| <td align=right>[[File:Cameo icon.png|16px|link=|alt=Cameo]] </td>
| |
| <td align=left>[https://www.cameo.com/{{{cameo}}} '''Cameo''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{cammodels|}}}|
| |
| {{c0|Cammodels}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:Cammodels icon.png|16px|link=|alt=CamSoda]] </td>
| |
| <td align=left>[https://{{{cammodels}}}.cammodels.com/ '''Cammodels''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{camsoda|}}}|
| |
| {{c0|CamSoda}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:CamSoda icon.png|16px|link=|alt=CamSoda]] </td>
| |
| <td align=left>[https://www.camsoda.com/{{{camsoda}}} '''CamSoda''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{cashapp|}}}|
| |
| {{c0|Cash App}}
| |
| <tr>
| |
| <td align=right>[[File:Cash App icon.png|16px|link=|alt=Cash App]] </td>
| |
| <td align=left>[https://cash.app/{{{cashapp}}} '''Cash App''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{centerfold|}}}{{{playboyapp|}}}|
| |
| {{c0|Centerfold (website)}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:Playboy.png|x16px|link=|alt=Playboy]] </td>
| |
| <td align=left>[https://www.playboy.com/app/{{{centerfold}}} '''Playboy''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{chaturbate|}}}|
| |
| {{c0|Chaturbate}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:Chaturbate icon.png|16px|link=|alt=Chaturbate]] </td>
| |
| <td align=left>[https://chaturbate.com/{{{chaturbate}}} '''Chaturbate''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{clips4sale|}}}{{{c4s|}}}|
| |
| {{c0|Clips4Sale}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:Clips4Sale icon.jpg|16px|link=|alt=Clips4Sale]] </td>
| |
| <td align=left>[https://www.clips4sale.com/studio/{{{clips4sale}}} '''Clips4Sale''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{deviantart|}}}|
| |
| {{c0|DeviantArt}}
| |
| <tr>
| |
| <td align=right>[[File:Deviantart icon.png|16px|link=|alt=DeviantArt]] </td>
| |
| <td align=left>[https://www.deviantart.com/{{{deviantart}}} '''DeviantArt''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{facebook|}}}|
| |
| {{c0|Facebook}}
| |
| <tr>
| |
| <td align=right>[[File:Facebook icon.png|16px|link=|alt=Facebook]] </td>
| |
| <td align=left>[https://www.facebook.com/{{{facebook}}} '''Facebook''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{fancentro|}}}|
| |
| {{c0|FanCentro}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:Fancentro icon.png|16px|link=|alt=FanCentro]] </td>
| |
| <td align=left>[https://fancentro.com/{{{fancentro}}} '''FanCentro''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{fansly|}}}|
| |
| {{c0|Fansly}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:Fansly icon.png|16px|link=|alt=Fansly]] </td>
| |
| <td align=left>[https://fansly.com/{{{fansly}}}/posts '''Fansly''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{flickr|}}}|
| |
| {{c0|Flickr}}
| |
| <tr>
| |
| <td align=right>[[File:Flickr icon.png|16px|link=|alt=Flickr]] </td>
| |
| <td align=left>[https://www.flickr.com/people/{{{flickr}}} '''Flickr''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{instagram|}}}|
| |
| {{c0|Instagram}}
| |
| <tr>
| |
| <td align=right>[[File:Instagram icon.png|16px|link=|alt=]] </td>
| |
| <td align=left>[http://instagram.com/{{{instagram}}} '''Instagram''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{instagram2|}}}|
| |
| {{c0|Instagram}}
| |
| <tr>
| |
| <td align=right>[[File:Instagram icon.png|16px|link=|alt=Instagram]] </td>
| |
| <td align=left>[http://instagram.com/{{{instagram2}}} '''Instagram''' (alt)]</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{iwantclips|}}}|
| |
| {{c0|iWantClips}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:IWantClips icon.png|16px|link=]] </td>
| |
| <td align=left>[https://iwantclips.com/store/{{{iwantclips}}} '''iWantClips''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{justforfans|}}}|
| |
| {{c0|JustFor.Fans}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:JustFor.Fans icon.png|16px|link=]] </td>
| |
| <td align=left>[https://justfor.fans/{{{justforfans}}} '''JustFor.Fans''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{ko-fi|}}}|
| |
| {{c0|Ko-fi}}
| |
| <tr>
| |
| <td align=right>[[File:Web icon.png|16px|link=]] </td>
| |
| <td align=left>[https://ko-fi.com/{{{ko-fi}}} '''Ko-fi''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{livejasmin|}}}|
| |
| {{c0|LiveJasmin}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:Web icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.livejasmin.com/en/girls/{{{livejasmin}}} '''LiveJasmin''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{loverfans|}}}|
| |
| {{c0|LoverFans}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:LoverFans icon.png|16px|link=]] </td>
| |
| <td align=left>[https://loverfans.com/{{{loverfans}}} '''LoverFans''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{loyalfans|}}}|
| |
| {{c0|LoyalFans}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:LoyalFans icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.loyalfans.com/{{{loyalfans}}} '''Loyalfans''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{manyvids|}}}|
| |
| {{c0|ManyVids}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:ManyVids icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.manyvids.com/Profile/{{#explode:{{{manyvids}}}|/|0}}/-/Store/Videos '''ManyVids''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{mydirtyhobby|}}}|
| |
| {{c0|MyDirtyHobby}}
| |
| <tr>
| |
| <td align=right>[[File:MyDirtyHobby icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.mydirtyhobby.com/profil/{{{mydirtyhobby}}} '''MyDirtyHobby''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{myfreecams|}}}|
| |
| {{c0|MyFreeCams}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:MyFreeCams_icon.png|16px|link=]] </td>
| |
| <td align=left>[https://profiles.myfreecams.com/{{{myfreecams}}} '''MyFreeCams''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{mfcshare|}}}|
| |
| {{c0|MyFreeCams}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:MyFreeCams_icon.png|16px|link=]] </td>
| |
| <td align=left>[https://mfc.me/{{{mfcshare}}} '''MFC Share''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{niteflirt|}}}|
| |
| {{c0|NiteFlirt}}
| |
| <tr>
| |
| <td align=right>[[File:NiteFlirt icon.png|16px|link=]] </td>
| |
| <td align=left>[https://niteflirt.com/{{{niteflirt}}} '''NiteFlirt''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{onlyfans|}}}|
| |
| {{c0|OnlyFans}}{{c0|Content creators}}
| |
| <tr>
| |
| <td align=right>[[File:OnlyFans icon.png|16px|link=]] </td>
| |
| <td align=left>[https://onlyfans.com/{{{onlyfans}}} '''OnlyFans''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{onlyfansfree|}}}|
| |
| {{c0|OnlyFans}}{{c0|OnlyFans (free)}}
| |
| <tr>
| |
| <td align=right>[[File:OnlyFans icon.png|16px|link=]] </td>
| |
| <td align=left>[https://onlyfans.com/{{{onlyfansfree}}} '''OnlyFans''' (free)]</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{onlyfansvip|}}}|
| |
| {{c0|OnlyFans}}{{c0|OnlyFans (VIP)}}
| |
| <tr>
| |
| <td align=right>[[File:OnlyFans icon.png|16px|link=]] </td>
| |
| <td align=left>[https://onlyfans.com/{{{onlyfansvip}}} '''OnlyFans''' (VIP)]</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{patreon|}}}|
| |
| {{c0|Patreon}}
| |
| <tr>
| |
| <td align=right>[[File:Patreon icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.patreon.com/{{{patreon}}} '''Patreon''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{paypal|}}}|
| |
| {{c0|PayPal}}
| |
| <tr>
| |
| <td align=right>[[File:Paypal icon.png|16px|link=]] </td>
| |
| <td align=left>[https://paypal.me/{{{paypal}}} '''PayPal''']</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{reddit|}}}|
| |
| {{c0|Reddit}}
| |
| <tr>
| |
| <td align=right>[[File:Reddit icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.reddit.com/user/{{{reddit}}}/ '''Reddit''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{sextpanther|}}}|
| |
| {{c0|SextPanther}}
| |
| <tr>
| |
| <td align=right>[[File:Sextpanther icon.png|16px|link=]] </td>
| |
| <td align=left>[https://sextpanther.com/{{{sextpanther}}} '''SextPanther''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{snapchat|}}}|
| |
| {{c0|Snapchat}}
| |
| <tr>
| |
| <td align=right>[[File:Snapchat icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.snapchat.com/add/{{{snapchat}}} '''Snapchat''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{streamate|}}}|
| |
| {{c0|Streamate}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:Streamate icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.streamate.com/cam/{{{streamate}}}/ '''Streamate''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{stripchat|}}}|
| |
| {{c0|Stripchat}}{{c0|Webcam models}}
| |
| <tr>
| |
| <td align=right>[[File:Stripchat icon.png|16px|link=]] </td>
| |
| <td align=left>[https://stripchat.com/{{{stripchat}}}/profile '''Stripchat''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{telegram|}}}|
| |
| {{c0|Telegram}}
| |
| <tr>
| |
| <td align=right>[[File:Telegram icon.png|16px|link=]] </td>
| |
| <td align=left>[https://t.me/{{{telegram}}} '''Telegram''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{threads|}}}|
| |
| {{c0|Threads}}
| |
| <tr>
| |
| <td align=right>[[File:Threads icon.png|16px|link=]] </td>
| |
| <td align=left>[https://threads.net/@{{#replace:{{{threads}}}|@|}} '''Threads''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| | |
| {{#if:{{{tiktok|}}}|
| |
| {{c0|TikTok}}
| |
| <tr>
| |
| <td align=right>[[File:TikTok icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.tiktok.com/@{{#replace:{{{tiktok}}}|@|}} '''TikTok''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{tiktok2|}}}|
| |
| {{c0|TikTok}}
| |
| <tr>
| |
| <td align=right>[[File:TikTok icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.tiktok.com/@{{#replace:{{{tiktok2}}}|@|}} '''TikTok''' (alt)]</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{tumblr|}}}|
| |
| {{c0|Tumblr}}
| |
| <tr>
| |
| <td align=right>[[File:Tumblr icon.png|16px|link=]] </td>
| |
| <td align=left>[https://{{{tumblr}}}.tumblr.com/ '''Tumblr''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{twitch|}}}|
| |
| {{c0|Twitch}}{{c0|Streamers}}
| |
| <tr>
| |
| <td align=right>[[File:Twitch icon.png|16px|link=]] </td>
| |
| <td align=left>[https://twitch.tv/{{{twitch}}} '''Twitch''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{twitter|}}}|
| |
| {{c0|Twitter}}
| |
| <tr>
| |
| <td align=right>[[File:Twitter icon.png|16px|link=]] </td>
| |
| <td align=left>[https://twitter.com/{{#replace:{{{twitter}}}|@|}} '''Twitter''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{twitter2|}}}|
| |
| {{c0|Twitter}}
| |
| <tr>
| |
| <td align=right>[[File:Twitter icon.png|16px|link=]] </td>
| |
| <td align=left>[https://twitter.com/{{#replace:{{{twitter2}}}|@|}} '''Twitter''' (alt)]</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{venmo|}}}|
| |
| {{c0|Venmo}}
| |
| <tr>
| |
| <td align=right>[[File:Venmo icon.png|16px|link=]] </td>
| |
| <td align=left>[https://account.venmo.com/u/{{{venmo}}} '''Venmo''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| | |
| {{#if:{{{wishlist|}}}|
| |
| {{c0|Wishlists}}
| |
| <tr>
| |
| <td align=right>[[File:Gift icon.png|16px|link=]] </td>
| |
| <td align=left>[{{{wishlist}}} '''Wishlist''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{wishlist2|}}}|
| |
| {{c0|Wishlists}}
| |
| <tr>
| |
| <td align=right>[[File:Gift icon.png|16px|link=]] </td>
| |
| <td align=left>[{{{wishlist2}}} '''Wishlist''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{youtube|}}}|
| |
| {{c0|YouTube}}
| |
| <tr>
| |
| <td align=right>[[File:YouTube icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.youtube.com/@{{#replace:{{{youtube}}}|@|}} '''YouTube''']</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{youtube channel|}}}|
| |
| {{c0|YouTube}}
| |
| <tr>
| |
| <td align=right>[[File:YouTube icon.png|16px|link=]] </td>
| |
| <td align=left>[https://www.youtube.com/channel/{{{youtube channel}}} '''YouTube''']</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{extra|}}}|
| |
| <td align=right>[[File:Web icon.png|16px|link=]] </td>
| |
| <td align=left>'''{{{extra}}}'''</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{extra2|}}}|
| |
| <td align=right>[[File:Web icon.png|16px|link=]] </td>
| |
| <td align=left>'''{{{extra2}}}'''</td>
| |
| </tr>
| |
| }}
| |
| | |
| {{#if:{{{extra3|}}}|
| |
| <td align=right>[[File:Web icon.png|16px|link=]] </td>
| |
| <td align=left>'''{{{extra3}}}'''</td>
| |
| </tr>
| |
| }}
| |
| | |
| <!-- end of links / start of databases -->
| |
| | |
| {{#if:{{{imdb|}}}
| |
| {{{iafd|}}}
| |
| {{{iafd2|}}}
| |
| {{{afdb|}}}
| |
| {{{aiwards|}}}
| |
| {{{egafd|}}}
| |
| {{{bgafd|}}}
| |
| {{{ibdb|}}}
| |
| {{{tmdb|}}}
| |
| {{{wikidata|{{{wd|}}}}}}|
| |
| <tr> | | <tr> |
| <td colspan="2" style="{{#switch:{{{type}}}|nonperformer=background:#ccf;|background:#fcc;}} text-align:center">'''Databases'''</td>
| | <td style="vertical-align:top" colspan="2" align="center">'''{{{DVD}}}'''</td> |
| | </tr>}}{{#if: {{{Website|}}} |<tr><td style="vertical-align:top" colspan="2" align="center">'''[{{{Website}}} Offizielle Website]'''</td></tr>}} |
| | {{#if: {{{Website AVS|}}} |<tr><td style="vertical-align:top" colspan="2" align="center"><div style="display:none" class="user-show"><table border="0" cellpadding="0" cellspacing="0" ><tr><td>'''[{{{Website AVS}}} Offizielle Website]'''</td></tr></table></div></td></tr>}}</table><table align="right" border="0" cellpadding="0" cellspacing="0" style="background-color: #f9f9f9"><tr>{{#if: {{{Blogger|}}} |<td> {{#tag:blogger |{{{Blogger}}}}}</td>}}{{#if: {{{Blogger AVS|}}} |<td><div style="display:none" class="user-show"><table border="0" cellpadding="0" cellspacing="0" ><tr><td> {{#tag:blogger |{{{Blogger AVS}}}}}</td></tr></table></div></td>}}{{#if: {{{Dailymotion|}}} |<td> {{#tag:dailymotionlink |{{{Dailymotion}}}}}</td>}}{{#if: {{{Facebook|}}} |<td> {{#tag:facebook |{{{Facebook}}}}}</td>}}{{#if: {{{Fansly|}}} |<td> {{#tag:fansly |{{{Fansly}}}}}</td>}}{{#if: {{{Instagram|}}} |<td> {{#tag:instagram|{{{Instagram}}}}}</td>}}{{#if: {{{MySpace|}}} |<td> {{#tag:myspace |{{{MySpace}}}}}</td>}}{{#if: {{{OnlyFans|}}} |<td> {{#tag:onlyfans |{{{OnlyFans}}}/?ref=90232306}}</td>}}{{#if: {{{Pinterest|}}} |<td> {{#tag:pinterest |{{{Pinterest}}}}}</td>}}{{#if: {{{Pornhub|}}} |<td> {{#tag:pornhublink |{{{Pornhub}}}}}</td>}}{{#if: {{{RSS|}}} |<td> {{#tag:rss |{{{RSS}}}}}</td>}}{{#if: {{{Telegram|}}} |<td> {{#tag:telegram |{{{Telegram}}}}}</td>}}{{#if: {{{Telegram AVS|}}} |<td><div style="display:none" class="user-show"><table border="0" cellpadding="0" cellspacing="0" ><tr><td> {{#tag:telegram |{{{Telegram AVS}}}}}</td></tr></table></div></td>}}{{#if: {{{TikTok|}}} |<td> {{#tag:tiktok |{{{TikTok}}}}}</td>}}{{#if: {{{Tumblr|}}} |<td> {{#tag:tumblr |{{{Tumblr}}}}}</td>}}{{#if: {{{Tumblr AVS|}}} |<td><div style="display:none" class="user-show"><table border="0" cellpadding="0" cellspacing="0" ><tr><td> {{#tag:tumblr |{{{Tumblr AVS}}}}}</td></tr></table></div></td>}}{{#if: {{{X|}}} |<td> {{#tag:x |{{{X}}}}}</td>}}{{#if: {{{X AVS|}}} |<td><div style="display:none" class="user-show"><table border="0" cellpadding="0" cellspacing="0" ><tr><td> {{#tag:x |{{{X AVS}}}}}</td></tr></table></div></td>}}{{#if: {{{Vimeo|}}} |<td> {{#tag:vimeolink |{{{Vimeo}}}}}</td>}}{{#if: {{{YouTube|}}} |<td> {{#tag:youtubelink |{{{YouTube}}}}}</td>}}</tr></table> |
| | </td> |
| </tr> | | </tr> |
|
| |
| <tr>
| |
| <td colspan="2" align="center"><small>}}<!---
| |
| -->{{#if:{{{imdb|}}}| [https://www.imdb.com/name/nm{{#replace:{{{imdb}}}|nm|}} <abbr title="Internet Movie Database">IMDb</abbr>] {{c0|IMDb}} }}<!---
| |
| -->{{#if:{{{tmdb|}}}| [https://www.themoviedb.org/person/{{{tmdb}}} <abbr title="The Movie Database">TMDB</abbr>] {{c0|TMDB}} }}<!---
| |
| -->{{#if:{{{wikidata|{{{wd|}}}}}}| [https://www.wikidata.org/wiki/Q{{#replace:{{{wikidata|{{{wd}}}}}}|Q|}} <abbr title="Wikidata">WD</abbr>] {{c0|Wikidata}} }}<!---
| |
| -->{{#if:{{{ibdb|}}}| [https://www.ibdb.com/person.asp?id={{{ibdb}}} <abbr title="Internet Broadway Database">IBDB</abbr>] {{c0|IBDB}} }}<!---
| |
| -->{{#if:{{{iafd|}}}| [https://www.iafd.com/person.rme/perfid={{{iafd}}}/gender=f <abbr title="Internet Adult Film Database">IAFD</abbr>] {{c0|IAFD}} }}<!---
| |
| -->{{#if:{{{iafd2|}}}| [https://www.iafd.com/person.rme/id={{{iafd2}}} <abbr title="Internet Adult Film Database">IAFD</abbr>] {{c0|IAFD}} }}<!---
| |
| -->{{#if:{{{afdb|}}}| [https://www.adultfilmdatabase.com/actor.cfm?actorid={{{afdb}}} <abbr title="Adult Film Database">AFDB</abbr>] {{c0|AFDB}} }}<!---
| |
| -->{{#if:{{{aiwards|}}}| [https://aiwards.com/girl/{{{aiwards}}} <abbr title="Adult Industry Awards Database">AIWARDS</abbr>] {{c0|AIWARDS}} }}<!---
| |
| -->{{#if:{{{egafd|}}}| [https://www.egafd.com/actresses/details.php/id/{{{egafd}}} <abbr title="European Girls Adult Film Database">EGAFD</abbr>] {{c0|EGAFD}} }}<!---
| |
| -->{{#if:{{{bgafd|}}}| [https://www.bgafd.co.uk/actresses/details.php/id/{{{bgafd}}} <abbr title="British Girls Adult Film Database">BGAFD</abbr>] {{c0|BGAFD}} }}
| |
| {{#if:{{{imdb|}}}{{{iafd|}}}{{{iafd2|}}}{{{afdb|}}}{{{egafd|}}}{{{bgafd|}}}{{{ibdb|}}}{{{tmdb|}}}{{{wikidata|{{{wd|}}}}}}{{{aiwards|}}}|</small></td>
| |
| </tr>}}
| |
| }}<!-- End of switch excluding Body, Performances, Personal pages and Databases for non-performers-->
| |
| </table></includeonly><noinclude> | | </table></includeonly><noinclude> |
| {{Documentation}} | | {{Documentation}} |
| </noinclude> | | </noinclude> |