Difference between revisions of "Template:SubTab/CrazyBarks"

From Drawn to Life Wiki
(Created page with "{{#tag:tabber| Idle={{{Idle}}} {{!}}-{{!}}Side▾={{#tag:tabber| {{!}}-{{!}}Left={{{SideLeft}}} {{!}}-{{!}}Right={{{SideRight}}} }} {{!}}-{{!}}Behind={{{Behind}}} {{!}}-{{!}}W...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#tag:tabber|
 
{{#tag:tabber|
Idle={{{Idle}}}
+
Drawn to Life (DS)▾={{#tag:tabber|
 +
{{!}}-{{!}}Idle={{{Idle}}}
 
{{!}}-{{!}}Side▾={{#tag:tabber|
 
{{!}}-{{!}}Side▾={{#tag:tabber|
 
{{!}}-{{!}}Left={{{SideLeft}}}
 
{{!}}-{{!}}Left={{{SideLeft}}}
Line 24: Line 25:
 
}}
 
}}
 
}}
 
}}
}}<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].
+
}}
 +
{{!}}-{{!}}Drawn to Life: Two Realms▾={{#tag:tabber|
 +
{{!}}-{{!}}Idle▾={{#tag:tabber|
 +
{{!}}-{{!}}Front={{{TRIdle}}}
 +
{{!}}-{{!}}Back={{{TRIdleBack}}}
 +
}}
 +
{{!}}-{{!}}Walk▾={{#tag:tabber|
 +
{{!}}-{{!}}Front={{{TRWalk}}}
 +
{{!}}-{{!}}Back={{{TRWalkBack}}}
 +
}}
 +
{{!}}-{{!}}Celebrate={{{TRJump}}}
 +
{{!}}-{{!}}Surprised={{{TRSurprised}}}
 +
{{!}}-{{!}}Happy={{{TRHappy}}}
 +
{{!}}-{{!}}Sad={{{TRSad}}}
 +
{{!}}-{{!}}Angry={{{TRAngry}}}
 +
{{!}}-{{!}}Thinking={{{TRThinking}}}
 +
}}
 +
}}
  
 +
<noinclude>
 +
For a usage guide to all SubTabs, please read the guide under the generic [[Template:SubTab|SubTab]].
  
==How to use==
 
To add this on a page type:
 
  <nowiki>{{SubTab
 
|Idle=
 
|SideLeft=
 
|SideRight=
 
|Behind=
 
|WalkFront=
 
|WalkBack=
 
|WalkLeft=
 
|WalkRight=
 
|Jump=
 
|Fear=
 
}}</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]]
 
}}
 
<noinclude>
 
 
[[Category:SubTab]]
 
[[Category:SubTab]]
 
</noinclude>
 
</noinclude>

Latest revision as of 21:51, 18 December 2023

{{{Idle}}}

{{{SideLeft}}}

{{{SideRight}}}

{{{Behind}}}

{{{WalkFront}}}

{{{WalkBack}}}

{{{WalkLeft}}}

{{{WalkRight}}}

{{{Jump}}}

{{{Fear}}}

{{{Normal}}}

{{{HoldNormal}}}

{{{Hat}}}

{{{HoldHat}}}

{{{TRIdle}}}

{{{TRIdleBack}}}

{{{TRWalk}}}

{{{TRWalkBack}}}

{{{TRJump}}}

{{{TRSurprised}}}

{{{TRHappy}}}

{{{TRSad}}}

{{{TRAngry}}}

{{{TRThinking}}}


For a usage guide to all SubTabs, please read the guide under the generic SubTab.