Help:Editing: Difference between revisions
→Using links: added a shortcut |
→Redirects: updated information to current status |
||
| Line 23: | Line 23: | ||
=== Redirects === | === Redirects === | ||
Redirects can be: | |||
* [[#Regular redirect|regular]] | |||
* [[#Smart redirect|smart]] (definition redirect) | |||
* [[#Soft redirect|soft]] (wikispaces redirect) | |||
==== Regular redirect ==== | |||
A regular redirect is performed by <code><nowiki>#REDIRECT [[Page title]]</nowiki></code>. | |||
Redirects can be used to join alternative names (titles, ([https://en.wikipedia.org/wiki/Headword "lemmata"]) for the same thing to reduce duplication. | |||
* [[ | Redirects are also useful to directly link into sections (especially if they have the potential to grow to an article in future). | ||
Redirects to redirects should be fixed by skipping intermediate targets. The page [[Special:DoubleRedirects]] can be used to detect them. | |||
==== Smart redirect ==== | |||
A "smart redirect" is a page that has a small definition of a term with a link to a broader presentation of the corresponding area. Don't forget to categorize such a page by placing <code><nowiki>[[Category:smart redirect]]</nowiki></code> at its end. | |||
A smart redirect should not point to another smart redirect. | |||
See [[:Category:smart redirect]] for a list of pages tagged as smart redirect. | |||
==== Soft redirect ==== | |||
This kind of redirect '''should not be used any more''' and is there for a historical reason only to overcome usability issues on wikispaces (the former wiki platform): editing redirects was restricted to administrators, so normal users could not expand a redirect page into a full article. (See also [https://yahootuninggroupsultimatebackup.github.io/tuning/topicId_101227.html http://groups.yahoo.com/neo/groups/tuning/conversations/topics/101227] for the discussion on the [[tuning_list|tuning list]]) | |||
The pages (listed in [[:Category:soft redirect]]) can be turned into regular redirects now: | |||
* Replace <code><nowiki>See [[Page # section]]</nowiki></code> by <br> <code><nowiki>#REDIRECT [[Page # section]]</nowiki></code> | |||
* and <code><nowiki>[[Category:soft redirect]]</nowiki></code> by a real <br> <code><nowiki>[[Category:<chosen by section contents>]]</nowiki></code> | |||
== Text formatting == | == Text formatting == | ||