Difference between revisions of "Template:Infobox Character V2"
Jump to navigation
Jump to search
(wrong implementation - will attempt again tomorrow) Tag: Replaced |
(Work is done) |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
| + | <table class="infobox" style="text-align: left; width: 300px; font-size: 100%; border-radius:10px; border: 2px solid black;"> | ||
| + | <tr> | ||
| + | <th colspan="2" style="text-align: center; color: #FFFFFF; height: 24px; font-size: medium; background-color: #708090;"><b>{{{name|}}}</b></th> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td colspan="2">{{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td colspan="2" style="text-align: center;">{{{caption|}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Creators</b></td> | ||
| + | <td>{{{creators|}}}</td> | ||
| + | </tr> | ||
| + | {{#if: {{{contributors|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Contributors</b></td> | ||
| + | <td>{{{contributors|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | <tr> | ||
| + | <th colspan="2" style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Personal Information</b></th> | ||
| + | </tr> | ||
| + | {{#if: {{{fullname|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Full Name</b></td> | ||
| + | <td>{{{fullname|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{pronunciation|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Pronunciation</b></td> | ||
| + | <td>{{{pronunciation|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{nicknames|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Nickname(s)</b></td> | ||
| + | <td>{{{nickname|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{aliases|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Aliases</b></td> | ||
| + | <td>{{{aliases|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{titles|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Titles</b></td> | ||
| + | <td>{{{titles|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{relatives|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Relatives</b></td> | ||
| + | <td class="mw-collapsible">{{{relatives|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{otherrelations|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Other Relations</b></td> | ||
| + | <td>{{{otherrelations|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{occupation|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Occupation</b></td> | ||
| + | <td>{{{occupation|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{residence|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Residence</b></td> | ||
| + | <td>{{{residence|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{location|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Location</b></td> | ||
| + | <td>{{{location|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{religion|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Religion</b></td> | ||
| + | <td>{{{religion|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{faction|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Faction</b></td> | ||
| + | <td>{{{faction|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{nationality|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Nationality</b></td> | ||
| + | <td>{{{nationality|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{species|}}} | | ||
| + | <tr> | ||
| + | <th colspan="2" style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Biological Information</b></th> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{species|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Species</b></td> | ||
| + | <td>{{{species|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{gender|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Gender</b></td> | ||
| + | <td>{{{gender|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{height|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Height</b></td> | ||
| + | <td>{{{height|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{haircolor|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Hair Color</b></td> | ||
| + | <td>{{{haircolor|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{eyecolor|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Eye Color</b></td> | ||
| + | <td>{{{eyecolor|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{bustsize|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Bust Size</b></td> | ||
| + | <td>{{{bustsize|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{cocksize|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Cock Size</b></td> | ||
| + | <td>{{{cocksize|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{miscgenitalia|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Misc. Genitalia</b></td> | ||
| + | <td>{{{miscgenitalia|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{tailcount|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Tail Count</b></td> | ||
| + | <td>{{{tailcount|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{level|}}} | | ||
| + | <tr> | ||
| + | <th colspan="2" style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Combat Information</b></th> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{level|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Level</b></td> | ||
| + | <td>{{{level|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{health|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Health</b></td> | ||
| + | <td>{{{health|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{ap|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Action Points</b></td> | ||
| + | <td>{{{ap|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{strengths|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Strengths</b></td> | ||
| + | <td>{{{strengths|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{versionadded|}}} | | ||
| + | <tr> | ||
| + | <th colspan="2" style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Other Information</b></th> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{versionadded|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Version Added</b></td> | ||
| + | <td>{{{versionadded|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | {{#if: {{{changelog|}}} | | ||
| + | <tr> | ||
| + | <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Changelog</b></td> | ||
| + | <td class="mw-collapsible mw-collapsed">{{{changelog|}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | </table> | ||
</includeonly> | </includeonly> | ||
| + | |||
| + | <noinclude> | ||
| + | Used as a frame of reference were the infoboxes of the detectiveconanworld wiki [detectiveconanworld.com/wiki/Template:InfoBox_Char] and from the Mrowki wiki (in a language I have no idea but found I it when the author linked their infobox in a forum somewhere) [wiki.mrowki.ovh/index.php?title=Szablon:Opis]<br>--[[User:Spotty McBumble Fuck|Spotty McBumble Fuck]] ([[User talk:Spotty McBumble Fuck|talk]]) 13:11, 10 April 2023 (UTC) | ||
| + | {{Infobox Character V2 | ||
| + | |name = Gianna | ||
| + | |image = <tabber> | ||
| + | Clothed=[[File:Gianna-Moira-Bust.png|450px]] | ||
| + | |-| | ||
| + | Nude=[[File:Gianna-Moira-Nude-Bust.png|450px]] | ||
| + | </tabber> | ||
| + | |caption = Art by [[Author-Moira|Moira]] | ||
| + | |creators = [[Author-SKoW|SomeKindofWizard]] | ||
| + | |contributors = Bepis<br>Clint | ||
| + | |fullname = | ||
| + | |pronunciation = Beh-piss | ||
| + | |nickname = test | ||
| + | |aliases = | ||
| + | |titles = | ||
| + | |relatives = Yes<br>This<br>Shit<br>Is<br>Collapsible | ||
| + | |otherrelations = | ||
| + | |occupation = | ||
| + | |residence = | ||
| + | |location = | ||
| + | |religion = | ||
| + | |faction = test | ||
| + | |nationality = | ||
| + | |species = [[Garyole]] | ||
| + | |gender = Female | ||
| + | |height = | ||
| + | |haircolor = gray | ||
| + | |eyecolor = white | ||
| + | |bustsize = | ||
| + | |cocksize = | ||
| + | |miscgenitalia = Benis hammer | ||
| + | |tailcount = | ||
| + | |level = 3 | ||
| + | |health = | ||
| + | |ap = | ||
| + | |strengths = | ||
| + | |versionadded = 1.4 | ||
| + | |changelog = | ||
| + | }} | ||
| + | <pre> | ||
| + | <nowiki> | ||
| + | {{Infobox Character V2 | ||
| + | |name = Gianna | ||
| + | |image = <tabber> | ||
| + | Clothed=[[File:Gianna-Moira-Bust.png|450px]] | ||
| + | |-| | ||
| + | Nude=[[File:Gianna-Moira-Nude-Bust.png|450px]] | ||
| + | </tabber> | ||
| + | |caption = Art by [[Author-Moira|Moira]] | ||
| + | |creators = [[Author-SKoW|SomeKindofWizard]] | ||
| + | |contributors = Bepis<br>Clint | ||
| + | |fullname = | ||
| + | |pronunciation = Beh-piss | ||
| + | |nickname = test | ||
| + | |aliases = | ||
| + | |titles = | ||
| + | |relatives = Yes<br>This<br>Shit<br>Is<br>Collapsible | ||
| + | |otherrelations = | ||
| + | |occupation = | ||
| + | |residence = | ||
| + | |location = | ||
| + | |religion = | ||
| + | |faction = test | ||
| + | |nationality = | ||
| + | |species = [[Garyole]] | ||
| + | |gender = Female | ||
| + | |height = | ||
| + | |haircolor = gray | ||
| + | |eyecolor = white | ||
| + | |bustsize = | ||
| + | |cocksize = | ||
| + | |miscgenitalia = Benis hammer | ||
| + | |tailcount = | ||
| + | |level = 3 | ||
| + | |health = | ||
| + | |ap = | ||
| + | |strengths = | ||
| + | |versionadded = 1.4 | ||
| + | |changelog = | ||
| + | }} | ||
| + | </nowiki> | ||
| + | </pre> | ||
| + | </noinclude> | ||
Revision as of 13:11, 10 April 2023
Used as a frame of reference were the infoboxes of the detectiveconanworld wiki [detectiveconanworld.com/wiki/Template:InfoBox_Char] and from the Mrowki wiki (in a language I have no idea but found I it when the author linked their infobox in a forum somewhere) [wiki.mrowki.ovh/index.php?title=Szablon:Opis]
--Spotty McBumble Fuck (talk) 13:11, 10 April 2023 (UTC)
| Gianna | |
|---|---|
| Art by Moira | |
| Creators | SomeKindofWizard |
| Contributors | Bepis Clint |
| Personal Information | |
| Pronunciation | Beh-piss |
| Relatives | Yes This Shit Is Collapsible |
| Faction | test |
| Biological Information | |
| Species | Garyole |
| Gender | Female |
| Hair Color | gray |
| Eye Color | white |
| Misc. Genitalia | Benis hammer |
| Combat Information | |
| Level | 3 |
| Other Information | |
| Version Added | 1.4 |
{{Infobox Character V2
|name = Gianna
|image = <tabber>
Clothed=[[File:Gianna-Moira-Bust.png|450px]]
|-|
Nude=[[File:Gianna-Moira-Nude-Bust.png|450px]]
</tabber>
|caption = Art by [[Author-Moira|Moira]]
|creators = [[Author-SKoW|SomeKindofWizard]]
|contributors = Bepis<br>Clint
|fullname =
|pronunciation = Beh-piss
|nickname = test
|aliases =
|titles =
|relatives = Yes<br>This<br>Shit<br>Is<br>Collapsible
|otherrelations =
|occupation =
|residence =
|location =
|religion =
|faction = test
|nationality =
|species = [[Garyole]]
|gender = Female
|height =
|haircolor = gray
|eyecolor = white
|bustsize =
|cocksize =
|miscgenitalia = Benis hammer
|tailcount =
|level = 3
|health =
|ap =
|strengths =
|versionadded = 1.4
|changelog =
}}