SigServer:Examples

From AniDB
Revision as of 16:42, 25 November 2007 by Exp (talk | contribs) (→‎Sig1)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Sig1

by EXP, 2007-11-23

Signature Image

Source

<signature>
<layout>

<image src="nervlogo3" 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" face="courier" size="8">
    <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="15"></shape>
  <shape type="rectangle" position="105x30" size="90x10"
    color="#000000" alpha="5"></shape>
  <shape type="rectangle" position="105x42" size="90x10"
    color="#000000" alpha="15"></shape>
  <shape type="rectangle" position="105x54" size="90x10"
    color="#000000" alpha="5"></shape>
  <shape type="rectangle" position="105x66" size="90x10"
    color="#000000" alpha="15"></shape>

  <text position="200x15" face="courier" size="8">
    <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");}} {{$latestvote_id1_aname}}</line>
    <line color="{{if($latestvote_id2_vote>8,"#ff0000","#000000")}}"> {{date("d.m.",$latestvote_id2_date);}}{{padding(precision($latestvote_id2_vote,2),5,"right");}} {{$latestvote_id2_aname}}</line>
    <line color="{{if($latestvote_id3_vote>8,"#ff0000","#000000")}}"> {{date("d.m.",$latestvote_id3_date);}}{{padding(precision($latestvote_id3_vote,2),5,"right");}} {{$latestvote_id3_aname}}</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");}} {{$latestreview_id1_aname}}</line>
  </text>
  <shape type="rectangle" position="200x18" size="245x10"
    color="#000000" alpha="15"></shape>
  <shape type="rectangle" position="200x30" size="245x10"
    color="#000000" alpha="5"></shape>
  <shape type="rectangle" position="200x42" size="245x10"
    color="#000000" alpha="15"></shape>
  <shape type="rectangle" position="200x66" size="245x10"
    color="#000000" alpha="15"></shape>

  <shape type="line" position="80x82" size="445x82"
    thickness="1"></shape>
  <text position="80x93" face="courier" size="8">
    <line>Currently Watchting:</line>
    <line> {{date("d.m.",$watching_id1_viewdate);}} {{$watching_id1_state_seenepcount}}/{{$watching_id1_eps}} {{$watching_id1_aname}}</line>
  </text>
  <shape type="rectangle" position="80x96" size="365x10"
    color="#000000" alpha="15"></shape>

  <shape type="line" position="80x110" size="445x110"
    thickness="1"></shape>
  <text position="80x121" face="courier" size="8">
    <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="78x122" face="courier" size="8">
    <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="15"></shape>
  <shape type="rectangle" position="80x136" size="365x10"
    color="#000000" alpha="5"></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" face="courier" size="8"
    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" face="courier" size="8"
    angle="90" color="#ffffff" alpha="40">
    <line>{{padding($stat_anidb_totalownedp,2,"right");}}% collected</line>
  </text>
</layout>
</signature>

Additional images used

Sig2

by EXP, 2007-11-25

Signature Image

Source

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

  <text position="215x15" face="courier" color="#000000"
    alpha="100" size="8">
    <line>Currently Watchting:</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>
    <line> {{date("d.m.",$watching_id3_viewdate);}} {{padding($watching_id3_state_seenepcount,2)}}/{{padding($watching_id3_eps,2)}} {{truncate($watching_id3_aname,27,"..")}}</line>
  </text>

  <text position="215x68" face="courier" color="#000000"
    alpha="100" size="8">
    <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,33,"..")}}</line>
    <line> {{date("d.m.",$finishedwatching_id3_viewdate);}} {{truncate($finishedwatching_id3_aname,33,"..")}}</line>
  </text>

  <text position="215x120" face="courier" color="#000000"
    alpha="100" size="8">
    <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>

  <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" face="courier" size="8"
    angle="90" color="#000000" 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" face="courier" size="8"
    angle="90" color="#000000" alpha="80">
    <line>{{padding($stat_anidb_totalownedp,2,"right");}}% collected</line>
  </text>
</layout>
</signature>

More

Feel free to add your own signature examples here.