Help:Migration FAQ: Difference between revisions
Add lead section, markup, update links, categories |
|||
(34 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
Frequently asked questions (FAQ) about the migration of the [[Xenharmonic Wiki]] from [[mw:Wikispaces|Wikispaces]] in September 2018. | |||
== Why did this wiki move? == | |||
Wikispaces is shutting down. RIP Wikispaces. | Wikispaces is shutting down. RIP Wikispaces. | ||
== How can I download a copy of the site? == | |||
See the [[Xenharmonic Wiki:Backups]] page for information. | |||
== | == I can't log in anymore! == | ||
Unfortunately there is no way to migrate the users over from old wiki. If you haven't done so already, please request a new account at [[Special:RequestAccount]]. | |||
== How can I report bugs? == | |||
Please add bugs to the [[Talk:Bugs|Bugs discussion]] page. Use the [[Xenharmonic Wiki:Wikifuture]] page for discussion regarding improvements. | |||
== This wiki page doesn't look right... == | |||
The migration from the old wiki has not been perfect | The migration from the old wiki has not been perfect. | ||
If you see something that is out of place, | If you see something that is out of place, feel free to let us know about it, report in the [[Talk:Bugs|Bugs discussion]], or help us clean it up! | ||
== Why is this page/file missing? == | |||
If you notice any missing pages, please notify one of us, and we will work to restore it. | If you notice any missing pages, please notify one of us, and we will work to restore it. | ||
Don't worry, | Don't worry, everything has been backed up! There may simply be a missing redirect, or something else. | ||
== Where are the discussion pages? == | |||
There should be a tab at the top of each page labeled "Discussion". The discussion from the old wiki has been migrated here. | There should be a tab at the top of each page labeled "Discussion". The discussion from the old wiki has been migrated here. | ||
Line 39: | Line 30: | ||
Please exercise common sense and decency, and do not edit another user's comments. | Please exercise common sense and decency, and do not edit another user's comments. | ||
===How do I remove the Table of Contents from a page? | == Where can I get help with formatting and syntax? == | ||
Start here: [[mediawikiwiki: Help:Formatting]] | |||
There is also an [https://www.mediawiki.org/wiki/MediaWiki_on_IRC IRC channel], #mediawiki on freenode.net. | |||
== How do I remove the Table of Contents from a page? == | |||
Remove the text <code><nowiki>__FORCETOC__</nowiki></code> from the page markdown, if it exists. | Remove the text <code><nowiki>__FORCETOC__</nowiki></code> from the page markdown, if it exists. | ||
Add the text <code><nowiki>__NOTOC__</nowiki></code> anywhere in the page markdown. | Add the text <code><nowiki>__NOTOC__</nowiki></code> anywhere in the page markdown. | ||
== How do I insert math into a page? == | |||
Put it between <code><nowiki><math></math></nowiki></code> tags. | Put it between <code><nowiki><math></math></nowiki></code> tags. | ||
Line 51: | Line 47: | ||
It's powered by [https://www.mathjax.org MathJax], so any syntax supported by that engine should work. | It's powered by [https://www.mathjax.org MathJax], so any syntax supported by that engine should work. | ||
== How do I embed an audio file? == | |||
Upload the file at https://xen.wiki/w/Special:Upload | Upload the file at https://xen.wiki/w/Special:Upload | ||
Line 60: | Line 54: | ||
Use <code><nowiki>[[Media:min7.mp3]]</nowiki></code> if you only want to provide a link to the file. | Use <code><nowiki>[[Media:min7.mp3]]</nowiki></code> if you only want to provide a link to the file. | ||
== How do I embed a YouTube video? == | |||
Put the URL of the video between <code><nowiki><youtube></youtube></nowiki></code> tags. | Put the URL of the video between <code><nowiki><youtube></youtube></nowiki></code> tags. | ||
Line 69: | Line 63: | ||
For example: <code><nowiki><youtube>3O3H01c2SjE</youtube></nowiki></code> | For example: <code><nowiki><youtube>3O3H01c2SjE</youtube></nowiki></code> | ||
:''For further details see: [https://www.mediawiki.org/wiki/Extension:EmbedVideo Extension:EmbedVideo - MediaWiki]'' | |||
== How do I embed a SoundCloud track? == | |||
Put the full URL of the track between <code><nowiki><soundcloud></soundcloud></nowiki></code> tags. | Put the full URL of the track between <code><nowiki><soundcloud></soundcloud></nowiki></code> tags. | ||
For example: <code><nowiki><soundcloud>https://soundcloud.com/ifex/20110408-16edo-dodecaphonic</soundcloud></nowiki></code> | For example: <code><nowiki><soundcloud>https://soundcloud.com/ifex/20110408-16edo-dodecaphonic</soundcloud></nowiki></code> | ||
[[Category:Help]] | |||