Embed

edit

These will only work if you have Qui.

v1

<!-- Credit to Misza13 and Hereford -->
<div style="position:absolute; z-index:100; right:50px; top:10px;" class="metadata" >'''{{BASEPAGENAME}} is:'''   {{#switch:{{User:{{BASEPAGENAME}}/Status}}
 | online=<span style="color: #00FF00;">'''Online''' [[Image:Green pog.svg|20px]]</span>
 | busy=<span style="color: #0000FF;">'''Busy''' [[Image:Blue pog.svg|20px]]</span>
 | sleep=<span style="color: #FF0000;">'''Sleeping''' [[Image:Nuvola apps krec.svg|20px]]</span>
 | offline=<span style="color:#999999;">'''Offline''' [[Image:Black pog.svg|20px]]</span>
}}
</div>

v2

<!-- Credit to Misza13, Hereford, and Macbookair3140 -->
<div style="position:absolute; z-index:100; right:50px; top:10px;" class="metadata" >'''{{BASEPAGENAME}} is:'''   {{#switch:{{User:{{BASEPAGENAME}}/Status}}
 | online=<span style="color: #00FF00;">'''Online''' [[Image:Green sphere.svg|20px]]</span>
 | around = <span style="color: #400080;">'''Around''' [[Image:Purple sphere.svg|20px]]</span>
 | busy=<span style="color: #0000FF;">'''Busy''' [[Image:Blue sphere.svg|20px]]</span>
 | sleep=<span style="color: #FF0000;">'''Sleeping''' [[Image:Nuvola apps krec.svg|20px]]</span>
 | offline=<span style="color:#999999;">'''Offline''' [[Image:Black sphere.svg|20px]]</span>
}}
</div>

v2 tiny

v2 tiny
<pre><nowiki><!-- Credit to Misza13, Hereford, and Macbookair3140 
-->{{#switch:{{User:{{BASEPAGENAME}}/Status}}
 | online=<span style="color: #00FF00;">'''Online''' [[Image:Green sphere.svg|12px]]</span>
 | around = <span style="color: #400080;">'''Around''' [[Image:Purple sphere.svg|12px]]</span>
 | busy=<span style="color: #0000FF;">'''Busy''' [[Image:Blue sphere.svg|12px]]</span>
 | sleep=<span style="color: #FF0000;">'''Sleeping''' [[Image:Nuvola apps krec.svg|12px]]</span>
 | offline=<span style="color:#999999;">'''Offline''' [[Image:Black sphere.svg|12px]]</span>
}}

</nowiki>