Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting & Changes for issue #15 #16

Merged
merged 3 commits into from
Mar 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>