340
edits
(→Sig1) |
(→Sig6) |
||
Line 398: | Line 398: | ||
<text position="347x5" align="top-right"> | <text position="347x5" align="top-right"> | ||
<line>{{$stat_mylist_acount}} Animes, {{$stat_mylist_fcount}} Files, {{round($stat_mylist_fsize/1024)}} GB</line> | <line>{{$stat_mylist_acount}} Animes, {{$stat_mylist_fcount}} Files, {{round($stat_mylist_fsize/1024)}} GB</line> | ||
</text> | |||
</layout> | |||
</signature> | |||
</pre> | |||
== Sig7 == | |||
by EXP, 2007-11-30 | |||
=== Signature Image === | |||
[[Image:SigServer-Example-Sig7.png]] | |||
=== Source === | |||
<pre> | |||
<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> | </text> | ||
</layout> | </layout> |