SigServer:Examples: Difference between revisions

From AniDB
Jump to navigation Jump to search
Line 667: Line 667:


== Signature Example 4 ==
== Signature Example 4 ==
by antennen, 2007-12-13
by antennen, 2007-12-13 (updated 2008-05-04)
ARC sized (468x136)
ARC sized (468x136)



Revision as of 01:41, 4 May 2008

About Signature Server Example Signatures

This page lists AniDB Signature Server (SigServer / http://sig.anidb.net) example signature images together with the corresponding xml code for generating them.

Feel free to add your own example signatures here.

Examples Signatures - "Official"

Sig1

by EXP, 2007-11-23
WARNING: This signature image exceeds the size limits of the ARC forum.

Signature Image

Source

<signature>

<variables>
  <set name="bgalpha_odd" value="15" />
  <set name="bgalpha_even" value="5" />

  <default element="text" name="face" value="proggytiny"/>
  <default element="text" name="size" value="12"/>
  <default element="text" name="line-space" value="1"/>
</variables>

<layout>
  <image src="_nervlogo" position="345x5" alpha="20"/>

  <text position="325x6" face="courier" size="6">
    <line>AniDB.net {{date("Y-m-d H:i")}}</line>
  </text>

  <text position="105x15">
    <line>  MyList:</line>
    <line>{{padding($stat_mylist_acount, 6, "right");}} Animes</line>
    <line>{{padding($stat_mylist_fcount, 6, "right");}} Files</line>
    <line>{{padding(precision($stat_mylist_fsize/1024,1), 6, "right");}} GB</line>
    <line>{{padding($stat_anidb_votecount, 6, "right");}} Votes</line>
    <line>{{padding($stat_anidb_reviewcount, 6, "right");}} Reviews</line>
  </text>
  <shape type="rectangle" position="105x18" size="90x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>
  <shape type="rectangle" position="105x30" size="90x10"
    color="#000000" alpha="{{@bgalpha_even}}"></shape>
  <shape type="rectangle" position="105x42" size="90x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>
  <shape type="rectangle" position="105x54" size="90x10"
    color="#000000" alpha="{{@bgalpha_even}}"></shape>
  <shape type="rectangle" position="105x66" size="90x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>

  <text position="203x15">
    <line>Latest Votes:</line>
    <line color="{{if($latestvote_id1_vote>8,"#ff0000","#000000")}}"> {{date("d.m.",$latestvote_id1_date);}}{{padding(precision($latestvote_id1_vote,2),5,"right");}} {{truncate($latestvote_id1_aname,27,"..")}}</line>
    <line color="{{if($latestvote_id2_vote>8,"#ff0000","#000000")}}"> {{date("d.m.",$latestvote_id2_date);}}{{padding(precision($latestvote_id2_vote,2),5,"right");}} {{truncate($latestvote_id2_aname,27,"..")}}</line>
    <line color="{{if($latestvote_id3_vote>8,"#ff0000","#000000")}}"> {{date("d.m.",$latestvote_id3_date);}}{{padding(precision($latestvote_id3_vote,2),5,"right");}} {{truncate($latestvote_id3_aname,27,"..")}}</line>
    <line>Latest Review:</line>
    <line color="{{if($latestreview_id1_score_overall>8,"#ff0000","#000000")}}"> {{date("d.m.",$latestreview_id1_date);}}{{padding(precision($latestreview_id1_score_overall,2),5,"right");}} {{truncate($latestreview_id1_aname,27,"..")}}</line>
  </text>
  <shape type="rectangle" position="200x18" size="245x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>
  <shape type="rectangle" position="200x30" size="245x10"
    color="#000000" alpha="{{@bgalpha_even}}"></shape>
  <shape type="rectangle" position="200x42" size="245x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>
  <shape type="rectangle" position="200x66" size="245x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>

  <shape type="line" position="80x82" size="445x82"
    thickness="1"></shape>
  <text position="82x93">
    <line>Currently Watching:</line>
    <line> {{date("d.m.",$watching_id1_viewdate);}} {{$watching_id1_state_seenepcount}}/{{$watching_id1_eps}} {{truncate($watching_id1_aname,48,"..")}}</line>
  </text>
  <shape type="rectangle" position="80x96" size="365x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>

  <shape type="line" position="80x110" size="445x110"
    thickness="1"></shape>
  <text position="82x121">
    <line>Latest Files:</line>
    <line> {{date("d.m.",$latestfile_id1_date);}} {{$latestfile_id1_aname}} - {{$latestfile_id1_enumber}} - [{{$latestfile_id1_gname}}]</line>
    <line> {{date("d.m.",$latestfile_id2_date);}} {{$latestfile_id2_aname}} - {{$latestfile_id2_enumber}} - [{{$latestfile_id2_gname}}]</line>
  </text>
  <text position="80x121">
    <line></line>
    <line display="{{notempty($latestfile_id1_viewdate)}}">*</line>
    <line display="{{notempty($latestfile_id2_viewdate)}}">*</line>
  </text>
  <shape type="rectangle" position="80x124" size="365x10"
    color="#000000" alpha="{{@bgalpha_odd}}"></shape>
  <shape type="rectangle" position="80x136" size="365x10"
    color="#000000" alpha="{{@bgalpha_even}}"></shape>

  <shape type="rectangle" position="7x7" size="11x136"
      hollow="true" alpha="50"></shape>
  <shape type="rectangle" position="10x{{7 + (132-round($stat_anidb_ownviewedp*1.32))}}" color="#ff0000"
      size="5x{{round($stat_anidb_ownviewedp*1.32)}}" alpha="50"></shape>
  <text position="28x140"
    angle="90" color="#ffffff" alpha="40">
    <line>{{padding($stat_anidb_ownviewedp,2,"right");}}% watched</line>
  </text>

  <shape type="rectangle" position="35x7" size="11x136"
      hollow="true" alpha="50"></shape>
  <shape type="rectangle" position="38x{{7 + (132-ceil(($stat_anidb_totalownedp+0.01)*1.32))}}" color="#ff0000"
      size="5x{{ceil(($stat_anidb_totalownedp+0.01)*1.32)}}" alpha="50"></shape>
  <text position="56x140"
    angle="90" color="#ffffff" alpha="40">
    <line>{{padding($stat_anidb_totalownedp,2,"right");}}% collected</line>
  </text>
</layout>
</signature>

Sig2

by EXP, 2007-11-25
WARNING: This signature image exceeds the size limits of the ARC forum.

Signature Image

Source

<signature>

<variables>
  <default element="text" name="face" value="proggytiny"/>
  <default element="text" name="size" value="12"/>
  <default element="text" name="line-space" value="1"/>
</variables>

<layout>
  <shape type="rectangle" position="213x4" size="266x142"
    color="#ffffff" alpha="40">
  </shape>

  <text position="215x15">
    <line>Currently Watching:</line>
    <line> {{date("d.m.",$watching_id1_viewdate);}} {{padding($watching_id1_state_seenepcount,2)}}/{{padding($watching_id1_eps,2)}} {{truncate($watching_id1_aname,29,"..")}}</line>
    <line> {{date("d.m.",$watching_id2_viewdate);}} {{padding($watching_id2_state_seenepcount,2)}}/{{padding($watching_id2_eps,2)}} {{truncate($watching_id2_aname,29,"..")}}</line>
    <line> {{date("d.m.",$watching_id3_viewdate);}} {{padding($watching_id3_state_seenepcount,2)}}/{{padding($watching_id3_eps,2)}} {{truncate($watching_id3_aname,29,"..")}}</line>
  </text>

  <text position="215x68">
    <line>Just Finished:</line>
    <line> {{date("d.m.",$finishedwatching_id1_viewdate);}} {{truncate($finishedwatching_id1_aname,35,"..")}}</line>
    <line> {{date("d.m.",$finishedwatching_id2_viewdate);}} {{truncate($finishedwatching_id2_aname,35,"..")}}</line>
    <line> {{date("d.m.",$finishedwatching_id3_viewdate);}} {{truncate($finishedwatching_id3_aname,35,"..")}}</line>
  </text>

  <text position="215x120">
    <line>Latest Votes:</line>
    <line color="{{if($latestvote_id1_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id1_date);}}{{padding(precision($latestvote_id1_vote,2),5,"right");}} {{truncate($latestvote_id1_aname, 30, "..")}}</line>
    <line color="{{if($latestvote_id2_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id2_date);}}{{padding(precision($latestvote_id2_vote,2),5,"right");}} {{truncate($latestvote_id2_aname, 30, "..")}}</line>
  </text>

  <text position="65x148" align="bottom-left" face="courier"
    size="6">
    <line>AniDB.net {{date("Y-m-d H:i")}}</line>
  </text>

  <shape type="rectangle" position="7x7" size="11x136"
      hollow="true" alpha="50"></shape>
  <shape type="rectangle" position="10x{{7 + (132-round($stat_anidb_ownviewedp*1.32))}}" color="#ff0000"
      size="5x{{round($stat_anidb_ownviewedp*1.32)}}" alpha="50"></shape>
  <text position="28x140" angle="90" alpha="80">
    <line>{{padding($stat_anidb_ownviewedp,2,"right");}}% watched</line>
  </text>

  <shape type="rectangle" position="35x7" size="11x136"
      hollow="true" alpha="50"></shape>
  <shape type="rectangle" position="38x{{7 + (132-ceil(($stat_anidb_totalownedp+0.01)*1.32))}}" color="#ff0000"
      size="5x{{ceil(($stat_anidb_totalownedp+0.01)*1.32)}}" alpha="50"></shape>
  <text position="56x140" angle="90" alpha="80">
    <line>{{padding($stat_anidb_totalownedp,2,"right");}}% collected</line>
  </text>
</layout>
</signature>

Sig3

by EXP, 2007-11-25

Signature Image

Source

<signature>

<variables>
  <default element="text" name="face" value="proggycleansz"/>
  <default element="text" name="size" value="12"/>
  <default element="text" name="line-space" value="1.2"/>
  <default element="text" name="color" value="#ffffff"/>
</variables>

  <layout>
    <text position="10x20" align="bottom-left"
      face="verdana" size="11">
      <line>AniDB Signature Images</line>
    </text>
    <text position="390x20" align="bottom-right"
      face="proggytiny" size="12" alpha="70">
      <line>http://sig.anidb.net</line>
    </text>

    <shape type="line" color="#ffffff" position="7x25" size="393x25">
    </shape>

    <text position="15x40">
      <line>{{padding($anidbstat_acount,6)}} animes</line>
      <line>{{padding($anidbstat_epcount,6)}} episodes</line>
      <line>{{padding($anidbstat_fcount,6)}} files</line>
      <line>{{padding($anidbstat_usercount,6)}} users</line>
    </text>

    <text position="150x40">
      <line>Latest Addition:</line>
      <line> {{$anidblatestfile_id1_aname}}</line>
      <line> {{$anidblatestfile_id1_enumber}} - {{$anidblatestfile_id1_ename}}</line>
      <line display="{{notempty($anidblatestfile_id1_gname)}}"> by [{{$anidblatestfile_id1_gname}}]</line>
    </text>

    <text position="397x89" size="6"
      face="courier" align="bottom-right">
      <line>{{date("Y-m-d H:i")}}</line>
    </text>

  </layout>
</signature>

Sig4

by EXP, 2007-11-25
WARNING: This signature image exceeds the size limits of the ARC forum.

Signature Image

Source

<signature>

<variables>
  <default element="text" name="face" value="proggytiny" />
  <default element="text" name="size" value="12"/>
  <default element="text" name="line-space" value="1"/>
</variables>

<layout>
  <shape type="rectangle" position="145x4" size="115x76"
    color="#ffffff" alpha="40">
  </shape>
  <shape type="rectangle" position="264x4" size="332x36"
    color="#ffffff" alpha="40">
  </shape>
  <shape type="rectangle" position="264x44" size="332x36"
    color="#ffffff" alpha="40">
  </shape>

  <text position="150x14">
    <line>MyList:</line>
    <line>{{padding($stat_mylist_acount, 7, "right");}} Animes</line>
    <line>{{padding($stat_mylist_fcount, 7, "right");}} Files</line>
    <line>{{padding(precision($stat_mylist_fsize/1024,1), 7, "right");}} GB</line>
    <line>{{padding($stat_anidb_votecount, 7, "right");}} Votes</line>
    <line>{{padding($stat_anidb_reviewcount, 7, "right");}} Reviews</line>
  </text>

  <text position="269x14">
    <line>Currently Watching:</line>
    <line> {{date("d.m.",$watching_id1_viewdate);}} {{padding($watching_id1_state_seenepcount,2)}}/{{padding($watching_id1_eps,2)}} {{truncate($watching_id1_aname,40,"..")}}</line>
    <line> {{date("d.m.",$watching_id2_viewdate);}} {{padding($watching_id2_state_seenepcount,2)}}/{{padding($watching_id2_eps,2)}} {{truncate($watching_id2_aname,40,"..")}}</line>
  </text>

  <text position="269x54">
    <line>Latest Votes:</line>
    <line color="{{if($latestvote_id1_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id1_date);}}{{padding(precision($latestvote_id1_vote,2),5,"right");}} {{truncate($latestvote_id1_aname, 41, "..")}}</line>
    <line color="{{if($latestvote_id2_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id2_date);}}{{padding(precision($latestvote_id2_vote,2),5,"right");}} {{truncate($latestvote_id2_aname, 41, "..")}}</line>
  </text>
</layout>
</signature>

Sig5

by EXP, 2007-11-29

Signature Image

Source

<signature>

<variables>
  <default element="text" name="face" value="proggytiny"/>
  <default element="text" name="size" value="12"/>
  <default element="text" name="line-space" value="1"/>

  <!-- mylist viewed percentage graph position -->
  <set name="graph_ovp_pos_x" value="455" />
  <set name="graph_ovp_pos_y" value="5" />
  <set name="graph_ovp_height" value="112" />
  <set name="graph_ovp_width" value="4" />
  <set name="graph_ovp_color" value="#0000ff" />
  <set name="graph_ovp_alpha" value="40" />

  <!-- background shading -->
  <set name="textbg_alpha" value="70" />
</variables>

<layout>

  <shape type="rectangle" position="3x3" size="250x36"
    color="#ffffff" alpha="{{@textbg_alpha}}">
  </shape>
  <text position="5x4" align="top-left">
    <line>Currently Watching:</line>
    <line> {{date("d.m.",$watching_id1_viewdate);}} {{padding($watching_id1_state_seenepcount,2)}}/{{padding($watching_id1_eps,2)}} {{truncate($watching_id1_aname,27,"..")}}</line>
    <line> {{date("d.m.",$watching_id2_viewdate);}} {{padding($watching_id2_state_seenepcount,2)}}/{{padding($watching_id2_eps,2)}} {{truncate($watching_id2_aname,27,"..")}}</line>
  </text>

  <shape type="rectangle" position="3x43" size="250x36"
    color="#ffffff" alpha="{{@textbg_alpha}}">
  </shape>
  <text position="5x43" align="top-left">
    <line>Just Finished:</line>
    <line> {{date("d.m.",$finishedwatching_id1_viewdate);}} {{truncate($finishedwatching_id1_aname,33,"..")}}</line>
    <line> {{date("d.m.",$finishedwatching_id2_viewdate);}} {{truncate($finishedwatching_id2_aname,35,"..")}}</line>
  </text>

  <shape type="rectangle" position="3x83" size="250x36"
    color="#ffffff" alpha="{{@textbg_alpha}}">
  </shape>
  <text position="5x83" align="top-left">
    <line>Latest Votes:</line>
    <line color="{{if($latestvote_id1_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id1_date);}}{{padding(precision($latestvote_id1_vote,2),5,"right");}} {{truncate($latestvote_id1_aname, 28, "..")}}</line>
    <line color="{{if($latestvote_id2_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id2_date);}}{{padding(precision($latestvote_id2_vote,2),5,"right");}} {{truncate($latestvote_id2_aname, 28, "..")}}</line>
  </text>

  <shape type="rectangle" position="257x3" size="80x76"
    color="#ffffff" alpha="{{@textbg_alpha}}">
  </shape>
  <text position="259x4" align="top-left">
    <line>MyList:</line>
    <line>{{padding($stat_mylist_acount, 5, "right");}} Animes</line>
    <line>{{padding($stat_mylist_fcount, 5, "right");}} Files</line>
    <line>{{padding(round($stat_mylist_fsize/1024), 5, "right");}} GB</line>
    <line>{{padding($stat_anidb_votecount, 5, "right");}} Votes</line>
    <line>{{padding($stat_anidb_reviewcount, 5, "right");}} Reviews</line>
  </text>

  <!-- mylist viewed percentage graph BEGIN -->
  <shape type="rectangle" position="{{@graph_ovp_pos_x}}x{{@graph_ovp_pos_y}}"
      size="{{@graph_ovp_width+4}}x{{@graph_ovp_height}}"
      hollow="true" alpha="50">
  </shape>
  <shape type="rectangle" position="{{@graph_ovp_pos_x + 2}}x{{@graph_ovp_pos_y + 2 + (@graph_ovp_height-4-round($stat_anidb_ownviewedp*((@graph_ovp_height-4)/100)))}}"
      color="{{@graph_ovp_color}}" alpha="{{@graph_ovp_alpha}}"
      size="{{@graph_ovp_width}}x{{round($stat_anidb_ownviewedp*((@graph_ovp_height-4)/100))}}">
  </shape>
  <text position="{{@graph_ovp_pos_x-4}}x{{@graph_ovp_pos_y}}"
    angle="90" color="#000000" alpha="40" align="top-right">
    <line>{{padding($stat_anidb_ownviewedp,2,"right");}}% watched</line>
  </text>
  <!-- mylist viewed percentage graph END -->

</layout>

</signature>

Sig6

by EXP, 2007-11-30

Signature Image

Source

<signature>

<variables>
  <default element="text" name="face" value="visitor-10"/>
  <default element="text" name="size" value="10"/>
  <default element="text" name="line-space" value="1"/>
  <default element="text" name="color" value="#ffffff"/>
</variables>

<layout>
  <text position="347x5" align="top-right">
    <line>{{$stat_mylist_acount}} Animes, {{$stat_mylist_fcount}} Files, {{round($stat_mylist_fsize/1024)}} GB</line>
  </text>
</layout>

</signature>

Sig7

by EXP, 2007-11-30

Signature Image

Source

<signature>

<variables>
  <default element="text" name="face" value="proggytiny-12"/>
  <default element="text" name="size" value="12"/>
  <default element="text" name="line-space" value="1"/>
</variables>

<layout>
  <shape type="rectangle" position="102x3" size="194x58"
    color="#ffffff" alpha="50">
  </shape>
  <text position="105x8" align="top-left">
    <line>Currently Watching:</line>
    <line display="{{notempty($watching_id1_aname)}}"> {{padding($watching_id1_state_seenepcount,2)}}/{{padding($watching_id1_eps,2)}} {{truncate($watching_id1_aname,24,"..")}}</line>
    <line display="{{notempty($watching_id2_aname)}}"> {{padding($watching_id2_state_seenepcount,2)}}/{{padding($watching_id2_eps,2)}} {{truncate($watching_id2_aname,24,"..")}}</line>
    <line display="{{notempty($watching_id3_aname)}}"> {{padding($watching_id3_state_seenepcount,2)}}/{{padding($watching_id3_eps,2)}} {{truncate($watching_id3_aname,24,"..")}}</line>
  </text>
</layout>

</signature>

Sig8

by EXP, 2007-12-13

Signature Image

Source

<signature>

<variables>
  <default element="text" name="face" value="visitor-10"/>
  <default element="text" name="size" value="10"/>
  <default element="text" name="line-space" value="1"/>
  <default element="text" name="color" value="#ffffff"/>
</variables>

<layout>
  <text position="120x5" align="top-left">
    <line>{{if(notempty($watching_id1_aname), "watching: "+truncate($watching_id1_aname,24,'..'), "didn't watch any anime recently :(")}}</line>
  </text>
  <text position="347x5" align="top-right">
    <line display="{{notempty($watching_id1_aname)}}">{{$watching_id1_state_seenepcount}}/{{if(notempty($watching_id1_eps), $watching_id1_eps, "?")}}</line>
  </text>
</layout>

</signature>

Example Images - Contributions

Feel free to add your own signature examples here.

Signature Example 1

by MsR^, 2007-11-26

(Anime-Reactor Sized)

Note: Used parts of the sample codes.

Signature Image

Background available @ [1]

Source

<signature>

<variables>
  <default element="text" name="face" value="proggytiny" />
  <default element="text" name="size" value="12"/>
  <default element="text" name="line-space" value="1"/>
</variables>

<layout>

  <text position="170x14">
    <line>MyList:</line>
    <line>{{padding($stat_mylist_acount, 7, "right");}} Animes</line>
    <line>{{padding($stat_mylist_fcount, 7, "right");}} Files</line>
    <line>{{padding(precision($stat_mylist_fsize/1024,1), 7, "right");}} GB</line>
    <line>{{padding($stat_anidb_votecount, 7, "right");}} Votes</line>
    <line>{{padding($stat_anidb_reviewcount, 7, "right");}} Reviews</line>
  </text>

  <text position="279x14">
    <line>Currently Watching:</line>
    <line> {{date("d.m.",$watching_id1_viewdate);}} {{padding($watching_id1_state_seenepcount,2)}}/{{padding($watching_id1_eps,2)}} {{truncate($watching_id1_aname,40,"..")}}</line>
    <line> {{date("d.m.",$watching_id2_viewdate);}} {{padding($watching_id2_state_seenepcount,2)}}/{{padding($watching_id2_eps,2)}} {{truncate($watching_id2_aname,40,"..")}}</line>
    <line> {{date("d.m.",$watching_id3_viewdate);}} {{padding($watching_id3_state_seenepcount,2)}}/{{padding($watching_id3_eps,2)}} {{truncate($watching_id3_aname,29,"..")}}</line>
  </text>

 <text position="279x104">
    <line>Just Finished:</line>
    <line> {{date("d.m.",$finishedwatching_id1_viewdate);}} {{truncate($finishedwatching_id1_aname,35,"..")}}</line>
    <line> {{date("d.m.",$finishedwatching_id2_viewdate);}} {{truncate($finishedwatching_id2_aname,35,"..")}}</line>
  </text>

  <text position="279x64">
    <line>Latest Votes:</line>
    <line color="{{if($latestvote_id1_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id1_date);}}{{padding(precision($latestvote_id1_vote,2),5,"right");}} {{truncate($latestvote_id1_aname, 41, "..")}}</line>
    <line color="{{if($latestvote_id2_vote>8,"#cc0000","#000000")}}"> {{date("d.m.",$latestvote_id2_date);}}{{padding(precision($latestvote_id2_vote,2),5,"right");}} {{truncate($latestvote_id2_aname, 41, "..")}}</line>
  </text>
</layout>
</signature>

Signature Example 2

by MsR^, 2007-11-27

(Anime-Reactor Sized)

Note: Used parts of the sample codes to start with. Special Thanks: hrm.

Signature Image

Background available @ [2]

Source

<signature>
 
   <variables>
    <default element="text" name="face" value="Verdana"/>
    <default element="text" name="size" value="7"/>
    <default element="text" name="line-space" value="2"/>
   </variables>

  <layout>
 <shape type="rectangle" position="2x2" size="210x60"
    color="#ffffff" alpha="10">
  </shape>
  
  <text position="6x15" color="#D9D9D9">
    <line>Currently Watching:</line>
    <line> {{truncate($watching_id1_aname,25,"..")}}</line>
    <line> {{truncate($watching_id2_aname,25,"..")}}</line>
    <line> {{truncate($watching_id3_aname,25,"..")}}</line>
  </text>

  <text position="175x26" color="#D9D9D9">
    <line>{{padding($watching_id1_state_seenepcount,2,"right")}}/{{padding($watching_id1_eps,2)}}</line>
    <line>{{padding($watching_id2_state_seenepcount,2,"right")}}/{{padding($watching_id2_eps,2)}}</line>
    <line>{{padding($watching_id3_state_seenepcount,2,"right")}}/{{padding($watching_id3_eps,2)}}</line>
  </text>

 <shape type="rectangle" position="2x68" size="100x64"
    color="#ffffff" alpha="10">
  </shape>

<text position="4x76" color="#D9D9D9">
    <line>MyList:</line>
    <line>{{padding($stat_mylist_acount, 7, "right");}} Animes</line>
    <line>{{padding($stat_mylist_fcount, 7, "right");}} Files</line>
    <line>{{padding(precision($stat_mylist_fsize/1024,1), 7, "right");}} GB</line>
    <line>{{padding($stat_anidb_votecount, 7, "right");}} Votes</line>
  </text>

  <shape type="rectangle" position="324x126" size="136x8"
      hollow="true" alpha="20"></shape>
  <shape type="rectangle" position="{{323 + (132-round($stat_anidb_ownviewedp*1.32))}}x129" color="#4000FF"
      size="{{round($stat_anidb_ownviewedp*1.32)}}x3" alpha="50"></shape>
  <text position="300x134" alpha="85">
    <line>{{padding($stat_anidb_ownviewedp,2,"right");}}%</line>
  </text>

<text position="380x120" alpha="85">
    <line>Watched:</line>
  </text>
 
  </layout>
</signature>

Signature Example 3

by MsR^, 2007-12-1

(Anime-Reactor Sized)

Note: Used parts of the sample codes to start with. Special Thanks: hrm.

Signature Image

Background available @ [3]

Source

<signature>

   <variables>
    <default element="text" name="face" value="tahoma"/>
    <default element="text" name="size" value="8.5"/>
    <default element="text" name="line-space" value="1.7"/>

   <set name="graph_ovp_pos_x" value="17" />
   <set name="graph_ovp_pos_y" value="5" />
   <set name="graph_ovp_height" value="80" />
   <set name="graph_ovp_width" value="4" />
   <set name="graph_ovp_color" value="#0000ff" />
   <set name="graph_ovp_alpha" value="40" />
   </variables>

  <layout>
 
   <shape type="rectangle" position="2x2" size="127x132"
    color="#85A9DA" alpha="35">
   </shape>
   
   <shape type="rectangle" position="{{@graph_ovp_pos_x}}x{{@graph_ovp_pos_y}}"
       size="{{@graph_ovp_width+4}}x{{@graph_ovp_height}}"
       hollow="true" alpha="50">
   </shape>
   <shape type="rectangle" position="{{@graph_ovp_pos_x + 2}}x{{@graph_ovp_pos_y + 2 + (@graph_ovp_height-4-round($stat_anidb_ownviewedp*((@graph_ovp_height-4)/100)))}}"
       color="{{@graph_ovp_color}}" alpha="{{@graph_ovp_alpha}}"
       size="{{@graph_ovp_width}}x{{round($stat_anidb_ownviewedp*((@graph_ovp_height-4)/100))}}">
   </shape>
   <text position="{{@graph_ovp_pos_x-4}}x{{@graph_ovp_pos_y}}"
     angle="90" color="#000000" alpha="100" align="top-right">
     <line>{{padding($stat_anidb_ownviewedp,2,"right");}}% watched</line>
   </text>

   <text position="6x100" color="#FFFFFF" alpha="100">
     <line>Currently Watching:</line>
     <line> {{truncate($watching_id1_aname,16,"..")}}</line>
     <line> {{truncate($watching_id2_aname,16,"..")}}</line>
   </text>

   <text position="100x114" color="#FFFFFF" alpha="100">
     <line>{{padding($watching_id1_state_seenepcount,2,"right")}}/{{padding($watching_id1_eps,2)}}</line>
     <line>{{padding($watching_id2_state_seenepcount,2,"right")}}/{{padding($watching_id2_eps,2)}}</line>
   </text>

   <text position="36x55" color="#FFFFFF" alpha="100">
    <line>MyList:</line>
    <line>{{padding($stat_mylist_epcount, 7, "right");}} Episodes</line>
    <line>{{padding($stat_anidb_viewedepcnt, 7, "right");}} Watched</line>
   </text>

   <text position="36x12" color="#FFFFFF" alpha="100">
      <line>Anidb:</line>
      <line>{{padding($anidbstat_acount,6)}} animes</line>
      <line>{{padding($anidbstat_epcount,6)}} episodes</line>
    </text>

  </layout>
</signature>

Signature Example 4

by antennen, 2007-12-13 (updated 2008-05-04) ARC sized (468x136)

Signature Image

Source

<?xml version="1.0" encoding="windows-1250"?>
<signature>
    <!-- Variables -->
    {{ @box_width = 200 }}
    {{ @box_charlimit = 30 }}
    {{ @box_divider = 68 }}

    {{ @bar_height = 12 }}

    {{ @box_alpha = 30 }}
    <!-- Variables End -->

    <defaults>
        <text
            face="proggytiny"
            size="12"
            color="#ffffff"
            line-space="1.0"
            alpha="55"
        />
        <shape
            type="rectangle"
            size="{{ $Sig_width }}x{{ @bar_height }}"
            alpha="75"
        />
        <shape
            type="line"
            color="#777777"
            alpha="75"
        />
    </defaults>
    <layout>
        <!-- Box -->
        <shape
            type="rectangle"
            position="0x{{ @bar_height }}"
            size="{{ @box_width }}x{{ $Sig_height - 24 }}"
            alpha="{{ @box_alpha }}"
        />
        <shape
            type="line"
            position="{{ @box_width }}x{{ @bar_height }}"
            size="{{ @box_width }}x{{ $Sig_height - @bar_height }}"
            />
        <text position="5x25">
            <line>Currently Watching:</line>
            <line display="{{ if($watching_id1_aid); }}">1 {{ padding(truncate($watching_id1_aname, 23, ".."), 23, "left"); }}{{ padding($watching_id1_state_seenepcount + "/" + $watching_id1_eps, 6); }}</line>
            <line display="{{ if($watching_id2_aid); }}">2 {{ padding(truncate($watching_id2_aname, 23, ".."), 23, "left"); }}{{ padding($watching_id2_state_seenepcount + "/" + $watching_id2_eps, 6); }}</line>
            <line display="{{ if($watching_id3_aid); }}">3 {{ padding(truncate($watching_id3_aname, 23, ".."), 23, "left"); }}{{ padding($watching_id3_state_seenepcount + "/" + $watching_id3_eps, 6); }}</line>
        </text>
        <shape
            type="line"
            position="0x{{ @box_divider }}"
            size="{{ @box_width }}x{{ @box_divider }}"
        />
        <text position="5x82">
            <line>MyList Statistics:</line>
            <line>{{ padding(truncate("Anime", 13, ".."), 13, "left"); }}{{ padding($stat_mylist_acount, 18); }}</line>
            <line>{{ padding(truncate("Episodes seen", 13, ".."), 13, "left"); }}{{ padding($stat_anidb_viewedepcnt + "/" + $stat_mylist_epcount, 18); }}</line>
            <line>{{ padding(truncate("Size of files", 13, ".."), 13, "left"); }}{{ padding(round($stat_mylist_fsize / 1024) + " GiB", 18); }}</line>
        </text>
        <!-- Box End -->

        <!-- Top Bar -->
        <shape
            type="rectangle"
            position="0x0"
        />
        <shape
            type="line"
            position="0x12"
            size="{{ $Sig_width }}x{{ @bar_height }}"
        />
        <text
            position="5x9"
            face="04b03"
            size="6"
        >
            <line>{{ $Sig_username }}</line>
        </text>
        <text
            position="{{ $Sig_width - 5 }}x9"
            face="04b03"
            size="6"
            align="bottom-right"
        >
            <line>anidb.net/u{{ $Sig_uid }}</line>
        </text>
        <!-- Top Bar End -->

        <!-- Bottom Bar -->
        <shape
            type="rectangle"
            position="0x{{ $Sig_height - @bar_height }}"
        />
        <shape
            type="line"
            position="0x{{ $Sig_height - @bar_height }}"
            size="{{ $Sig_width }}x{{ $Sig_height - @bar_height }}"
        />
        <!-- Bottom Bar End -->

        <!-- MyList Watched Bar -->
        <shape
            type="rectangle"
            position="{{ @box_width + 3 }}x{{ $Sig_height - 9; }}"
            size="{{ round((($Sig_width - @box_width - 6) / 100) * $stat_anidb_ownviewedp) }}x7"
            color="#777777"
            alpha="75"
        />
        <shape
            type="line"
            position="{{ @box_width }}x{{ $Sig_height - @bar_height }}"
            size="{{ @box_width }}x{{ $Sig_height }}"
        />
        <text
            position="{{ @box_width }}x{{ $Sig_height - 3 }}"
            face="04b03"
            size="6"
            align="bottom-right"
        >
            <line>MyList watched</line>
        </text>
        <text
            position="{{ @box_width + 4 + round((($Sig_width - @box_width - 6) / 100) * $stat_anidb_ownviewedp) }}x{{ $Sig_height - 3 }}"
            alpha="75"
            face="04b03"
            size="6"
            align="bottom-{{ if($stat_anidb_ownviewedp > 90, "right", "left") }}"
        >
            <line> {{ $stat_anidb_ownviewedp }}%</line>
        </text>
        <!-- MyList Watched Bar End -->
    </layout>
</signature>

Signature Example 5

by --Lattyware 17:08, 20 April 2008 (CEST)

Signature Image

Source

<signature quality="90">

 <variables>
 
 	<default element="text" name="face" value="lucidaconsole" />
 	<default element="text" name="size" value="8" />
 	
 	<set name="textsize" value="8" />
 	
 	<set name="padding" value="5" />
 	
 	<set name="outlinecolour" value="#ffffff" />
 	
 	<set name="width" value="468" />
 	<set name="height" value="96" />
 	
 	<set name="boxalpha" value="20" />
 	<set name="boxcolour" value="#ffffff" />
 	
 	<set name="topbarheight" value="11" />
 	<set name="topbaralpha" value="60" />
 	<set name="topbarcolour" value="#000000" />
 	
 	<set name="boxpadding" value="15" />
 	
 	<set name="progressbarinnercolour" value="#FF0000" />
 	<set name="progressbaroutercolour" value="#000000" />
  	<set name="progressbarinneralpha" value="30" />
 	<set name="progressbarouteralpha" value="100" />
 	<set name="progressbarpadding" value="2" />
 	
 </variables>

 <layout>
 
 	<!-- Top Bar -->
	<shape 
   	type="rectangle" 
   	position="{{ @padding }}x{{ @padding }}"
   	size="{{ ( ( @width - ( @padding * 2 ) - 100 ) / 2 ) }}x{{ @topbarheight }}" 
   	alpha="100" 
   	color="{{ @outlinecolour }}" 
   	hollow="true"
   />
   <shape 
   	type="rectangle" 
     	position="{{ @padding }}x{{ @padding }}"
   	size="{{ ( ( @width - ( @padding * 2 ) - 100 ) / 2 ) }}x{{ @topbarheight }}" 
   	alpha="{{ @topbaralpha }}" 
   	color="{{ @topbarcolour }}" 
   />
   
   <text position="{{ @padding + 2px }}x{{ @padding + 9 }}" color="{{ @outlinecolour }}">
   	<line>Lattyware anidb.net/167861</line>
   </text>
	 
 	<!-- Box -->
 	<shape 
   	type="rectangle" 
   	position="{{ @padding }}x{{ (@padding * 2) + @topbarheight }}" 
   	size="{{ @width - ( @padding * 2 ) - 100 }}x{{ @height - ( @padding * 3 ) - @topbarheight }}" 
   	alpha="{{ @boxalpha }}" 
   	color="{{ @outlinecolour }}" 
   	hollow="true"
   />
   <shape 
   	type="rectangle" 
   	position="{{ @padding }}x{{ (@padding * 2) + @topbarheight }}" 
   	size="{{ @width - ( @padding * 2 ) - 100 }}x{{ @height - ( @padding * 3 ) - @topbarheight }}" 
   	alpha="{{ @boxalpha }}" 
   	color="{{ @boxcolour }}" 
   />
   
   <text position="{{ @padding + 2 }}x{{ (@padding * 2) + @topbarheight + @boxpadding }}">
   	<line>{{ padding("Animes:", 12, "right") }} {{ $stat_mylist_acount }}</line>
   	<line>{{ padding("Episodes:", 12, "right") }} {{ $stat_mylist_epcount  }}</line>
   	<line>{{ padding("Files:", 12, "right") }} {{ $stat_mylist_fcount  }}</line>
   	<line>{{ padding("File Size:", 12, "right") }} {{ round(($stat_mylist_fsize / 1024)) }}GiB</line>
   	<line>{{ padding("Watched:", 12, "right") }} {{ $stat_anidb_ownviewedp }}%</line>
   </text>
   
   <!-- Bars -->
   
   <shape 
   	type="rectangle" 
   	position="{{ @padding + 150 }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 4 - @textsize }}" 
   	size="0x{{ @textsize }}" 
   	alpha="{{ @progressbarouteralpha }}" 
   	color="{{ @progressbaroutercolour }}" 
   />
   <text position="{{ @padding + 151 }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 5 }}">
   	<line>0TiB</line>
   </text>
   <shape 
   	type="rectangle" 
   	position="{{ @padding + 150 + @width - ( @padding * 2 ) - ( 250 + @padding )  }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 4 - @textsize }}" 
   	size="0x{{ @textsize }}" 
   	alpha="{{ @progressbarouteralpha }}" 
   	color="{{ @progressbaroutercolour }}" 
   />
   <text position="{{ @padding + 149 + @width - ( @padding * 2 ) - ( 250 + @padding )  }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 5}}" align="bottom-right">
   	<line>1.5TiB</line>
   </text>
   <shape 
   	type="rectangle" 
   	position="{{ @padding + 150 + @progressbarpadding + round( ( ( @width - ( @padding * 2 ) - ( 250 + @padding ) ) / 100 ) * ( round( ( $stat_mylist_fsize / 1024 ) / 1536 * 100 ) ) ) - ( @progressbarpadding * 2 ) }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 6 + @progressbarpadding - @textsize }}" 
   	size="0x{{ @textsize }}"
   	alpha="{{ @progressbarouteralpha }}" 
   	color="{{ @progressbaroutercolour }}" 
   />
   <text position="{{ @padding + 150 + @progressbarpadding + round( ( ( @width - ( @padding * 2 ) - ( 250 + @padding ) ) / 100 ) * ( round( ( $stat_mylist_fsize / 1024 ) / 1536 * 100 ) ) ) - ( @progressbarpadding * 2 ) + 1 }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 7 + @progressbarpadding }}" align="{{ if( ( round( ( $stat_mylist_fsize / 1024 ) / 1536 * 100 ) ) < 50, "bottom-left", "bottom-right" ) }}">
   	<line>{{ round( ( $stat_mylist_fsize / 1024 ) ) }}GiB</line>
   </text>
   <shape 
   	type="rectangle" 
   	position="{{ @padding + 150 }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 4 }}" 
   	size="{{ @width - ( @padding * 2 ) - ( 250 + @padding ) }}x{{ @textsize }}" 
   	hollow="true"
   	alpha="{{ @progressbarouteralpha }}" 
   	color="{{ @progressbaroutercolour }}" 
   />
   <shape 
   	type="rectangle" 
   	position="{{ @padding + 150 + @progressbarpadding }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 5 * @textsize ) - 4 + @progressbarpadding }}" 
   	size="{{ round( ( ( @width - ( @padding * 2 ) - ( 250 + @padding ) ) / 100 ) * ( round( ( $stat_mylist_fsize / 1024 ) / 1536 * 100 ) ) ) - ( @progressbarpadding * 2 ) }}x{{ @textsize - ( @progressbarpadding * 2 ) }}" 
   	alpha="{{ @progressbarinneralpha }}" 
   	color="{{ @progressbarinnercolour }}" 
   />
   
   <shape 
   	type="rectangle" 
   	position="{{ @padding + 150 }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 6 * @textsize ) }}" 
   	size="{{ @width - ( @padding * 2 ) - ( 250 + @padding ) }}x{{ @textsize }}" 
   	hollow="true"
   	alpha="{{ @progressbarouteralpha }}" 
   	color="{{ @progressbaroutercolour }}" 
   />
   <shape 
   	type="rectangle" 
   	position="{{ @padding + 150 + @progressbarpadding }}x{{ (@padding * 2) + @boxpadding + @topbarheight - @textsize + ( 6 * @textsize ) + @progressbarpadding }}" 
   	size="{{ round( ( ( @width - ( @padding * 2 ) - ( 250 + @padding ) ) / 100 ) * $stat_anidb_ownviewedp ) - ( @progressbarpadding * 2 ) }}x{{ @textsize - ( @progressbarpadding * 2 ) }}" 
   	alpha="{{ @progressbarinneralpha }}" 
   	color="{{ @progressbarinnercolour }}" 
   />
   
   <image src="lattyware" position="{{ ( ( @width - ( @padding * 2 ) ) / 2 ) }}x{{ @padding * 3 + @topbarheight }}" alpha="20"/>
      
 </layout>

</signature>