Template:Sandbox/Darce/Test: Difference between revisions

From Vintage Story Wiki
No edit summary
(Replaced content with ".")
Tag: Replaced
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
.
{|border="1" cellpadding="2" cellspacing="0" class="screwTemplatesMan" style="border-radius:7px; font-size:90%; width:250px; float:right; position:relative; margin-left:5px; margin-bottom: 5px;"
|-
|bgcolor="#000000" colspan="2" style="border-top-right-radius:7px; border-top-left-radius:7px; text-align:center; font-size:13.5px;"|<font color="white">'''{{{Name}}}'''</font>
|-
|bgcolor="#d3ab92" colspan=2 style="text-align: center"|{{#tag:tabber|
{{!}}-{{!}} {{{Title}}}  = File:{{{image}}}
{{!}}-{{!}} {{{Title2}}} = File:{{{image2}}}
{{!}}-{{!}} {{{Title3}}} = File:{{{image3}}}
}}
|-
|bgcolor="#000000" colspan="2" style="border-top-right-radius:0px; border-top-left-radius:0px; text-align:center; font-size:13.5px;"|<font color="white">'''Health'''</font>
|-
{{#if: {{{HealthM|}}} | {{#!:
|'''Health ({{{Title}}})'''
|{{{HealthM}}}
}} }}
|-
{{#if: {{{HealthF|}}} | {{#!:
|'''Health ({{{Title2}}})'''
|{{{HealthF}}}
}} }}
|-
{{#if: {{{HealthMF|}}} | {{#!:
|'''Health ({{{Title}}}/{{{Title2}}})'''
|{{{HealthMF}}}
}} }}
|-
| '''Health ({{{Title3}}})''' || {{{HealthB}}}
}}
|-
|bgcolor="#000000" colspan="2" style="border-top-right-radius:0px; border-top-left-radius:0px; text-align:center; font-size:13.5px;"|<font color="white">'''Attack'''</font>
|-
{{#if: {{{BaseAttackM|}}} | {{#!:
|'''Base Attack ({{{Title}}})'''
|{{{BaseAttackM}}}
}} }}
|-
{{#if: {{{BaseAttackF|}}} | {{#!:
|'''Base Attack ({{{Title2}}})'''
|{{{BaseAttackF}}}
}} }}
|-
{{#if: {{{BaseAttackB|}}} | {{#!:
|'''Base Attack ({{{Title3}}})'''
|{{{BaseAttackB}}}
}} }}
|-
{{#if: {{{BaseAttackMF|}}} | {{#!:
|'''Base Attack ({{{Title}}}/{{{Title2}}})'''
|{{{BaseAttackMF}}}
}} }}
|-
{{#if: {{{BaseAttackFB|}}} | {{#!:
|'''Base Attack ({{{Title2}}}/{{{Title3}}})'''
|{{{BaseAttackFB}}}
}} }}
 
|-
|bgcolor="#000000" colspan="2" style="border-top-right-radius:0px; border-top-left-radius:0px; text-align:center; font-size:13.5px;"|<font color="white">'''Characteristics'''</font>
|-
{{#if: {{{PortionsEaten|}}} | {{#!:
|'''Satiety to Mate'''
|{{{PortionsEaten}}}
}} }}
|-
{{#if: {{{GestationTime|}}} | {{#!:
|'''Gestation Time (hours)'''
|{{{GestationTime}}}
}} }}
|-
{{#if: {{{IncubationTime|}}} | {{#!:
|'''Incubation Time (hours)'''
|{{{IncubationTime}}}
}} }}
|-
{{#if: {{{GrowthTime|}}} | {{#!:
|'''Growth Time (hours)'''
|{{{GrowthTime}}}
}} }}
|-
 
{{Drops
|Code1={{{DropCode1|}}}
|Avg1={{{DropAvg1|}}}
|Var1={{{DropVar1|}}}
|Code2={{{DropCode2|}}}
|Avg2={{{DropAvg2|}}}
|Var2={{{DropVar2|}}}
|Code3={{{DropCode3|}}}
|Avg3={{{DropAvg3|}}}
|Var3={{{DropVar3|}}}
|Code4={{{DropCode4|}}}
|Avg4={{{DropAvg4|}}}
|Var4={{{DropVar4|}}}
}}
|-
|bgcolor="#000000" colspan="2" class="Bloba" style="text-align:center; font-size:13.5px; border-bottom-right-radius:7px; border-bottom-left-radius:7px;"|
|}
</includeonly>
 
<noinclude>
Template for displaying an entity's male, female, and baby form in one chart.
{{Sandbox/Darce/Test
|Name=Chicken
 
|Title= Rooster
|Title2= Hen
|Title3= Chick
 
|image= <nowiki>[[File:Chicken(Male).png|120px|center]]</nowiki>
|image2 = <nowiki>[[File:Chicken(Female).png|120px|center]]</nowiki>
|image3 = <nowiki>[[File:Chicken(Baby).png|120px|center]]</nowiki>
 
|HealthMF= 3
|HealthB= 1.5
 
|BaseAttackM=0.25
|BaseAttackFB=0
 
|PortionsEaten=3
|IncubationTime=120
|GrowthTime= 168
 
|DropCode1=Poultry
|DropAvg1=1.25
|DropVar1=0.25
|DropCode2=Feathers
|DropAvg2=12
|DropVar2=4
|DropCode3=Bone
|DropAvg3=0.5
}}
 
:{| class="wikitable" style="width: 50%;"
|-
! width="1%" | Section
! width="3%" | Parameter
! width="10%" | Description
|-
! rowspan="4" | Health
| style="text-align:center;"| Health Male
| rowspan="2" | When the health of the male and female entity are different values, they must be presented in separate rows.
|-
| style="text-align:center;"| Health Female
|-
| style="text-align:center;"| Health Male/Female
| When the health of both the male and female entity are the same, they must be presenten in one single row.
|-
| style="text-align:center;"| Health Baby
| The health of the baby entity
|-
! rowspan="5" | Attack
| style="text-align:center;"| Attack Male
| Damage produced by the base attack of the male entity
|-
| style="text-align:center;"| Attack Female
| Damage produced by the base attack of the female entity
|-
| style="text-align:center;"| Attack Male/Female
| When the damage of both the male and female entity are the same, they must be presenten in one single row.
|-
| style="text-align:center;"| Attack Female/Baby
| When the damage of both the female and baby entity are the same, they must be presenten in one single row.
|-
| style="text-align:center;"| Attack Baby
| Damage produced by the base attack of the baby entity
|-
! rowspan="4" | Characteristics
| style="text-align:center;"| Satiety to Mate
| Portions needed to be eaten from a trough before the entity is ready to mate.
|-
| style="text-align:center;"| Gestation Time
| Time before the pregnant entity gives birth.
|-
| style="text-align:center;"| Incubation Time
| Time before the eggs hatch.
|-
| style="text-align:center;"| Growth Time
| Time before the baby entity becomes a full adult.
|-
! Drops
| style="text-align:center;"| Drops
| Items the entity drops when looted
|}
[[Category:Infoboxes]]
</noinclude>

Latest revision as of 02:27, 8 October 2021

.