Skip to content

Commit

Permalink
Merge pull request #16 from RhinosF1/RhinosF1-issue-#15
Browse files Browse the repository at this point in the history
Formatting & Changes for issue #15
  • Loading branch information
RhinosF1 authored Mar 3, 2019
2 parents 227ba26 + e014312 commit 177efd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StatusChanger.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addOnloadHook(function (){
}

if (typeof(statusChangerConfig.statusList) == 'undefined') {
statusChangerConfig.statusList = [ 'online', 'offline', 'sleeping', 'around(A)', 'around(R)' ];
statusChangerConfig.statusList = [ 'online', 'offline', 'sleeping', 'around(A)', 'around(R)', 'BOW(A)', 'BOW(R)' ];
}

if (typeof(statusChangerConfig.statusPage) == 'undefined') {
Expand Down
2 changes: 1 addition & 1 deletion TemplateCode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Copied from User:RhinosF1/Template/StatusMonitor

'''User Status:''' {{#switch:{{User:{{{1}}}/Status}}|online={{color box|1=#00FF00}}'' online''|offline={{color box|1=#FF0000}}'' offline''|around(A)={{color box|1=orange}}'' around''|around(R)={{colour box|1=red}}'' around''|sleeping={{color box|1=red}} ''sleeping''|#default={{User:{{{1}}}/Status}}|={{color box|1=black}} Status Unavailabile}}<noinclude>
'''User Status:''' {{#switch:{{User:{{{1}}}/Status}}|online={{color box|1=#00FF00}}'' online''|offline={{color box|1=#FF0000}}'' offline''|around(A)={{color box|1=orange}}'' around''|around(R)={{colour box|1=red}}'' around''|sleeping={{color box|1=red}} ''sleeping''|BOW(A)={{color box|1=orange}} ''Busy On-Wiki''|BOW(R)={{color box|1=red}} ''Busy On-Wiki''|#default=''{{User:{{{1}}}/Status}}''|={{color box|1=black}} Status Unavailabile}}<noinclude>
{{documentation}}
</noinclude>
<includeonly>[[Category:Pages using RhinosF1's UserStatus Template]]</includeonly>

0 comments on commit 177efd1

Please sign in to comment.