User:Xenwolf: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Xenwolf (talk | contribs)
m fix lost edit
Xenwolf (talk | contribs)
Tools: cleanup
Line 31: Line 31:
== Tools ==
== Tools ==


* [https://webchat.freenode.net/?channels=##xenharmonic Chat] --- sometimes I tried it (but very few people there)
* [[Special:RecentChanges]] • [[Special:Version]] • [[Special:Statistics]] • [[Special:LonelyPages|Orphaned pages]] •[[Special:LinkSearch]] • [[Special:SpecialPages]]
* [[Special:Version]] · [[Special:Statistics]] · [[Special:LonelyPages|Orphaned pages]]
* [[Special:NewPages]] -- checking pages out of scope from [[Special:RecentChanges]]
* [[Special:LinkSearch]] -- locate this tool on [[Special:SpecialPages]]
* [https://en.xen.wiki/index.php?title=Special:RecentChanges&limit=100&hidepatrolled=1&days=90 Recent changes - Xenharmonic Wiki]
* [https://www.mediawiki.org/wiki/Extension:Regex_Fun Extension:Regex Fun - MediaWiki]
* [https://www.mediawiki.org/wiki/Extension:Regex_Fun Extension:Regex Fun - MediaWiki]
* [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions - MediaWiki]
* [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions - MediaWiki]
* Not yet installed: [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight Extension:SyntaxHighlight - MediaWiki] '''← This Wiki-Extension is extremely useful and bombproof, in Wikipedia it has been a quasi integral part for years.'''
* [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight Extension:SyntaxHighlight - MediaWiki]
* [https://webchat.freenode.net/?channels=##xenharmonic Chat] --- sometimes I tried it (but very few people there)


=== Boilerplates ===
=== Boilerplates ===
Line 70: Line 67:
==== Special Subpages ====
==== Special Subpages ====


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.
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 [[CSS]] is combined with [[MediaWiki:Common.css|site CSS]]
{| class="wikitable"
* useful examples and suggestions can be found in: [https://en.wikipedia.org/wiki/Wikipedia:User_scripts Wikipedia:User scripts - Wikipedia]
! Skin
* [https://www.mediawiki.org/wiki/Extension:Gadgets Extension:Gadgets - MediaWiki] -- alternative to user scripts
! [[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!
* Per-user [[JavaScript]] is available 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:User scripts - Wikipedia].
* [https://www.mediawiki.org/wiki/Extension:Gadgets Extension:Gadgets - MediaWiki] -- maybe an alternative to enabling user scripts?
* Per-user [[CSS]] is combined with site [[MediaWiki:Common.css|CSS]]


== todo ==
== todo ==

Revision as of 16:48, 16 December 2020

de en es dev

Hi there,
My nickname is Xenwolf (in adaption of an idea of Xenjacob).

I regularly look on the recent changes of the wiki.

I'm currently trying to improve linking and categories, especially to check for orphaned pages (pages with no ingoing links from other wiki pages). 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 pages for that purpose). Currently I'm quite active.

If you have any question, you may contact me on my user talk page (alias Discussion) or privately by using the Wiki mail function.

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

Boilerplates

template:interwiki

{{interwiki
| de = 
| en = 
| es = 
| ja = 
}}

template:Infobox Interval

{{Infobox Interval
| Icon = 
| Ratio = {{subst:PAGENAME}}
| Monzo = 
| Cents = {{subst:cents|{{subst:PAGENAME}}|5}}
| Name = 
| Color name = 
| FJS name = 
| Sound = 
}}

subpages

Special Subpages

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).

todo

todo (selected):

testing

automatic cent calculation for interval pages using template:cents:

{{subst:cents|{{subst:PAGENAME}}|5}}

Links