340
edits
mNo edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
=== Sig1 === | === Sig1 === | ||
by EXP, 2007-11-23 | |||
==== Signature Image ==== | ==== Signature Image ==== | ||
Line 102: | Line 103: | ||
<text position="56x140" face="courier" size="8" | <text position="56x140" face="courier" size="8" | ||
angle="90" color="#ffffff" alpha="40"> | angle="90" color="#ffffff" alpha="40"> | ||
<line>{{padding($stat_anidb_totalownedp,2,"right");}}% collected</line> | |||
</text> | |||
</layout> | |||
</signature> | |||
</pre> | |||
=== Sig2 === | |||
by EXP, 2007-11-25 | |||
==== Signature Image ==== | |||
[[Image:SigServer-Example-Sig2.png]] | |||
==== Source ==== | |||
<pre> | |||
<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> | <line>{{padding($stat_anidb_totalownedp,2,"right");}}% collected</line> | ||
</text> | </text> |