Xenwolf (talk | contribs)
"cleaned up"
Fredg999 (talk | contribs)
m Categories
 
(64 intermediate revisions by 3 users not shown)
Line 7: Line 7:
float: right;
float: right;
">[[:de:User:Xenwolf|de]] [[:en:User:Xenwolf|en]] [[:es:User:Xenwolf|es]] [[:dev:User:Xenwolf|dev]]</div>
">[[:de:User:Xenwolf|de]] [[:en:User:Xenwolf|en]] [[:es:User:Xenwolf|es]] [[:dev:User:Xenwolf|dev]]</div>
__NOTOC__
<div style="
Hi there, my nickname is '''Xenwolf''' (in adaption of an idea of Xenjacob).
margin: 0 0 1em 2em;
clear: both;
float: right;
">
__TOC__
</div>
----
I highly recommend this video to every pianist: <br>
<small>(I saw it today and it's revolutionary)</small> <br>
'''[https://www.youtube.com/watch?v=ZXlknI-Jc48 Piano’s Darkest Secret &#45; YouTube]'''


I regularly look on the [[Special:RecentChanges|recent changes]] of the wiki and am sometimes confused by some [[Xenharmonic Wiki:single editor campaigns|single editor campaigns]].  
----
Hi there, <br>
My main field of activity is wiki gardening.


I'm currently trying to improve linking and tags, especially check for orphaned pages (pages with no other internal page linking to). Sometimes I'm replacing "here" or "click" links by meaningful titles (typically the title of the target page) to make the link easy to repair if the linked page moves (Google helps a lot with titles). I'm trying to mark things that are to do, ask some questions, sometimes answer questions, help with wiki syntax when I'm able to do so (I also like to expand [[Help:Help|help]] pages for that purpose). Currently I'm not very active, but I have at least a daily look on it.
I'm trying to improve wording, linking and categories, especially to check for orphaned pages (pages with no ingoing links from other wiki pages). Sometimes I'm replacing "[[help:Here-links|here]]" or "click" links by meaningful titles (typically the title of the target page) to make the link easy to repair if the linked page moves (Google helps a lot with titles). I'm trying to mark things that are [[:category:todo|todo]], ask some questions, sometimes answer questions, help with wiki syntax (also templates and modules).
I also regularly keep an eye on the [[Special:RecentChanges|recent changes]].
Currently I'm quite active.


If you have any question, you may contact me [[{{TALKPAGENAME}}|on my user talk page (alias <span class="collapsible" style="
If you have any question, you may contact me [[{{TALKPAGENAME}}|on my user talk page (alias <span class="collapsible" style="
Line 20: Line 33:
border-width: 0 1px 1px;">Discussion</span>)]] or privately by using the [https://en.xen.wiki/w/Special:EmailUser/Xenwolf Wiki mail function].
border-width: 0 1px 1px;">Discussion</span>)]] or privately by using the [https://en.xen.wiki/w/Special:EmailUser/Xenwolf Wiki mail function].


Sometimes you can find [https://www.facebook.com/xen.wolf.14 me on facebook], but I'd prefer to talk about the wiki within the wiki.
As I found out, Wikispaces tags were converted into MediaWiki categories by the transfer process. But some of the tags are not self-explanatory. Since tags are more light-weight than categories, we will probably reduce (or transform) them.
 
As I found out, Wikispaces tags were converted into MediaWiki categories by the transfer process. But some of the tags are not self-explanatory. Since tags are more light-weight than categories, we will probably reduce them.


== Tools ==
== Tools ==


* [https://en.xen.wiki/index.php?title=Special:RecentChanges&limit=100&hidepatrolled=1&days=90 Recent changes &#45; Xenharmonic Wiki]
* [[Special:ActiveUsers]] (list of users who had some kind of activity within the last 30 days)
* [[Special:NewPages]] -- checking pages out of scope from [[Special:RecentChanges]]
* [[Special:RecentChanges]] &bull; [[Special:Version]] &bull; [[Special:Statistics]] &bull; [[Special:LonelyPages|Orphaned pages]] &bull;[[Special:LinkSearch]] &bull; [[Special:SpecialPages]]
* [[Special:LinkSearch]] -- locate this tool on [[Special:SpecialPages]]
* [https://www.mediawiki.org/wiki/Extension:Regex_Fun Extension&#58;Regex Fun &#45; MediaWiki]
* [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension&#58;ParserFunctions &#45; MediaWiki]
* [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight Extension&#58;SyntaxHighlight &#45; MediaWiki]
* [https://webchat.freenode.net/?channels=##xenharmonic Chat] --- sometimes I tried it (but very few people there)
* [https://www.mediawiki.org/wiki/Manual:Database_layout Manual&#58;Database layout &#45; MediaWiki]


=== Boilerplates ===
=== Boilerplates ===
Line 45: Line 60:
  <nowiki>{{Infobox Interval
  <nowiki>{{Infobox Interval
| Icon =  
| Icon =  
| Ratio =  
| Ratio = {{subst:PAGENAME}}
| Monzo =  
| Monzo =  
| Cents =  
| Cents = {{subst:cents|{{subst:PAGENAME}}|5}}
| Name =  
| Name =  
| Color name =  
| Color name =  
| FJS name =
| Sound =  
| Sound =  
}}</nowiki>
}}</nowiki>
Line 55: Line 71:
=== subpages ===
=== subpages ===


{{Special:PrefixIndex/{{FULLPAGENAME}}/}}
{{Special:Prefixindex|prefix={{FULLPAGENAME}}/|hideredirects=1|stripprefix=1}}
Some special subpage names are reserved and run (if they exist) for customizing the wiki for logged-in users, they are related to the actual skin being used.


{| class="wikitable"
==== Special Subpages ====
! Skin
! [[CSS]]
! [[JavaScript]]
|-
| Vector (default skin)
| [[User:Xenwolf/vector.css]]
| [[User:Xenwolf/vector.js]]
|-
| Shared (for all skins)
| [[User:Xenwolf/common.css]]
| [[User:Xenwolf/common.js]]
|}


* For your own user-specific styling, see [[Special:Preferences #mw-prefsection-rendering]], the custom files are listed after the available skin!
Some special subpage names are reserved and run (if they exist) for customizing the wiki for logged-in users, some of them are related to the actual skin being used. [[Special:Preferences#mw-prefsection-rendering]] gives you access to these pages (containing CSS, JavaScript only effective for the web interface you see).
* Per-user JavaScript is currently not enabled in the XenWiki. If it is, a source of useful examples and suggestions could be found in: [https://en.wikipedia.org/wiki/Wikipedia:User_scripts Wikipedia&#58;User scripts &#45; Wikipedia].
* per-user [[CSS]] is combined with [[MediaWiki:Common.css|site CSS]]
* [https://www.mediawiki.org/wiki/Extension:Gadgets Extension&#58;Gadgets &#45; MediaWiki] -- maybe an alternative to enabling user scripts?
* useful examples and suggestions can be found in: [https://en.wikipedia.org/wiki/Wikipedia:User_scripts Wikipedia&#58;User scripts &#45; Wikipedia]
* [https://www.mediawiki.org/wiki/Extension:Gadgets Extension&#58;Gadgets &#45; MediaWiki] -- alternative to user scripts


== todo ==
== todo ==
 
* [[Template:About]] (discuss possible problems)
todo (selected):
* [[329/41]] (see also [[Factor 9 grid]])
* make a [[Template:Trim]] <sup>[https://en.wikipedia.org/wiki/Template:Trim]</sup>
* [[Template:Infobox MOS]] -- replace [[Wikipedia: Leaning toothpick syndrome| leaning toothpicks]] by Lua
* evaluate options for page/title protection
* find the right place for [[7th Level of Jazz Harmony]] (Videos are hard: needs time to evaluate)
* add tools for [[Wikipedia:Disambiguation|Disambiguation]] (see [[:Category:Disambiguation]])
* add a [[Template:Unsigned]] to this wiki in analogy to [[Wikipedia:Template:Unsigned]]
* read about [https://www.mediawiki.org/wiki/Extension:EmbedVideo Extension:EmbedVideo - MediaWiki], the extension that shows a player for audio files
* read about [https://www.mediawiki.org/wiki/Extension:EmbedVideo Extension:EmbedVideo - MediaWiki], the extension that shows a player for audio files
* check out Spacing option between numbers and units, for example in <span style="background-color: #efd;">702&#x202f;&cent;</span> <sup>[https://en.wikipedia.org/wiki/Thin_space Thin space &#45; Wikipedia]</sup>
* check out Spacing option between numbers and units, for example in <span style="background-color: #efd;">702&#x202f;&cent;</span> <sup>[https://en.wikipedia.org/wiki/Thin_space Thin space &#45; Wikipedia]</sup>
* figuring out how this special character <code>↵</code> can be added to forced breaks in long lines without spaces
* fix pages in [[:Category:BrokenJS]]
* replace inline navigation for Deutsch and 日本語 by interwiki
* replace inline navigation for Deutsch and 日本語 by interwiki
** [https://en.xen.wiki/index.php?search=%E6%97%A5%E6%9C%AC%E8%AA%9E&title=Special%3ASearch&go=Go Search for 日本語]
** [https://en.xen.wiki/index.php?search=%E6%97%A5%E6%9C%AC%E8%AA%9E&title=Special%3ASearch&go=Go Search for 日本語]
** [https://en.xen.wiki/index.php?search=Deutsch&title=Special%3ASearch&go=Go Search for Deutsch]
** [https://en.xen.wiki/index.php?search=Deutsch&title=Special%3ASearch&go=Go Search for Deutsch]
* Why is [[MediaWiki:Confirmaccount-newrequests]] shown on the recent-changes page in en.xen.wiki, but is not in de.xen.wiki and dev.xen.wiki?
* [https://www.youtube.com/watch?v=BfEjDD8mWYg ASP.NET Core Crash Course &#45; C&#35; App in One Hour &#45; YouTube] -- see if this video helps  solve the redirect issues on [[Tonalsoft Encyclopedia]]


== testing ==
== testing ==
Line 92: Line 104:


== Links ==
== Links ==
 
* Protecting pages
** [[Wikipedia: Wikipedia:Protection policy]]
** [[MediaWikiWiki: Project:Protected titles]] -- titles (technical info)
*** [[Wikipedia: Wikipedia:Cascade-protected items]] -- running example (method 3 against spam)
* [[Wikipedia: Steps and skips]]
* [http://www.harmony.org.uk/book/chord_progression_musical_phrase.htm Chord Progressions in Musical Phrases]
* [https://www.youtube.com/watch?v=K0Vn9V-tRCo The Death of Melody &#45; YouTube] -- is this true?
* [http://x31eq.com/temper/pregular.html Regular Temperament Finder] a tool by [[Graham Breed]]
* https://www.bestii.com/~mschulter/IntervalSpectrumRegions.txt -- an article worth a book
* https://www.bestii.com/~mschulter/IntervalSpectrumRegions.txt -- an article worth a book
* http://milde.users.sourceforge.net/LUCR/Math/unimathsymbols.html#general-punctuation
* [http://milde.users.sourceforge.net/LUCR/Math/unimathsymbols.html#general-punctuation Unicode characters and corresponding LaTeX math mode commands]
* [https://en.wikipedia.org/wiki/Norm_(mathematics)#p-norm #p&#45;norm. in: Norm (mathematics) &#45; Wikipedia]
* [https://en.wikipedia.org/wiki/Lp_space#The_p-norm_in_finite_dimensions #The p&#45;norm. in finite dimensions in: Lp space &#45; Wikipedia]
* [https://en.wikipedia.org/wiki/Taxicab_geometry Taxicab geometry &#45; Wikipedia]
* [https://en.wikipedia.org/wiki/Hamming_distance Hamming distance &#45; Wikipedia]
* [https://en.wikipedia.org/wiki/Levenshtein_distance Levenshtein distance &#45; Wikipedia]


[[Category:meta]]
[[Category:User in CET/CEST]]
[[Category:people]]
[[Category:wiki]]
[[Category:wiki editor|Xenwolf]]
[[Category:User UTC+2]]
[[Category:User de-N]]
[[Category:User de-N]]
[[Category:User en-3]]
[[Category:User en-3]]
[[Category:User on facebook]]
[[Category:User ru-1]]
[[Category:User on SoundCloud]]


<!-- Interwiki: links that appear in the sidebar -->
<!-- Interwiki: links that appear in the sidebar -->
[[de:User:Xenwolf]]
[[de:User:Xenwolf]]
[[en:User:Xenwolf]]
[[es:User:Xenwolf]]
[[es:User:Xenwolf]]
[[ja:User:Xenwolf]]