2,015 bytes added
, 00:21, 16 December 2020
{{#tag:tabber|
{{!}}-{{!}}Outside▾={{#tag:tabber|
{{!}}-{{!}}Snow={{{Snow}}}
{{!}}-{{!}}SnowMelting={{{SnowMelt}}}
{{!}}-{{!}}Day={{{Day}}}
{{!}}-{{!}}Raining={{{Raining}}}
{{!}}-{{!}}Night={{{Night}}}
{{!}}-{{!}}Midnight={{{Midnight}}}
}}
{{!}}-{{!}}MiniMap▾={{#tag:tabber|
{{!}}-{{!}}Snow={{{MSnow}}}
{{!}}-{{!}}Day={{{MDay}}}
{{!}}-{{!}}Night={{{MNight}}}
}}
{{!}}-{{!}}Inside={{{Inside}}}
}}<noinclude>Thanks to WikiSyntax and how this is coded it is very particular on how you use it. You ''must'' use all of the tabs and you may ''not'' add extra. You're stuck with this. There are exceptions to this, though. You can create a page-specific SubTab by going to http://drawntolife.wikia.com/wiki/Template:SubTab/PAGENAME (for example: [http://drawntolife.wikia.com/wiki/Template:SubTab/Wilfre Wilfre]) then copy and pasting the above code and modifing it as needed. If you need assistance please ask [http://drawntolife.wikia.com/wiki/User:Manere Manere].
==How to use==
To add this on a page type:
<nowiki>{{SubTab/BanyaFarm
|Snow=
|SnowMelt=
|Day=
|Raining=
|Night=
|Midnight=
|MSnow=
|MSnowMelt=
|MDay=
|MRaining=
|MNight=
|MMidnight=
|Inside=
}}</nowiki>
Example:
<nowiki>{{SubTab
|Idle=[[File:Samuel.gif|center]]
|Side=[[File:Samuel_Side.gif|center]]
|Behind=[[File:Samuel_Behind.gif|center]]
|WalkFront=[[File:Samuel_Walk.gif|center]]
|WalkBack=[[File:ComingSoon.png|thumb|84px|center]]
|WalkLeft=[[File:ComingSoon.png|thumb|84px|center]]
|WalkRight=[[File:ComingSoon.png|thumb|84px|center]]
|Jump=[[File:Samuel_Jump.gif|center]]
|Fear=[[File:Samuel_Fear.gif|center]]
}}</nowiki>
Would display as:
{{SubTab
|Idle=[[File:Samuel.gif|center]]
|Side=[[File:Samuel.gif|center]]
|Behind=[[File:Samuel_Behind.gif|center]]
|WalkFront=[[File:Samuel_Walk.gif|center]]
|WalkBack=[[File:ComingSoon.png|thumb|84px|center]]
|WalkLeft=[[File:ComingSoon.png|thumb|84px|center]]
|WalkRight=[[File:ComingSoon.png|thumb|84px|center]]
|Jump=[[File:Samuel_Jump.gif|center]]
|Fear=[[File:Samuel_Fear.gif|center]]
}}