SigServer:Examples: Difference between revisions

Line 1,411: Line 1,411:


Size: 500x144px (meaning it is too large for ARC forums)
Size: 500x144px (meaning it is too large for ARC forums)
Uses a custom image on the background ([[:File:Rainbowbg.jpg]]), though you may use your own.
Uses a custom image on the background ([[:File:Rainbowbg.jpg]]), though you may use your own.


Line 1,419: Line 1,420:
   NEON RAINBOW ANIDB SIGNATURE TEMPLATE
   NEON RAINBOW ANIDB SIGNATURE TEMPLATE
   Designed by Soulweaver
   Designed by Soulweaver
   Version 1.31, 4th Apr 2011
   Version 1.40, 10th Jan 2012
    
    
   ATTENTION:
   ATTENTION:
Line 1,432: Line 1,433:
   Version history:
   Version history:
   1.00    Initial completed version
   1.00    Initial completed version
   1.10    Added background bars for recently watched, timezone hack for
   1.10    Added background bars for recently watched
          broken date function
          Timezone hack for broken date function
   1.11    Changed the watched % value so that it doesn't expect you to watch
   1.11    Changed the watched % value so that it doesn't expect you to watch
           all mylisted files of a certain episode anymore
           all mylisted files of a certain episode anymore
Line 1,439: Line 1,440:
   1.13    Conditional check for the ep count of last watched/voted
   1.13    Conditional check for the ep count of last watched/voted
           (prevent "1 episodes" from showing up)
           (prevent "1 episodes" from showing up)
   1.20    Add dates for all four recent anime, show ep name of latest watched
   1.20    Add dates for all four recent anime
          Show episode name of latest watched anime
   1.21    Fix the episode number for latest watched episode if it is not the
   1.21    Fix the episode number for latest watched episode if it is not the
           same as # of seen episodes
           same as # of seen episodes
Line 1,445: Line 1,447:
   1.23    Cap the progress bar length to 100% if more watched eps than total ep
   1.23    Cap the progress bar length to 100% if more watched eps than total ep
           count (e.g. segmented files of a movie)
           count (e.g. segmented files of a movie)
   1.30    Various changes: Fix last completed & voted text max. lengths, fix last
   1.30    Various changes:
           voted box width error, add variables for easier color changes,
          Fix last completed & voted text max. lengths,
           allow generation timestamp and total watched time to be hidden,
           Fix last voted box width error
           add no anime images mode, show template version
          Add variables for easier color changes
           Allow generation timestamp and total watched time to be hidden
           Add no anime images mode
          Show template version on the image
   1.31    Progress bar fixes due to erroneous changes in last version
   1.31    Progress bar fixes due to erroneous changes in last version
  1.40    Toggle for different display for airing series and for one ep stuff
          Slightly compressed mylist view (shows last addition in the extra space)
          Better solution for progress bars of single ep segmented movies/specials
          Last rated ep. count can now be "TBA" too
-->
-->
<signature>
<signature>
   {{@version="1.31"}}
   {{@version="1.40"}}
  {{@isbeta=false}}


   <!-- USER PREFERENCE VARIABLES -->
   <!-- USER PREFERENCE VARIABLES -->
Line 1,475: Line 1,485:
   {{@showtotaltime=true}} <!-- show anime total time -->
   {{@showtotaltime=true}} <!-- show anime total time -->
   {{@useimages=true}} <!-- whether to use anime images -->
   {{@useimages=true}} <!-- whether to use anime images -->
  {{@altairing=true}} <!-- shows "Airing" instead of no rating for incomplete series -->
  {{@hidesingleep=true}} <!-- hides some ep stuff for one ep series (e.g. movies) -->
  {{@condensedeps=true}} <!-- condenses eps and eps watched into one in mylist stats -->
     <!-- DATE FORMATTING -->
     <!-- DATE FORMATTING -->
   {{@datemask="jS M 'y h:ia"}} <!-- Please refer to PHP's date function -->
   {{@datemask="jS M 'y h:ia"}} <!-- Please refer to PHP's date function -->
Line 1,521: Line 1,534:
   {{@sgb = $stat_mylist_fsize / 1024}}
   {{@sgb = $stat_mylist_fsize / 1024}}
   {{@stb = $stat_mylist_fsize / 1048576}}
   {{@stb = $stat_mylist_fsize / 1048576}}
    <!-- MYLIST -->
  {{@mlpercent = precision($stat_anidb_viewedepcnt/$stat_mylist_epcount*100,2)+"%"}}
  {{@fsize = if(@stb>=1,precision(@stb,2)+" TB",if(@sgb>=1,precision(@sgb,2)+" GB",$stat_mylist_fsize+" MB"))}}
  {{@lastmltext = truncatew("Last addition: "+$latestfile_id1_aname+if(($latestfile_id1_enumber == 1) && @hidesingleep,""," Ep. "+$latestfile_id1_enumber),294,@adatafont,@adatasize,"..."+if(($latestfile_id1_enumber == 1) && @hidesingleep,""," Ep. "+$latestfile_id1_enumber)) }}
  {{@lastmlpos= 352-floor(lengthw(@lastmltext,@adatafont,@adatasize)/2) }}


     <!-- PROGBAR PROGRESS -->
     <!-- PROGBAR PROGRESS -->
   {{@a1progress = min(1,$watching_id1_state_seenepcount/if($watching_id1_eps==0,fetchvar("$animestat_a"+$watching_id1_aid+"_lastep_enumber")+1,$watching_id1_eps))}}
   {{@a1progress = min(1,if($watching_id1_eps==1,$watching_id1_state_seenepcount/$watching_id1_state_epcount,$watching_id1_state_seenepcount/if($watching_id1_eps==0,fetchvar("$animestat_a"+$watching_id1_aid+"_lastep_enumber")+1,$watching_id1_eps)))}}
   {{@a2progress = min(1,$watching_id2_state_seenepcount/if($watching_id2_eps==0,fetchvar("$animestat_a"+$watching_id2_aid+"_lastep_enumber")+1,$watching_id2_eps))}}
   {{@a2progress = min(1,if($watching_id2_eps==1,$watching_id2_state_seenepcount/$watching_id2_state_epcount,$watching_id2_state_seenepcount/if($watching_id2_eps==0,fetchvar("$animestat_a"+$watching_id2_aid+"_lastep_enumber")+1,$watching_id2_eps)))}}
   {{@a3progress = min(1,$watching_id3_state_seenepcount/if($watching_id3_eps==0,fetchvar("$animestat_a"+$watching_id3_aid+"_lastep_enumber")+1,$watching_id3_eps))}}
   {{@a3progress = min(1,if($watching_id3_eps==1,$watching_id3_state_seenepcount/$watching_id3_state_epcount,$watching_id3_state_seenepcount/if($watching_id3_eps==0,fetchvar("$animestat_a"+$watching_id3_aid+"_lastep_enumber")+1,$watching_id3_eps)))}}
   {{@a4progress = min(1,$watching_id4_state_seenepcount/if($watching_id4_eps==0,fetchvar("$animestat_a"+$watching_id4_aid+"_lastep_enumber")+1,$watching_id4_eps))}}
   {{@a4progress = min(1,if($watching_id4_eps==1,$watching_id4_state_seenepcount/$watching_id4_state_epcount,$watching_id4_state_seenepcount/if($watching_id4_eps==0,fetchvar("$animestat_a"+$watching_id4_aid+"_lastep_enumber")+1,$watching_id4_eps)))}}


     <!-- TIMEZONE HACK -->
     <!-- TIMEZONE HACK -->
Line 1,537: Line 1,556:
       <!-- FIX D OVERFLOW -->
       <!-- FIX D OVERFLOW -->
   {{@gt_m = if(@gt_d>@gt_dom,@gt_m+1,@gt_m)}} {{@gt_d = if(@gt_d>@gt_dom,1,@gt_d)}}
   {{@gt_m = if(@gt_d>@gt_dom,@gt_m+1,@gt_m)}} {{@gt_d = if(@gt_d>@gt_dom,1,@gt_d)}}
       <!-- FIX Y OVERFLOW -->
       <!-- FIX M OVERFLOW -->
   {{@gt_y = if(@gt_m>12,@gt_y+1,@gt_y)}}      {{@gt_m = if(@gt_m>12,1,@gt_m)}}
   {{@gt_y = if(@gt_m>12,@gt_y+1,@gt_y)}}      {{@gt_m = if(@gt_m>12,1,@gt_m)}}


Line 1,544: Line 1,563:
       <!-- FIX D UNDERFLOW -->
       <!-- FIX D UNDERFLOW -->
   {{@gt_m = if(@gt_d<1,@gt_m-1,@gt_m)}}      {{@gt_d = if(@gt_d<1,@gt_ldom,@gt_d)}}
   {{@gt_m = if(@gt_d<1,@gt_m-1,@gt_m)}}      {{@gt_d = if(@gt_d<1,@gt_ldom,@gt_d)}}
       <!-- FIX Y UNDERFLOW -->
       <!-- FIX M UNDERFLOW -->
   {{@gt_y = if(@gt_m<1,@gt_y-1,@gt_y)}}      {{@gt_m = if(@gt_m<1,12,@gt_m)}}
   {{@gt_y = if(@gt_m<1,@gt_y-1,@gt_y)}}      {{@gt_m = if(@gt_m<1,12,@gt_m)}}


Line 1,563: Line 1,582:
       <!-- FIX D OVERFLOW -->
       <!-- FIX D OVERFLOW -->
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
       <!-- FIX Y OVERFLOW -->
       <!-- FIX M OVERFLOW -->
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}


Line 1,570: Line 1,589:
       <!-- FIX D UNDERFLOW -->
       <!-- FIX D UNDERFLOW -->
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
       <!-- FIX Y UNDERFLOW -->
       <!-- FIX M UNDERFLOW -->
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}


Line 1,588: Line 1,607:
       <!-- FIX D OVERFLOW -->
       <!-- FIX D OVERFLOW -->
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
       <!-- FIX Y OVERFLOW -->
       <!-- FIX M OVERFLOW -->
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}


Line 1,595: Line 1,614:
       <!-- FIX D UNDERFLOW -->
       <!-- FIX D UNDERFLOW -->
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
       <!-- FIX Y UNDERFLOW -->
       <!-- FIX M UNDERFLOW -->
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}


Line 1,613: Line 1,632:
       <!-- FIX D OVERFLOW -->
       <!-- FIX D OVERFLOW -->
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
       <!-- FIX Y OVERFLOW -->
       <!-- FIX M OVERFLOW -->
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}


Line 1,620: Line 1,639:
       <!-- FIX D UNDERFLOW -->
       <!-- FIX D UNDERFLOW -->
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
       <!-- FIX Y UNDERFLOW -->
       <!-- FIX M UNDERFLOW -->
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}


Line 1,638: Line 1,657:
       <!-- FIX D OVERFLOW -->
       <!-- FIX D OVERFLOW -->
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
   {{@wt_m = if(@wt_d>@wt_dom,@wt_m+1,@wt_m)}} {{@wt_d = if(@wt_d>@wt_dom,1,@wt_d)}}
       <!-- FIX Y OVERFLOW -->
       <!-- FIX M OVERFLOW -->
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}
   {{@wt_y = if(@wt_m>12,@wt_y+1,@wt_y)}}      {{@wt_m = if(@wt_m>12,1,@wt_m)}}


Line 1,645: Line 1,664:
       <!-- FIX D UNDERFLOW -->
       <!-- FIX D UNDERFLOW -->
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
   {{@wt_m = if(@wt_d<1,@wt_m-1,@wt_m)}}      {{@wt_d = if(@wt_d<1,@wt_ldom,@wt_d)}}
       <!-- FIX Y UNDERFLOW -->
       <!-- FIX M UNDERFLOW -->
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}
   {{@wt_y = if(@wt_m<1,@wt_y-1,@wt_y)}}      {{@wt_m = if(@wt_m<1,12,@wt_m)}}


Line 1,709: Line 1,728:
     <!-- LATEST NAMES -->
     <!-- LATEST NAMES -->
     <text position="{{38-if(@useimages,0,31)}}x38" display="{{@wshow1}}">
     <text position="{{38-if(@useimages,0,31)}}x38" display="{{@wshow1}}">
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id1_aname,129+if(@useimages,0,30),@atitlefont,@atitlesize,"...") }}</line>
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id1_aname,129+if(@useimages,0,30)+if(($watching_id1_eps==1) && @hidesingleep,30,0),@atitlefont,@atitlesize,"...") }}</line>
       <line>{{@wtime1}}</line>
       <line>{{@wtime1}}</line>
       <line>{{truncatew("Ep. " + $latestwatched_id1_enumber + ': "' + $latestwatched_id1_ename + '"',159+if(@useimages,0,30),@adatafont,@adatasize,'..."')}}</line>
       <line>{{truncatew(if(($watching_id1_eps==1) && @hidesingleep,$latestwatched_id1_ename,"Ep. " + $latestwatched_id1_enumber + ': "' + $latestwatched_id1_ename + '"'),159+if(@useimages,0,30),@adatafont,@adatasize,'...'+if(($watching_id1_eps==1) && @hidesingleep,"",'"'))}}</line>
     </text>
     </text>
     <text position="{{30-if(@useimages,0,23)}}x72" display="{{@wshow2}}">
     <text position="{{30-if(@useimages,0,23)}}x72" display="{{@wshow2}}">
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id2_aname,137+if(@useimages,0,22),@atitlefont,@atitlesize,"...") }}</line>
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id2_aname,137+if(@useimages,0,22)+if(($watching_id2_eps==1) && @hidesingleep,30,0),@atitlefont,@atitlesize,"...") }}</line>
       <line>{{@wtime2}}</line>
       <line>{{@wtime2}}</line>
     </text>
     </text>
     <text position="{{30-if(@useimages,0,23)}}x96" display="{{@wshow3}}">
     <text position="{{30-if(@useimages,0,23)}}x96" display="{{@wshow3}}">
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id3_aname,137+if(@useimages,0,22),@atitlefont,@atitlesize,"...") }}</line>
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id3_aname,137+if(@useimages,0,22)+if(($watching_id3_eps==1) && @hidesingleep,30,0),@atitlefont,@atitlesize,"...") }}</line>
       <line>{{@wtime3}}</line>
       <line>{{@wtime3}}</line>
     </text>
     </text>
     <text position="{{30-if(@useimages,0,23)}}x120" display="{{@wshow4}}">
     <text position="{{30-if(@useimages,0,23)}}x120" display="{{@wshow4}}">
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id4_aname,137+if(@useimages,0,22),@atitlefont,@atitlesize,"...") }}</line>
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($watching_id4_aname,137+if(@useimages,0,22)+if(($watching_id4_eps==1) && @hidesingleep,30,0),@atitlefont,@atitlesize,"...") }}</line>
       <line>{{@wtime4}}</line>
       <line>{{@wtime4}}</line>
     </text>
     </text>
Line 1,740: Line 1,759:


     <text position="197x38" align="top-right" line-space="1.5" display="{{@wshow1}}">
     <text position="197x38" align="top-right" line-space="1.5" display="{{@wshow1}}">
       <line>{{$watching_id1_state_seenepcount}}/{{if($watching_id1_eps==0,"TBA",$watching_id1_eps)}}</line>
       <line>{{if(($watching_id1_eps==1) && @hidesingleep,"",$watching_id1_state_seenepcount+"/"+if($watching_id1_eps==0,"TBA",$watching_id1_eps))}}</line>
       <line>R: {{if(@wrating1==0,"-.--",precision(@wrating1,2))}}</line>
       <line>{{if(@wrating1==0,if(@altairing,"Airing","R: -.--"),"R: "+precision(@wrating1,2))}}</line>
     </text>
     </text>
     <text position="197x72" align="top-right" line-space="1.5" display="{{@wshow2}}">
     <text position="197x72" align="top-right" line-space="1.5" display="{{@wshow2}}">
       <line>{{$watching_id2_state_seenepcount}}/{{if($watching_id2_eps==0,"TBA",$watching_id2_eps)}}</line>
       <line>{{if(($watching_id2_eps==1) && @hidesingleep,"",$watching_id2_state_seenepcount+"/"+if($watching_id2_eps==0,"TBA",$watching_id2_eps))}}</line>
       <line>R: {{if(@wrating2==0,"-.--",precision(@wrating2,2))}}</line>
       <line>{{if(@wrating2==0,if(@altairing,"Airing","R: -.--"),"R: "+precision(@wrating2,2))}}</line>
     </text>
     </text>
     <text position="197x96" align="top-right" line-space="1.5" display="{{@wshow3}}">
     <text position="197x96" align="top-right" line-space="1.5" display="{{@wshow3}}">
       <line>{{$watching_id3_state_seenepcount}}/{{if($watching_id3_eps==0,"TBA",$watching_id3_eps)}}</line>
       <line>{{if(($watching_id3_eps==1) && @hidesingleep,"",$watching_id3_state_seenepcount+"/"+if($watching_id3_eps==0,"TBA",$watching_id3_eps))}}</line>
       <line>R: {{if(@wrating3==0,"-.--",precision(@wrating3,2))}}</line>
       <line>{{if(@wrating3==0,if(@altairing,"Airing","R: -.--"),"R: "+precision(@wrating3,2))}}</line>
     </text>
     </text>
     <text position="197x120" align="top-right" line-space="1.5" display="{{@wshow4}}">
     <text position="197x120" align="top-right" line-space="1.5" display="{{@wshow4}}">
       <line>{{$watching_id4_state_seenepcount}}/{{if($watching_id4_eps==0,"TBA",$watching_id4_eps)}}</line>
       <line>{{if(($watching_id4_eps==1) && @hidesingleep,"",$watching_id4_state_seenepcount+"/"+if($watching_id4_eps==0,"TBA",$watching_id4_eps))}}</line>
       <line>R: {{if(@wrating4==0,"-.--",precision(@wrating4,2))}}</line>
       <line>{{if(@wrating4==0,if(@altairing,"Airing","R: -.--"),"R: "+precision(@wrating4,2))}}</line>
     </text>
     </text>


Line 1,759: Line 1,778:
     <text position="{{243-if(@useimages,0,36)}}x36" line-space="1.2">
     <text position="{{243-if(@useimages,0,36)}}x36" line-space="1.2">
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($finishedwatching_id1_aname,109+if(@useimages,0,36),@atitlefont,@atitlesize,"...") }}</line>
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($finishedwatching_id1_aname,109+if(@useimages,0,36),@atitlefont,@atitlesize,"...") }}</line>
       <line>{{$finishedwatching_id1_eps}} episode{{if($finishedwatching_id1_eps==1,"","s")}}</line>
       <line>{{if(($finishedwatching_id1_eps==1) && @hidesingleep,"Rating: "+if(@lfrating==0,"-.--",precision(@lfrating,2)),$finishedwatching_id1_eps+" episode"+if($finishedwatching_id1_eps==1,"","s"))}}</line>
       <line>Rating: {{if(@lfrating==0,"-.--",precision(@lfrating,2))}}</line>
       <line>{{if(($finishedwatching_id1_eps==1) && @hidesingleep,"","Rating: "+if(@lfrating==0,"-.--",precision(@lfrating,2)))}}</line>
     </text>
     </text>
     <!-- LAST VOTED -->
     <!-- LAST VOTED -->
     <text position="{{393-if(@useimages,0,36)}}x36" line-space="1.2">
     <text position="{{393-if(@useimages,0,36)}}x36" line-space="1.2">
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($latestvote_id1_aname,109+if(@useimages,0,36),@atitlefont,@atitlesize,"...") }}</line>
       <line face="{{@atitlefont}}" size="{{@atitlesize}}">{{ truncatew($latestvote_id1_aname,109+if(@useimages,0,36),@atitlefont,@atitlesize,"...") }}</line>
       <line>{{if(@lveps==1,"One ep.",@lveps+" eps")}}, R: {{if(@lvrating==0,"-.--",precision(@lvrating,2))}}</line>
       <line>{{if((@lveps==1) && @hidesingleep,"Rating: ",if(@lveps==1,"One ep., R: ",if(@lveps==0,"TBA eps, R: ",@lveps+" eps, R: ")))+if(@lvrating==0,"-.--",precision(@lvrating,2)))}}</line>
       <line>My vote: {{precision($latestvote_id1_vote,1)}}</line>
       <line>My vote: {{precision($latestvote_id1_vote,1))}}</line>
     </text>
     </text>


Line 1,772: Line 1,791:
     <text position="283x82" face="{{@atitlefont}}" size="{{@atitlesize}}" line-space="{{@atitlels}}">
     <text position="283x82" face="{{@atitlefont}}" size="{{@atitlesize}}" line-space="{{@atitlels}}">
       <line>Anime</line>
       <line>Anime</line>
       <line>Episodes</line>
       <line>{{if(@condensedeps,"Eps watched","Episodes")}}</line>
       <line>Eps watched</line>
       <line>{{if(@condensedeps,"Files","Eps watched")}}</line>
       <line>Files</line>
       <line>{{if(@condensedeps,"Votes","Files")}}</line>
       <line>Votes</line>
       <line>{{if(@condensedeps,"","Votes")}}</line>
     </text>
     </text>
     <text position="283x82" align="top-right" line-space="{{@adatals}}">
     <text position="283x82" align="top-right" line-space="{{@adatals}}">
       <line>{{$stat_mylist_acount}}</line>
       <line>{{$stat_mylist_acount}}</line>
       <line>{{$stat_mylist_epcount}}</line>
       <line>{{if(@condensedeps,$stat_anidb_viewedepcnt+"/"+$stat_mylist_epcount,$stat_mylist_epcount)}}</line>
       <line>{{$stat_anidb_viewedepcnt}}</line>
       <line>{{if(@condensedeps,$stat_mylist_fcount,$stat_anidb_viewedepcnt)}}</line>
       <line>{{$stat_mylist_fcount}}</line>
       <line>{{if(@condensedeps,$stat_anidb_votecount,$stat_mylist_fcount)}}</line>
       <line>{{$stat_anidb_votecount}}</line>
       <line>{{if(@condensedeps,"",$stat_anidb_votecount)}}</line>


     </text>
     </text>
Line 1,790: Line 1,809:
       <line>Eps added</line>
       <line>Eps added</line>
       <line>Files added</line>
       <line>Files added</line>
       <line></line>
       <line>{{if(@condensedeps,"Watched","")}}</line>
       <line>Watched</line>
       <line>{{if(@condensedeps,"Total size","Watched")}}</line>
       <line>Total size</line>
       <line>{{if(@condensedeps,"","Total size")}}</line>
     </text>
     </text>
     <text position="413x82" align="top-right" line-space="{{@adatals}}">
     <text position="413x82" align="top-right" line-space="{{@adatals}}">
       <line>{{$stat_anidb_add_epcount}}</line>
       <line>{{$stat_anidb_add_epcount}}</line>
       <line>{{$stat_anidb_add_fcount}}</line>
       <line>{{$stat_anidb_add_fcount}}</line>
       <line></line>
       <line>{{if(@condensedeps,@mlpercent,"")}}</line>
       <line>{{precision($stat_anidb_viewedepcnt/$stat_mylist_epcount*100,2)}}%</line>
       <line>{{if(@condensedeps,@fsize,@mlpercent)}}</line>
       <line>{{if(@stb>=1,precision(@stb,2)+" TB",if(@sgb>=1,precision(@sgb,2)+" GB",$stat_mylist_fsize+" MB"))}}</line>
       <line>{{if(@condensedeps,"",@fsize)}}</line>
     </text>
     </text>


     <text position="{{@timeleftpos}}x121">
     <text position="{{@timeleftpos}}x{{121-if(@condensedeps,8,0)}}">
       <line display="{{@showtotaltime}}">{{@timetext}}</line>
       <line display="{{@showtotaltime}}">{{@timetext}}</line>
    </text>
    <text position="{{@lastmlpos}}x123">
      <line display="{{@condensedeps}}">{{@lastmltext}}</line>
     </text>
     </text>


     <!-- CREDIT - cannot be enforced but I really appreciate if you leave this here -->
     <!-- CREDIT - cannot be enforced but I really appreciate if you leave this here -->
     <text position="496x140" align="bottom-right" face="{{@atitlefont}}" size="{{@atitlesize}}">
     <text position="496x140" align="bottom-right" face="{{@atitlefont}}" size="{{@atitlesize}}">
       <line>Template design by Soulweaver * V{{precision(@version,2)}}</line>
       <line>Template design by Soulweaver * V{{precision(@version,2)}}{{if(@isbeta," BETA","")}}</line>
    </text>
    <text display="false" position="0x0" face="{{@atitlefont}}" size="{{@atitlesize}}" color="#ff0000">
      <line>Currently editing the template, may appear broken at times</line>
     </text>
     </text>


92

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.