Difference between revisions of "Template:SubTab"

From Drawn to Life Wiki
(Created page with "{{#tag:tabber| Idle={{{Idle}}} {{!}}-{{!}}Side▾={{#tag:tabber| {{!}}-{{!}}Left={{{SideLeft}}} {{!}}-{{!}}Right={{{SideRight}}} }} {{!}}-{{!}}Behind={{{Behind}}} {{!}}-{{!}}W...")
 
m
 
Line 14: Line 14:
 
{{!}}-{{!}}Jump={{{Jump}}}
 
{{!}}-{{!}}Jump={{{Jump}}}
 
{{!}}-{{!}}Fear={{{Fear}}}
 
{{!}}-{{!}}Fear={{{Fear}}}
}}<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/WilfreSN 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].
+
}}
  
 +
<noinclude>
 +
The generic SubTab is intended for use with characters that fit in these three categories:
 +
* Do not have [[Snow Fight]] sprites.
 +
* Appear in at least one of the DS games.
 +
* Do not appear in ''[[Drawn to Life: Two Realms]]''.
 +
 +
You can create a page-specific SubTab by going to "Template:SubTab/PAGENAME" (for example: [[Template:SubTab/KingMiney]]) then copy and pasting the above code and modifying it as needed. If you need assistance please ask [[User:BakiDance|BakiDance]] or [[User:GuyThatExists|GuyThatExists]].
  
 
==How to use==
 
==How to use==
 
To add this on a page type:
 
To add this on a page type:
  <nowiki>{{SubTab
+
<nowiki>{{SubTab
|Idle=
+
|Idle     =  
|SideLeft=
+
|SideRight =  
|SideRight=
+
|SideLeft  =  
|Behind=
+
|Behind   =  
|WalkFront=
+
|WalkFront =  
|WalkBack=
+
|WalkBack =  
|WalkLeft=
+
|WalkLeft =  
|WalkRight=
+
|WalkRight =  
|Jump=
+
|Jump     =  
|Fear=
+
|Fear     =  
 
}}</nowiki>
 
}}</nowiki>
  
Example:
+
For example:
  <nowiki>{{SubTab
+
<nowiki>{{SubTab
|Idle=[[File:Samuel.gif|center]]
+
|Idle     = [[File:Samuel.gif|center]]
|Side=[[File:Samuel_Side.gif|center]]
+
|SideRight = [[File:Samuel_Side.gif|center]]
|Behind=[[File:Samuel_Behind.gif|center]]
+
|SideLeft  = [[File:Samuel_Left.gif|center]]
|WalkFront=[[File:Samuel_Walk.gif|center]]
+
|Behind   = [[File:Samuel_Behind.gif|center]]
|WalkBack=[[File:ComingSoon.png|thumb|84px|center]]
+
|WalkFront = [[File:Samuel_Walk.gif|center]]
|WalkLeft=[[File:ComingSoon.png|thumb|84px|center]]
+
|WalkBack = [[File:Samuel-walk-back.gif|center]]
|WalkRight=[[File:ComingSoon.png|thumb|84px|center]]
+
|WalkLeft = [[File:Samuel-walk-left.gif|center]]
|Jump=[[File:Samuel_Jump.gif|center]]
+
|WalkRight = [[File:Samuel-walk-right.gif|center]]
|Fear=[[File:Samuel_Fear.gif|center]]
+
|Jump     = [[File:Samuel_Jump.gif|center]]
 +
|Fear     = [[File:Samuel_Fear.gif|center]]
 
}}</nowiki>
 
}}</nowiki>
 
+
would display as:
Would display as:
 
 
{{SubTab
 
{{SubTab
|Idle=[[File:Samuel.gif|center]]
+
|Idle     = [[File:Samuel.gif|center]]
|Side=[[File:Samuel.gif|center]]
+
|SideRight = [[File:Samuel_Side.gif|center]]
|Behind=[[File:Samuel_Behind.gif|center]]
+
|SideLeft  = [[File:Samuel_Left.gif|center]]
|WalkFront=[[File:Samuel_Walk.gif|center]]
+
|Behind   = [[File:Samuel_Behind.gif|center]]
|WalkBack=[[File:ComingSoon.png|thumb|84px|center]]
+
|WalkFront = [[File:Samuel_Walk.gif|center]]
|WalkLeft=[[File:ComingSoon.png|thumb|84px|center]]
+
|WalkBack = [[File:Samuel-walk-back.gif|center]]
|WalkRight=[[File:ComingSoon.png|thumb|84px|center]]
+
|WalkLeft = [[File:Samuel-walk-left.gif|center]]
|Jump=[[File:Samuel_Jump.gif|center]]
+
|WalkRight = [[File:Samuel-walk-right.gif|center]]
|Fear=[[File:Samuel_Fear.gif|center]]
+
|Jump     = [[File:Samuel_Jump.gif|center]]
 +
|Fear     = [[File:Samuel_Fear.gif|center]]
 
}}
 
}}
  

Latest revision as of 20:55, 18 December 2023

{{{Idle}}}

{{{SideLeft}}}

{{{SideRight}}}

{{{Behind}}}

{{{WalkFront}}}

{{{WalkBack}}}

{{{WalkLeft}}}

{{{WalkRight}}}

{{{Jump}}}

{{{Fear}}}


The generic SubTab is intended for use with characters that fit in these three categories:

You can create a page-specific SubTab by going to "Template:SubTab/PAGENAME" (for example: Template:SubTab/KingMiney) then copy and pasting the above code and modifying it as needed. If you need assistance please ask BakiDance or GuyThatExists.

How to use

To add this on a page type:

{{SubTab
 |Idle      = 
 |SideRight = 
 |SideLeft  = 
 |Behind    = 
 |WalkFront = 
 |WalkBack  = 
 |WalkLeft  = 
 |WalkRight = 
 |Jump      = 
 |Fear      = 
}}

For example:

{{SubTab
 |Idle      = [[File:Samuel.gif|center]]
 |SideRight = [[File:Samuel_Side.gif|center]]
 |SideLeft  = [[File:Samuel_Left.gif|center]]
 |Behind    = [[File:Samuel_Behind.gif|center]]
 |WalkFront = [[File:Samuel_Walk.gif|center]]
 |WalkBack  = [[File:Samuel-walk-back.gif|center]]
 |WalkLeft  = [[File:Samuel-walk-left.gif|center]]
 |WalkRight = [[File:Samuel-walk-right.gif|center]]
 |Jump      = [[File:Samuel_Jump.gif|center]]
 |Fear      = [[File:Samuel_Fear.gif|center]]
}}

would display as:

Samuel.gif

Samuel Left.gif

Samuel Side.gif

Samuel Behind.gif

Samuel Walk.gif

Samuel-walk-back.gif

Samuel-walk-left.gif

Samuel-walk-right.gif

Samuel Jump.gif

Samuel Fear.gif