SigServer:Examples: Difference between revisions

Jump to navigation Jump to search
Line 352: Line 352:
   </text>
   </text>
</layout>
</layout>
</signature>
</pre>
== 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 ===
[[Image:Lafiel-sigserv.jpg]]
=== Source ===
<pre>
<signature>
  <variables>
    <default element="text" name="face" value="proggycleansz"/>
    <default element="text" name="size" value="11"/>
    <default element="text" name="line-space" value="1.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_id1_eps,2)}}</line>
    <line>{{padding($watching_id3_state_seenepcount,2,"right")}}/{{padding($watching_id1_eps,2)}}</line>
  </text>
<shape type="rectangle" position="2x68" size="100x64"
    color="#ffffff" alpha="10">
  </shape>
<text position="4x78" 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="304x134" alpha="85">
    <line>{{padding($stat_anidb_ownviewedp,2,"right");}}%</line>
  </text>
<text position="380x120" alpha="85">
    <line>Watched:</line>
  </text>
  </layout>
</signature>
</signature>
</pre>
</pre>
72

edits

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.