Difference between revisions of "Tutorial:Advanced Editing"

From [YSDC] Into The Deep
Jump to: navigation, search
(Creating Links)
(Tips)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Here are some advanced maneuvers for editing.
 
Here are some advanced maneuvers for editing.
  
==Tables==
+
==Links, Redirects, and Disambiguation==
You really won't need to set up tables in your general edits.  You can use HTML style tables, or the wiki system has a table set-up involving judicious use of pipes <nowiki>'|'</nowiki>, square brackets <nowiki>'['</nowiki> and other characters, if you're so inclined.
 
  
==Images==
+
Links are how we navigate within the wiki.
TODO: Explain how to handle images.
 
  
==Shortcuts==
+
;'''<nowiki>[[Standard Link]]</nowiki>''' is a Standard Link : It will point to an article on the wiki called [[Standard Link]], whether or not the article exists.
There are some nifty shortcuts to creating text as follows:
 
  
==Links, Redirects, and Disambiguation==
+
;'''<nowiki>[[Standard Link|This link]]</nowiki>''' is a Aliased Standard Link : An aliased link is a Standard Link, but it appears differently on the page.  Put the link target first, then the pipe character '|', then the link title / text / alias.  [[Standard Link|This link]] goes to the [[Standard Link]] page.
  
Links are how we navigate within the wiki.
+
;'''<nowiki>http://www.yog-sothoth.com</nowiki>''' is an External Link: External links are simply created by typing a URL, like this: http://www.yog-sothoth.com/
  
;<nowiki>[[Standard Link]]</nowiki> is what a standard link looks like: it will point to a page called [[Standard Link]].
+
;'''<nowiki>[http://www.yog-sothoth.com YSDC]</nowiki>''' is an Aliased External Link: Just like an Aliased Standard Link, you can give an external link an alias, but it's done differently.  Separate the URL from the title with a space character, and wrap the entire thing in single, '''not double''', braces.  [http://www.yog-sothoth.com YSDC] goes to Yog Sothoth.  If you leave no title, the URL looks like this: [http://www.yog-sothoth.com]
  
;<nowiki>[[Standard Link|This link]]</nowiki> is called a ''piped link'': A piped link will make a link point to a different placePut the link target first, then the pipe character "|", then the link text; [[Standard Link|It works like this]].
+
;Colors indicate if a Page Exists: Colors vary depending on the style you've selected - a red link indicates a non-existant article, a blue link indicates an existing articleDifferent styles (you can select one based on your account profile) may have text that is struck-out.
  
;External links are simple, just type a URL : '''<nowiki>http://www.yog-sothoth.com</nowiki>''' becomes http://www.yog-sothoth.com
+
===Tips===
 +
;Plurals Matter: [[Standard Link]] and [[Standard Links]] do not point to the same page.
  
;External links can be given a title : Wrap a URL in single, '''not double,''' braces and use a space to separate the URL from the title like this: <nowiki>[http://www.yog-sothoth.com YSDC]</nowiki> becomes [http://www.yog-sothoth.com YSDC] - if you leave no title, it becomes a number like this: [http://www.yog-sothoth.com]
+
;Capitalization Matters: But only after the first letter: [[Standard Link]] and [[standard Link]] point to the same page, but [[standard link]] does not.
  
;Colors vary depending on the style you've selected: If the link is red, it points to a page on the wiki that does not yet existIf it is purple, it points to a page that already exists.
+
;Redirection Helps: To make it so [[standard link]] goes to [[Standard Link]], edit [[standard link]] so that the sole content reads '''<nowiki>#REDIRECT [[Standard Link]]</nowiki>''' - this redirects the page.  Do not do too many redirects.
  
;Plurals do not matter: [[Standard Link]] and [[Standard Links]] point to the same page.
+
;Disambiguate Multiple Definitions: Articles with multiple definitions get confusing.  For example, [[The Call of Cthulhu]] could mean the game or the book or the XBox game.  [[The Call of Cthulhu]] has already been set up as a disambiguation page and is a good example.  Other Disambiguation pages are [[Special:Disambiguations|listed here]].
  
;Capitalization matters after the first letter: [[Standard Link]] and [[standard Link]] point to the same page, but [[standard link]] does not.
+
==Tables==
 +
You really won't need to set up tables in your general edits.  You can use HTML style tables, or the wiki system has a table set-up involving judicious use of pipes <nowiki>'|'</nowiki>, square brackets <nowiki>'['</nowiki> and other characters, if you're so inclined.  [http://en.wikipedia.org/wiki/Help:Table This is a good Table tutorial], or check out the source of some of our [[:Wiki:Templates|Templates]], some of them use tables.
  
;You can redirect pages: To make it so than any link to [[standard link]] goes to the [[Standard Link]] page, put '''<nowiki>#REDIRECT [[Standard Link]]</nowiki>''' as the sole content of [[standard link]].
+
==Creating Pages==
 +
Creating a page can be done in two ways, simple and annoying.
  
;Disambiguation pages are for multiple definitions of the same topic: For example, [[The Call of Cthulhu]] could mean the game or the book or the XBox game[[The Call of Cthulhu]] has been set up as a disambiguation page and is a good example.  Other Disambiguation pages are [[[[:Category:Disambiguation Pages|listed here]].
+
;Simple : Wikis are a set of links to links to links - everything should be connected.  That means that any new page you create should stem off of an existing pageEither find a red link that you want to edit the content of, or edit an existing page to add a link to your new, non-existant page, then click the link to edit your new page.
  
==Creating Pages==
+
;Annoying : This requires that you edit the URL so that the value of ''title='' is the name of the page you want to create.  This does not guarantee that your new page is going to be referenced by any other page, though.  So make sure it's at least categorized.
TODO: Explain how to create your very own brand new page!
 
  
==Groups for Organization==
+
==Categorizing / Grouping Pages==
TODO: Explain how to categorize in groups.
+
ETODO: Explain how to categorize pages.
  
 
==Templates==
 
==Templates==

Latest revision as of 16:36, 8 February 2006

Here are some advanced maneuvers for editing.

Links, Redirects, and Disambiguation

Links are how we navigate within the wiki.

[[Standard Link]] is a Standard Link 
It will point to an article on the wiki called Standard Link, whether or not the article exists.
[[Standard Link|This link]] is a Aliased Standard Link 
An aliased link is a Standard Link, but it appears differently on the page. Put the link target first, then the pipe character '|', then the link title / text / alias. This link goes to the Standard Link page.
http://www.yog-sothoth.com is an External Link
External links are simply created by typing a URL, like this: http://www.yog-sothoth.com/
[http://www.yog-sothoth.com YSDC] is an Aliased External Link
Just like an Aliased Standard Link, you can give an external link an alias, but it's done differently. Separate the URL from the title with a space character, and wrap the entire thing in single, not double, braces. YSDC goes to Yog Sothoth. If you leave no title, the URL looks like this: [1]
Colors indicate if a Page Exists
Colors vary depending on the style you've selected - a red link indicates a non-existant article, a blue link indicates an existing article. Different styles (you can select one based on your account profile) may have text that is struck-out.

Tips

Plurals Matter
Standard Link and Standard Links do not point to the same page.
Capitalization Matters
But only after the first letter: Standard Link and standard Link point to the same page, but standard link does not.
Redirection Helps
To make it so standard link goes to Standard Link, edit standard link so that the sole content reads #REDIRECT [[Standard Link]] - this redirects the page. Do not do too many redirects.
Disambiguate Multiple Definitions
Articles with multiple definitions get confusing. For example, The Call of Cthulhu could mean the game or the book or the XBox game. The Call of Cthulhu has already been set up as a disambiguation page and is a good example. Other Disambiguation pages are listed here.

Tables

You really won't need to set up tables in your general edits. You can use HTML style tables, or the wiki system has a table set-up involving judicious use of pipes '|', square brackets '[' and other characters, if you're so inclined. This is a good Table tutorial, or check out the source of some of our Templates, some of them use tables.

Creating Pages

Creating a page can be done in two ways, simple and annoying.

Simple 
Wikis are a set of links to links to links - everything should be connected. That means that any new page you create should stem off of an existing page. Either find a red link that you want to edit the content of, or edit an existing page to add a link to your new, non-existant page, then click the link to edit your new page.
Annoying 
This requires that you edit the URL so that the value of title= is the name of the page you want to create. This does not guarantee that your new page is going to be referenced by any other page, though. So make sure it's at least categorized.

Categorizing / Grouping Pages

ETODO: Explain how to categorize pages.

Templates

TODO: Explain how to create and use a template.

System Codes

TODO: Explain how to use system settings to remove stuff like the table of contents for a page.


TUTORIAL NAVIGATION
(1) Tutorial Home (2) Navigation
(3) Basic Editing (4) Advanced Editing (5) Cthulhuwiki Rules
(X) Wikipedia´s Editing Tutorial (Outside Link)