340
edits
Line 222: | Line 222: | ||
==== Additional Images used ==== | ==== Additional Images used ==== | ||
[[Image:SigServer-Example-Sig3-Raw1.png]] | [[Image:SigServer-Example-Sig3-Raw1.png]] | ||
=== Sig4 === | |||
by EXP, 2007-11-25 | |||
==== Signature Image ==== | |||
[[Image:SigServer-Example-Sig4.png]] | |||
==== Source ==== | |||
<pre> | |||
<signature> | |||
<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" face="courier" size="8"> | |||
<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" face="courier" 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,37,"..")}}</line> | |||
<line> {{date("d.m.",$watching_id2_viewdate);}} {{padding($watching_id2_state_seenepcount,2)}}/{{padding($watching_id2_eps,2)}} {{truncate($watching_id2_aname,37,"..")}}</line> | |||
</text> | |||
<text position="269x54" face="courier" 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, 38, "..")}}</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, 38, "..")}}</line> | |||
</text> | |||
</layout> | |||
</signature> | |||
</pre> | |||
==== Additional Images used ==== | |||
[[Image:SigServer-Example-Sig4-Raw1.png]] | |||
=== More === | === More === | ||
Feel free to add your own signature examples here. | Feel free to add your own signature examples here. |