SigServer:Examples: Difference between revisions

Jump to navigation Jump to search
(Adding another example.)
Line 675: Line 675:
=== Source ===
=== Source ===
<pre>
<pre>
<?xml version="1.0" encoding="windows-1250"?>
<signature>
<signature>
  <variables>
     <!-- Variables -->
     <default element="text" name="face" value="proggytiny" />
     {{ @box_width = 200 }}
    <default element="text" name="size" value="12" />
     {{ @box_charlimit = 30 }}
     <default element="text" name="color" value="#FFFFFF" />
     {{ @box_divider = 68 }}
     <default element="text" name="line-space" value="1.0" />
     <default element="text" name="alpha" value="55" />


     <set name="width" value="468" />
     {{ @bar_height = 12 }}
    <set name="height" value="136" />
  </variables>
  <layout>
    <!-- Box -->
    <shape
        type="rectangle"
        position="0x12"
        size="150x{{ @height - 24 }}"
        alpha="15"
    />
    <shape
        type="rectangle"
        position="150x12"
        size="0x{{ @height - 24 }}"
        color="#777777"
        alpha="75"
    />
    <text position="5x25">
        <line>Currently Watching:</line>
        <line display="{{ if($watching_id1_aid); }}">1 {{ padding(truncate($watching_id1_aname, 15, ".."), 15, "left"); }}{{ padding($watching_id1_state_seenepcount + "/" + $watching_id1_eps, 6); }}</line>
        <line display="{{ if($watching_id2_aid); }}">2 {{ padding(truncate($watching_id2_aname, 15, ".."), 15, "left"); }}{{ padding($watching_id2_state_seenepcount + "/" + $watching_id2_eps, 6); }}</line>
        <line display="{{ if($watching_id3_aid); }}">3 {{ padding(truncate($watching_id3_aname, 15, ".."), 15, "left"); }}{{ padding($watching_id3_state_seenepcount + "/" + $watching_id3_eps, 6); }}</line>
    </text>
    <shape
        type="line"
        position="0x68"
        size="150x68"
        color="#777777"
        alpha="75"
    />
    <text position="5x82">
        <line>MyList Statistics:</line>
        <line>{{ padding(truncate("Animes", 13, ".."), 13, "left"); }}{{ padding($stat_mylist_acount, 10); }}</line>
        <line>{{ padding(truncate("Episodes seen", 13, ".."), 13, "left"); }}{{ padding($stat_anidb_viewedepcnt + "/" + $stat_mylist_epcount, 10); }}</line>
        <line>{{ padding(truncate("Size of files", 13, ".."), 13, "left"); }}{{ padding(round($stat_mylist_fsize / 1024) + " GiB", 10); }} </line>
    </text>
    <!-- Box End -->


     <!-- Top Bar -->
     {{ @box_alpha = 30 }}
    <shape
     <!-- Variables End -->
        type="rectangle"
        position="0x0"
        size="{{ @width; }}x12"
        alpha="75"
    />
    <shape
        type="line"
        position="0x12"
        size="{{ @width; }}x12"
        color="#777777"
        alpha="75"
    />
    <text
        position="5x9"
        alpha="50"
        face="04b03"
        size="6"
    >
      <line>antennen</line>
    </text>
    <text
        position="{{ @width - 5; }}x9"
        alpha="50"
        face="04b03"
        size="6"
        align="bottom-right"
    >
      <line>anidb.net/u114937</line>
    </text>
     <!-- Top Bar End -->


     <!-- Bottom Bar -->
     <defaults>
    <shape
        <text
        type="rectangle"
            face="proggytiny"
        position="0x{{ @height - 12; }}"
            size="12"
         size="{{ @width; }}x12"
            color="#ffffff"
        alpha="75"
            line-space="1.0"
    />
            alpha="55"
    <shape
        />
        type="line"
        <shape
        position="0x{{ @height - 12; }}"
            type="rectangle"
        size="{{ @width; }}x{{ @height - 12; }}"
            size="{{ $Sig_width }}x{{ @bar_height }}"
         color="#777777"
            alpha="75"
        alpha="75"
        />
    />
        <shape
    <!-- Bottom Bar End -->
            type="line"
            color="#777777"
            alpha="75"
        />
    </defaults>
    <layout>
        <!-- Box -->
        <shape
            type="rectangle"
            position="0x{{ @bar_height }}"
            size="{{ @box_width }}x{{ $Sig_height - 24 }}"
            alpha="{{ @box_alpha }}"
         />
        <shape
            type="line"
            position="{{ @box_width }}x{{ @bar_height }}"
            size="{{ @box_width }}x{{ $Sig_height - @bar_height }}"
            />
        <text position="5x25">
            <line>Currently Watching:</line>
            <line display="{{ if($watching_id1_aid); }}">1 {{ padding(truncate($watching_id1_aname, 23, ".."), 23, "left"); }}{{ padding($watching_id1_state_seenepcount + "/" + $watching_id1_eps, 6); }}</line>
            <line display="{{ if($watching_id2_aid); }}">2 {{ padding(truncate($watching_id2_aname, 23, ".."), 23, "left"); }}{{ padding($watching_id2_state_seenepcount + "/" + $watching_id2_eps, 6); }}</line>
            <line display="{{ if($watching_id3_aid); }}">3 {{ padding(truncate($watching_id3_aname, 23, ".."), 23, "left"); }}{{ padding($watching_id3_state_seenepcount + "/" + $watching_id3_eps, 6); }}</line>
        </text>
        <shape
            type="line"
            position="0x{{ @box_divider }}"
            size="{{ @box_width }}x{{ @box_divider }}"
         />
        <text position="5x82">
            <line>MyList Statistics:</line>
            <line>{{ padding(truncate("Anime", 13, ".."), 13, "left"); }}{{ padding($stat_mylist_acount, 18); }}</line>
            <line>{{ padding(truncate("Episodes seen", 13, ".."), 13, "left"); }}{{ padding($stat_anidb_viewedepcnt + "/" + $stat_mylist_epcount, 18); }}</line>
            <line>{{ padding(truncate("Size of files", 13, ".."), 13, "left"); }}{{ padding(round($stat_mylist_fsize / 1024) + " GiB", 18); }}</line>
        </text>
        <!-- Box End -->


    <!-- MyList Watched Bar -->
        <!-- Top Bar -->
    <shape
        <shape
        type="rectangle"
            type="rectangle"
        position="153x{{ @height - 9; }}"
            position="0x0"
        size="{{ round(((@width - 153) / 100) * $stat_anidb_ownviewedp) }}x6"
        />
        color="#777777"
        <shape
        alpha="75"
            type="line"
    />
            position="0x12"
    <shape
            size="{{ $Sig_width }}x{{ @bar_height }}"
        type="rectangle"
        />
        position="150x{{ @height - 12; }}"
        <text
        size="0x12"
            position="5x9"
         color="#777777"
            face="04b03"
        alpha="75"
            size="6"
    />
        >
    <text
            <line>{{ $Sig_username }}</line>
        position="150x{{ @height - 3 }}"
        </text>
        alpha="50"
        <text
        face="04b03"
            position="{{ $Sig_width - 5 }}x9"
        size="6"
            face="04b03"
        align="bottom-right"
            size="6"
    >
            align="bottom-right"
      <line>MyList watched</line>
        >
    </text>
            <line>anidb.net/u{{ $Sig_uid }}</line>
    <text
        </text>
        position="{{ 154 + round(((@width - 154) / 100) * $stat_anidb_ownviewedp) }}x{{ @height - 3 }}"
        <!-- Top Bar End -->
        alpha="75"
 
        face="04b03"
        <!-- Bottom Bar -->
        size="6"
        <shape
        align="bottom-{{ if($stat_anidb_ownviewedp > 90, "right", "left") }}"
            type="rectangle"
    >
            position="0x{{ $Sig_height - @bar_height }}"
        <line> {{ $stat_anidb_ownviewedp }}%</line>
        />
    </text>
        <shape
    <!-- MyList Watched Bar End -->
            type="line"
  </layout>
            position="0x{{ $Sig_height - @bar_height }}"
            size="{{ $Sig_width }}x{{ $Sig_height - @bar_height }}"
        />
        <!-- Bottom Bar End -->
 
        <!-- MyList Watched Bar -->
        <shape
            type="rectangle"
            position="{{ @box_width + 3 }}x{{ $Sig_height - 9; }}"
            size="{{ round((($Sig_width - @box_width - 6) / 100) * $stat_anidb_ownviewedp) }}x7"
            color="#777777"
            alpha="75"
        />
        <shape
            type="line"
            position="{{ @box_width }}x{{ $Sig_height - @bar_height }}"
            size="{{ @box_width }}x{{ $Sig_height }}"
         />
        <text
            position="{{ @box_width }}x{{ $Sig_height - 3 }}"
            face="04b03"
            size="6"
            align="bottom-right"
        >
            <line>MyList watched</line>
        </text>
        <text
            position="{{ @box_width + 4 + round((($Sig_width - @box_width - 6) / 100) * $stat_anidb_ownviewedp) }}x{{ $Sig_height - 3 }}"
            alpha="75"
            face="04b03"
            size="6"
            align="bottom-{{ if($stat_anidb_ownviewedp > 90, "right", "left") }}"
        >
            <line> {{ $stat_anidb_ownviewedp }}%</line>
        </text>
        <!-- MyList Watched Bar End -->
    </layout>
</signature>
</signature>
</pre>
</pre>
256

edits

Navigation menu

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