Help:Editing: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
m (Visual adjustment — the table with every other row highlighted now looks fine in dark mode (should be identical in light mode))
Tags: Mobile edit Mobile web edit
 
(39 intermediate revisions by 9 users not shown)
Line 1: Line 1:
'''← [[Help: Contents]]'''
{{mosnav|p=Editing|c=Editing policies}}
{{moss|Here you'll find a fairly complete guide to using wikitext here at Tardis.}}
{{shortcut|T:MARK}}'''Wikitext''' is the standard "language" for editing pages at Tardis, and, more broadly, across all wikis run on MediaWiki. It's designed to be as simple as possible so that an article may be quickly typed ''and'' styled without having to take a break to type out long HTML codes.  The goal is to make it as easy as possible to channel your thoughts into writing the perfect article (or even a not-so-perfect one).


'''[[Main Page | TARDIS Index File]]''' is a [http://en.wikipedia.org/wiki/Wiki WikiWiki], which means that anyone can easily edit any unprotected article and have those changes posted immediately to that page.
== Text formatting ==
Creating italicised or bold text is the simplest rule — simply use the apostrophe character in groups of two or three to create the style. (Be sure to use the "straight" apostrophe and not the curved "smart quote" characters used in some text editors and word processors!)


Editing a Wiki page is very easy. Simply click on the '''"edit" tab''' at the top of a Wiki page. This will bring you to a page with a text box containing the editable text of that page.
{| class="grey" style="margin: auto;"
'''If you just want to experiment, please do so in the [[sandbox]], not here or any other pages.'''  
|-
You should write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes, this will be noted in the page's history. When you've finished, press ''''"Show preview"''' to see how your changes will look. If you're happy with what you see, then press '''"Save"''' and your changes will be immediately applied to the article.
! What you type
! What you see
|-
| <tt><nowiki>''italicized text''</nowiki></tt>
| ''italicised text''
|-
| <tt><nowiki>'''bold text'''</nowiki></tt>
| '''bold text'''
|-
| <tt><nowiki>'''''italicized and bold text'''''</nowiki></tt>
| '''''italicised and bold text'''''
|}


You can also click on the '''"Discussion"''' tab to see the corresponding talk page, which contains comments about the page from other TARDIS users. Click on the "+" tab to add a new section, or edit the page in the same way as an article page.
To create a tabbed list or a block of text using a monospace font, start the line with a space. (Be sure not to make the line too long, or it will stretch the page horizontally!)  Text can also be indented using the colon character.


{| style="margin: auto;"
|-
! What you type
! What you see
|-
|
<nowiki> Preformatted text</nowiki>
|
Preformatted text
|-
| <nowiki>: Indented text</nowiki>
|
: Indented text
|}


== Tips on editing articles ==
== Lists ==
{{shortcut|T:LIST MARK}}
Both unordered and numbered lists are simple to create as well: simply use the asterisk or hash characters at the beginning of a line to create the entry.  To create nested lists, simply add an extra asterisk or hash to the front of the line.  You can even mix and match the kinds of list in a single group!


*Always use a '''neutral [[Tardis:Point of view|point of view]]''', as the purpose of TARDIS Index File is to present information about ''[[Doctor Who]]'', not to promote points of view about ''Doctor Who'' or any other subject or issue.
{| style="margin: auto;"
:*'''In-universe articles''' are always written from a past tense point of view.
|-
:*'''Out-of-universe articles''' are also written from a past tense point of view, with the exception of people who are still alive.
! What you type
! What you see
|-
| <tt><nowiki>*</nowiki> Item One<br /><nowiki>*</nowiki> Item Two</tt>
|
* Item One
* Item Two
|-
| <tt><nowiki>#</nowiki> Item One<br /><nowiki>#</nowiki> Item Two</tt>
|
# Item One
# Item Two
|-
| <tt><nowiki>*</nowiki> Item One<br /><nowiki>**</nowiki> Item Two</tt>
|
* Item One
** Item Two
|-
| <tt><nowiki>*</nowiki> Item One<br /><nowiki>*#</nowiki> Item Two</tt>
|
* Item One
*# Item Two
|-
| <tt><nowiki>; term : definition</nowiki></tt>
|
; term : definition
|}


===Citing sources===
== Links and URLs ==
Being regarded as a reliable source is crucial to the achievement of TARDIS Index File's purpose, and being able to provide verifiable outside source references will enhance the site's reputation in that regard.
{{sc|T:URL}}
In a wiki, it's important to help build the web by creating links to other articles in every appropriate context. Use the following techniques to create "free links" to other Tardis articles:


*'''Cite your sources''' so others can check and extend your work.
{| style="margin: auto;"
:*'''In-universe article''' sources ie TV/audio/novels/reference texts etc, should be placed after the work it is sourced from in brackets; ie ([[DW]]: ''[[An Unearthly Child]]'').
|-
:*'''Out-of-universe article''' sources should be cited via [[Wikipedia:Wikipedia:Footnotes|Footnotes]], by placed <nowiki><ref></nowiki>&<nowiki></ref></nowiki> around the source and placing a <nowiki>==Bibliography== or ==Footnotes==</nowiki> and below this <nowiki><references/></nowiki> which will create a list of the notes made throughout the article.
! What you type
! What you see
|-
| <tt><nowiki>[[TARDIS information system]]</nowiki></tt>
| [[TARDIS information system]]
|-
| <tt><nowiki>[[SS Bernice|SS ''Bernice'']]</nowiki></tt>
| [[SS Bernice|SS ''Bernice'']]
|-
| <tt><nowiki>[[This article doesn't exist]]</nowiki></tt>
| [[This article doesn't exist]]
|-
| <tt><nowiki>[[Tardis:Policies and Guidelines]]</nowiki></tt>
| [[Tardis:Policies and Guidelines]]
|-
| <tt><nowiki>[[Tardis:Policies and Guidelines|Policies and Guidelines]]</nowiki></tt>
| [[Tardis:Policies and Guidelines|Policies and Guidelines]]
|}


*Articles which fall under the same category may require the same general information to be given repeatedly. An article on an individual may require what stories they appear in, while an article on a television story may require the names of the director and writer, or the original broadcast date. An image page will require information on its copyright status or source. Several [[Tardis:Templates|templates]] have been developed for this purpose. Using them will save you a great deal of repetitive typing.
You can also make external links to other websites using the following formatting rules:


===After major editing or creating a new page===
{| style="margin: auto;"
*After making a new page, it's a good idea to:
|-
*With your page displayed, use ''What links here'' to check the articles that already link to it, and make sure that they are all expecting the same meaning that you have supplied;
! What you type
*Use the Search button to search TARDIS Index File for your topic title (and possible variants), to find articles that mention it, and make links from them if appropriate.
! What you see
|-
| <tt><nowiki>[[Wikipedia:Doctor Who]]</nowiki></tt>
| [[Wikipedia:Doctor Who]]
|-
| <tt><nowiki>[[Wikipedia:Doctor Who|]]</nowiki></tt>
| [[Wikipedia:Doctor Who|Doctor Who]]
|-
| <tt><nowiki>http://tardis.wiki/</nowiki></tt>
| http://tardis.wiki/
|-
| <tt><nowiki>[http://tardis.wiki/]</nowiki></tt>
| [http://tardis.wiki/]
|-
| <tt><nowiki>[http://tardis.wiki/ Tardis]</nowiki></tt>
| [http://tardis.wiki/ Tardis]
|-
|}


== Minor edits ==
=== The "pipe trick" ===
{{sc|T:PIPE}}
One of the most helpful shortcuts one can learn in linking to articles is the so-called "pipe trick".  By placing a pipe (|) after certain strings of text, one can eliminate the need to type huge amounts of replacement text.  For example, if the name of an episode of ''[[Doctor Who (TV series)|Doctor Who]]'' is shared with a person, place or thing in the [[Doctor Who universe|DWU]], then it will be "disambiguated" with the parenthetical "(TV story)".  [[Castrovalva]] refers to the city, whereas [[Castrovalva (TV story)]] links to the page about the episode.  Generally, when writing a sentence about the TV story, one doesn't want "(TV story)" to appear in the body of text.  To get rid of it, one must enter some replacement text separated by the full article name by a pipe (|}.  The long way of doing that is:
{| style="margin: auto;"
|-align="center"
! width="33%"|Code
! width="33%"|Notes
! width="33%"|Effect
|-align="center"
| <nowiki>[[Castrovalva (TV story)|Castrovalva]]</nowiki>|| Gets rid of '''(TV story)''' the long way||[[Castrovalva (TV story)|Castrovalva]]
|-align="center" style="background:#87d4f720;"
| <nowiki>[[Castrovalva (TV story)|]]</nowiki>||The short-cut for the above||[[Castrovalva (TV story)|Castrovalva]]
|-align="center"
| <nowiki>[[Tardis:Manual of Style|Manual of Style]]</nowiki>||The long way to get rid of '''''Namespace:'''''|| [[Tardis:Manual of Style|Manual of Style]]
|-align="center" style="background:#87d4f720;"
| <nowiki>[[Tardis:Manual of Style|]]</nowiki>||The short-cut for the above|| [[Tardis:Manual of Style|Manual of Style]]
|-align="center"
| <nowiki>''[[wikipedia:Life on Mars (TV series)|Life on Mars]]''</nowiki>||The long way to link to a Wikipedia article|| ''[[wikipedia:Life on Mars (TV series)|Life on Mars]]''
|-align="center" style="background:#87d4f720;"
| <nowiki>''[[wikipedia:Life on Mars (TV series)|]]''</nowiki>||Pipe trick simultaneously truncates the back and front of the string||''[[wikipedia:Life on Mars (TV series)|Life on Mars]]''
|-align="center"
| <nowiki>[[w:c:muppet:Kermit the Frog|Kermit]]</nowiki> || Links to an article on another wiki (see Interwiki section)|| [[w:c:muppet:Kermit the Frog|Kermit]]
|-align="center" style="background:#87d4f720;"
| <nowiki>[[w:c:muppet:Kermit the Frog|]]</nowiki>|| Pipe trick fails|| [[w:c:muppet:Kermit the Frog|c:muppet:Kermit the Frog]]
|-
|}


When editing a page, a [[Help:Logging in|logged-in]] user can mark that edit as being "minor". Minor edits generally mean spelling corrections, formatting, and minor rearrangement of text. It is possible to ''hide'' minor edits when viewing [[Special:Recentchanges | Recent Changes]]. Marking a significant change as a minor edit is considered bad behaviour, and even more so if it involves the deletion of some text. If one has accidentally marked an edit as minor, the person should edit the source once more, mark it major (or, rather, ensure that the check-box for "This is a minor edit" is not checked), and, in the summary, state that the previous change was a major one.
Note that the pipe trick won't be detectable if you edit this page and look at how this chart is set up. It actually converts what you type into the long form, after you press "save page".


== See also ==
==== When you might not want to do the pipe trick ====
*[[MetaWikiPedia:Help:Editing|Wikimedia's user's guide to editing]]<br>
If the actual name of a thing includes a parenthetical, you wouldn't want to do a pipetrick.  For instance, the show ''Randall & Hopkirk (Deceased)'', which actually has several ''Doctor Who'' cast and crew connections, wouldn't be a good candidate for a pipe trick, because it would resolve to just ''Randall & Hopkirk'', which isn't the full name of the show.  So to get a proper Wikipedia link, you have to go the long way: '''<nowiki>[[wikipedia:Randall & Hopkirk (Deceased)|Randall & Hopkirk (Deceased)]]</nowiki>'''.
*[[Wikicities:Category:Help|Central Wikicity help section]]


[[Category:TARDIS_Index_File_Wiki]]
==== When the pipe trick doesn't work ====
There are instances when the pipe trick doesn't work, and you have to revert to the "long way". The most common area in which it fails is when trying to make a link within a '''<nowiki><ref></nowiki>''' tag.  The other major area is when placed within using a variable within a parser function.  This last case is really of concern only to advanced users.
 
=== The "slash trick" ===
{{sc|T:SLASH}}
There are some pages here which have a number of [[T:SUBPAGE|subpages]]. A subpage is a page that branches off of the page one is currently viewing. If this page had a subpage about slash tricks, it would be in the format of [[Help:Wiki markup/Slash trick]].  This syntax, however, is how one would link to the subpage from any other page on the wiki.  '''On this page only''' the same link could be generated by typing
<pre>
[[/Slash trick]]
</pre>
When entered '''on this page''', the preceding slash stands in for [[Help:Wiki markup]].  However, the result of typing in <nowiki>[[/Slash trick]]</nowiki> is the rather ugly [[/Slash trick]], that includes the preceding slash.  If one wanted to create a link that appeared '''on this page''' as just [[Slash trick]], one could type:
<pre>
[[/Slash trick|Slash trick]]
</pre>
However, this can be simplified even further by typing:
<pre>
[[/Slash trick/]]
</pre>
This eliminates the preceding slash.
 
==== When you might not want to do the slash trick ====
Generally, getting rid of preceding slashes is a great idea.  But there are occasionally times when the preceding slash might need to be retained.  A good example is [[Theory:Doctor Who television discontinuity and plot holes]] where the preceding slashes emphasize to the reader that a subpage was being linked to, rather than a page in the main article space with the same name.
 
A suggested guideline is that if the subpage has the same name as a proper article in mainspace, retain the slash for clarity.  Thus [[/The Chase]] versus [[The Chase (TV story)|The Chase]].
 
=== Interwiki link ===
{{sc|T:INTERWIKI}}
There are times when one might wish to link to another wiki. For Fandom wikis, if one wanted to link to, say, [[Timothy Dalton]]'s page on [[w:c:jamesbond:Main Page|the James Bond Wiki]], one would use the following syntax:
<pre>
[[w:c:nameofwiki:articlename|articlename]]
 
or, for this specific case,
 
[[w:c:jamesbond:Timothy Dalton|Timothy Dalton]]
</pre>
Note that the pipe trick discussed above won't work as well on interwiki links because there are too many preceding colons.  A pipe trick does this to an interwiki link: [[w:c:jamesbond:Timothy Dalton|c:jamesbond:Timothy Dalton]], which is close, but not really close enough. Thus, to make a "clean" link to an article on another link, one has to type out the whole thing, with replacement text, as shown immediately above.
 
===== Non-English language link =====
A specialised form of the interwiki link is one in which you wish to direct users to the same page on one of our sister non-English ''Doctor Who'' wikis.  This type of link does not create an in-line link — that is, one you can see within the body of the text of an article — but rather makes a link in the "Languages" tab in the sidebar.  Such links are made by use of a two-letter language code.  For example, if you wanted to create a link to the French language  article on [[TARDIS]], you would type:
<pre>
[[fr:TARDIS]]
</pre>
at the bottom of the article.
 
Currently, we have the ability to link to many foreign language Wikis, including, but not limited to: French (fr), Russian (ru), Bulgarian (bg), German (de) and Dutch (nl). Note that there must be a corresponding article on the target website for the link to be created successfully. Since use of this particular kind of interwiki link ''always'' produces a golden link, care must be exercised in its use, especially because it is not likely that an article on a non-English wiki will have the exact same name as its English counterpart.  For instance, there are currently no pages at [[TARDIS]] for the Bulgarian, German, and Dutch wiki; typing <nowiki>[[bg:TARDIS]]</nowiki> links to a create page.  Multilingual editors will be required to make these kind of links most successfully.
 
Inter-languages links are retained on the independent wiki, as before.
 
==== Beware the false golden link ====
{{sc|T:FALSE golden}}
Note that interwiki linking, whether by using a special prefix like <nowiki>[[wikipedia:articlename]] or the standard Fandom [[w:c:wikiname:articlename]] syntax</nowiki>, almost '''always''' produces a golden link.  You must, therefore, go back and click the link you've made to ensure that it actually links properly.  Just to illustrate, here are some obviously ridiculous page names that nevertheless appear to be valid links:
 
* [[wikipedia:adlfkjadfj3oiujeqwrjidaf2234232adlfkj]]
* [[w:c:jamesbond:No, Mr. Dalton, I expect you to become Rassilon]]
* [[w:c:memoryalpha:Logic insists that the Eighth Doctor was half-Vulcan]]
* [[w:c:ICompletelyMadeThisWikiNameUp:but I still get a golden link]]
 
== Sections ==
=== The usual way ===
{{sc|T:HEADERS}}
If an article is long enough, you can divide the page into different sections.  Tardis will automatically generate a table of contents based on the content for all articles with more than three sections.
 
You can also create a horizontal divider by using four dashes in a row.
 
{| class="grey" style="margin: auto;"
|-
! What you type
! What you see
|-
| <tt><nowiki>== Header Two ==</nowiki></tt>
| style="font-size: 112.5%" | Header Two
|-
| <tt><nowiki>=== Header Three ===</nowiki></tt>
| style="font-size: 106.25%; font-weight: bold" | Header Three
|-
| <tt><nowiki>==== Header Four ====</nowiki></tt>
| style="font-size: 103.125%; font-weight: bold" | Header Four
|-
| <tt><nowiki>----</nowiki></tt>
|
----
|}
 
=== Another approach to headers ===
The above method doesn't just generate a header.  It also automatically creates a little edit link beside the header, allowing the user to edit just that section.  But there are times when one may wish to have a sectional header that isn't editable. This is particularly true in templates which generate a lot of text that need to be sectionalized for greater understanding.  To achieve section heads which don't produce an edit link, use the following simple code:
<pre>
<hx>Header</hx>, where x stands for the number of equal signs (=) you want.
 
For example,
 
<h3>Header</h3>
 
is the edit-link-less version of
 
===Header===
</pre>
 
== Images and other media ==
:'''See:''' [[Help:Files#Elsewhere]]
 
== Tables ==
:'''See:''' [[Tardis:Tables]]
 
== Mathematical formulae ==
:'''See:''' [[Help:Math]]
 
== Templates ==
A template is a pre-defined bit of coding that places the same text across multiple pages.  It can be as simple as a little system message, such as [[:Template:Current]] to a fairly complicated bit of coding that automatically calculates dates based upon the name of an article, like [[:Template:Timeline]].
 
One of the types of template you will most come into contact with here on tardis is the "infobox" template.  These save you a great deal of repetitive typing of similar information, such as is found on television story or novel pages. Just go to the [[:category:templates|master template category page]] and scan down the list for the ones you need. Put <nowiki>{{template}}</nowiki> in your edit, replacing "template" with the name of the specific one you are using, such "Infobox CD". For infoboxes, you will need to fill in the variables accepted by the template, such as director, writer, or broadcast date.
 
The actual writing of templates is a complicated subject, beyond the scope of this article.
 
:'''See also:''' [[Help:Template]]
 
=== Magic words ===
Beyond the templates that we have created are templates that are inherent in the MediaWiki software.  These are not fully listed anywhere on this wiki, and do not appear in [[:Category:Templates]].  A good place to start one's understanding of these type of templates is at [[Wikipedia:Help:Magic words]]. 
 
They are called "magic" because they do things with one simple word that conceals rather a lot of complicated coding.  Most editors of wikis, even those very experienced with template coding, don't really understand the underlying code that makes them work.  Hence, as was once remarked in ''[[Battlefield (TV story)|Battlefield]]'', any sufficiently advanced technology is indistinguishable from magic.
 
Magic words include things like <nowiki>{{PAGENAME}}</nowiki>, which returns the name of the page you're on; <nowiki>{{CURRENTDAY}}</nowiki>, which tells you the current day; <nowiki>__NOTOC__</nowiki>, which strips a page of its table of contents; <nowiki>{{#ifeq|}}</nowiki>, which compares two strings, and then takes action depending on whether they match; and <nowiki>{{DEFAULTSORT}}</nowiki>, which automatically forces an article to sort in a category in a certain way.
 
If you'd like more details, please see [[Help:Magic words]].
 
== Suppressing markup ==
It's also possible to tell MediaWiki to ''ignore'' any of the above rules using a simple tag:
 
{| class="grey" style="margin: auto;"
|-
! What you type
! What you see
|-
| <tt><nowiki>&lt;nowiki&gt;'''text here'''&lt;/nowiki&gt;</nowiki></tt>
| <nowiki>'''text here'''</nowiki>
|}
 
[[Category:The Hub]]
[[Category:Help]]

Latest revision as of 09:24, 2 April 2024

Here you'll find a fairly complete guide to using wikitext here at Tardis.

Wikitext is the standard "language" for editing pages at Tardis, and, more broadly, across all wikis run on MediaWiki. It's designed to be as simple as possible so that an article may be quickly typed and styled without having to take a break to type out long HTML codes. The goal is to make it as easy as possible to channel your thoughts into writing the perfect article (or even a not-so-perfect one).

Text formatting[[edit source]]

Creating italicised or bold text is the simplest rule — simply use the apostrophe character in groups of two or three to create the style. (Be sure to use the "straight" apostrophe and not the curved "smart quote" characters used in some text editors and word processors!)

What you type What you see
''italicized text'' italicised text
'''bold text''' bold text
'''''italicized and bold text''''' italicised and bold text

To create a tabbed list or a block of text using a monospace font, start the line with a space. (Be sure not to make the line too long, or it will stretch the page horizontally!) Text can also be indented using the colon character.

What you type What you see

Preformatted text

Preformatted text
: Indented text
Indented text

Lists[[edit source]]

Both unordered and numbered lists are simple to create as well: simply use the asterisk or hash characters at the beginning of a line to create the entry. To create nested lists, simply add an extra asterisk or hash to the front of the line. You can even mix and match the kinds of list in a single group!

What you type What you see
* Item One
* Item Two
  • Item One
  • Item Two
# Item One
# Item Two
  1. Item One
  2. Item Two
* Item One
** Item Two
  • Item One
    • Item Two
* Item One
*# Item Two
  • Item One
    1. Item Two
; term : definition
term
definition

Links and URLs[[edit source]]

In a wiki, it's important to help build the web by creating links to other articles in every appropriate context. Use the following techniques to create "free links" to other Tardis articles:

What you type What you see
[[TARDIS information system]] TARDIS information system
[[SS Bernice|SS ''Bernice'']] SS Bernice
[[This article doesn't exist]] This article doesn't exist
[[Tardis:Policies and Guidelines]] Tardis:Policies and Guidelines
[[Tardis:Policies and Guidelines|Policies and Guidelines]] Policies and Guidelines

You can also make external links to other websites using the following formatting rules:

What you type What you see
[[Wikipedia:Doctor Who]] Wikipedia:Doctor Who
[[Wikipedia:Doctor Who|]] Doctor Who
http://tardis.wiki/ http://tardis.wiki/
[http://tardis.wiki/] [1]
[http://tardis.wiki/ Tardis] Tardis

The "pipe trick"[[edit source]]

One of the most helpful shortcuts one can learn in linking to articles is the so-called "pipe trick". By placing a pipe (|) after certain strings of text, one can eliminate the need to type huge amounts of replacement text. For example, if the name of an episode of Doctor Who is shared with a person, place or thing in the DWU, then it will be "disambiguated" with the parenthetical "(TV story)". Castrovalva refers to the city, whereas Castrovalva (TV story) links to the page about the episode. Generally, when writing a sentence about the TV story, one doesn't want "(TV story)" to appear in the body of text. To get rid of it, one must enter some replacement text separated by the full article name by a pipe (|}. The long way of doing that is:

Code Notes Effect
[[Castrovalva (TV story)|Castrovalva]] Gets rid of (TV story) the long way Castrovalva
[[Castrovalva (TV story)|]] The short-cut for the above Castrovalva
[[Tardis:Manual of Style|Manual of Style]] The long way to get rid of Namespace: Manual of Style
[[Tardis:Manual of Style|]] The short-cut for the above Manual of Style
''[[wikipedia:Life on Mars (TV series)|Life on Mars]]'' The long way to link to a Wikipedia article Life on Mars
''[[wikipedia:Life on Mars (TV series)|]]'' Pipe trick simultaneously truncates the back and front of the string Life on Mars
[[w:c:muppet:Kermit the Frog|Kermit]] Links to an article on another wiki (see Interwiki section) Kermit
[[w:c:muppet:Kermit the Frog|]] Pipe trick fails c:muppet:Kermit the Frog

Note that the pipe trick won't be detectable if you edit this page and look at how this chart is set up. It actually converts what you type into the long form, after you press "save page".

When you might not want to do the pipe trick[[edit source]]

If the actual name of a thing includes a parenthetical, you wouldn't want to do a pipetrick. For instance, the show Randall & Hopkirk (Deceased), which actually has several Doctor Who cast and crew connections, wouldn't be a good candidate for a pipe trick, because it would resolve to just Randall & Hopkirk, which isn't the full name of the show. So to get a proper Wikipedia link, you have to go the long way: [[wikipedia:Randall & Hopkirk (Deceased)|Randall & Hopkirk (Deceased)]].

When the pipe trick doesn't work[[edit source]]

There are instances when the pipe trick doesn't work, and you have to revert to the "long way". The most common area in which it fails is when trying to make a link within a <ref> tag. The other major area is when placed within using a variable within a parser function. This last case is really of concern only to advanced users.

The "slash trick"[[edit source]]

There are some pages here which have a number of subpages. A subpage is a page that branches off of the page one is currently viewing. If this page had a subpage about slash tricks, it would be in the format of Help:Wiki markup/Slash trick. This syntax, however, is how one would link to the subpage from any other page on the wiki. On this page only the same link could be generated by typing

[[/Slash trick]]

When entered on this page, the preceding slash stands in for Help:Wiki markup. However, the result of typing in [[/Slash trick]] is the rather ugly /Slash trick, that includes the preceding slash. If one wanted to create a link that appeared on this page as just Slash trick, one could type:

[[/Slash trick|Slash trick]]

However, this can be simplified even further by typing:

[[/Slash trick/]]

This eliminates the preceding slash.

When you might not want to do the slash trick[[edit source]]

Generally, getting rid of preceding slashes is a great idea. But there are occasionally times when the preceding slash might need to be retained. A good example is Theory:Doctor Who television discontinuity and plot holes where the preceding slashes emphasize to the reader that a subpage was being linked to, rather than a page in the main article space with the same name.

A suggested guideline is that if the subpage has the same name as a proper article in mainspace, retain the slash for clarity. Thus /The Chase versus The Chase.

Interwiki link[[edit source]]

There are times when one might wish to link to another wiki. For Fandom wikis, if one wanted to link to, say, Timothy Dalton's page on the James Bond Wiki, one would use the following syntax:

[[w:c:nameofwiki:articlename|articlename]]

or, for this specific case,

[[w:c:jamesbond:Timothy Dalton|Timothy Dalton]]

Note that the pipe trick discussed above won't work as well on interwiki links because there are too many preceding colons. A pipe trick does this to an interwiki link: c:jamesbond:Timothy Dalton, which is close, but not really close enough. Thus, to make a "clean" link to an article on another link, one has to type out the whole thing, with replacement text, as shown immediately above.

Non-English language link[[edit source]]

A specialised form of the interwiki link is one in which you wish to direct users to the same page on one of our sister non-English Doctor Who wikis. This type of link does not create an in-line link — that is, one you can see within the body of the text of an article — but rather makes a link in the "Languages" tab in the sidebar. Such links are made by use of a two-letter language code. For example, if you wanted to create a link to the French language article on TARDIS, you would type:

[[fr:TARDIS]]

at the bottom of the article.

Currently, we have the ability to link to many foreign language Wikis, including, but not limited to: French (fr), Russian (ru), Bulgarian (bg), German (de) and Dutch (nl). Note that there must be a corresponding article on the target website for the link to be created successfully. Since use of this particular kind of interwiki link always produces a golden link, care must be exercised in its use, especially because it is not likely that an article on a non-English wiki will have the exact same name as its English counterpart. For instance, there are currently no pages at TARDIS for the Bulgarian, German, and Dutch wiki; typing [[bg:TARDIS]] links to a create page. Multilingual editors will be required to make these kind of links most successfully.

Inter-languages links are retained on the independent wiki, as before.

Beware the false golden link[[edit source]]

Note that interwiki linking, whether by using a special prefix like [[wikipedia:articlename]] or the standard Fandom [[w:c:wikiname:articlename]] syntax, almost always produces a golden link. You must, therefore, go back and click the link you've made to ensure that it actually links properly. Just to illustrate, here are some obviously ridiculous page names that nevertheless appear to be valid links:

Sections[[edit source]]

The usual way[[edit source]]

If an article is long enough, you can divide the page into different sections. Tardis will automatically generate a table of contents based on the content for all articles with more than three sections.

You can also create a horizontal divider by using four dashes in a row.

What you type What you see
== Header Two == Header Two
=== Header Three === Header Three
==== Header Four ==== Header Four
----

Another approach to headers[[edit source]]

The above method doesn't just generate a header. It also automatically creates a little edit link beside the header, allowing the user to edit just that section. But there are times when one may wish to have a sectional header that isn't editable. This is particularly true in templates which generate a lot of text that need to be sectionalized for greater understanding. To achieve section heads which don't produce an edit link, use the following simple code:

<hx>Header</hx>, where x stands for the number of equal signs (=) you want.

For example, 

<h3>Header</h3>

is the edit-link-less version of

===Header===

Images and other media[[edit source]]

See: Help:Files#Elsewhere

Tables[[edit source]]

See: Tardis:Tables

Mathematical formulae[[edit source]]

See: Help:Math

Templates[[edit source]]

A template is a pre-defined bit of coding that places the same text across multiple pages. It can be as simple as a little system message, such as Template:Current to a fairly complicated bit of coding that automatically calculates dates based upon the name of an article, like Template:Timeline.

One of the types of template you will most come into contact with here on tardis is the "infobox" template. These save you a great deal of repetitive typing of similar information, such as is found on television story or novel pages. Just go to the master template category page and scan down the list for the ones you need. Put {{template}} in your edit, replacing "template" with the name of the specific one you are using, such "Infobox CD". For infoboxes, you will need to fill in the variables accepted by the template, such as director, writer, or broadcast date.

The actual writing of templates is a complicated subject, beyond the scope of this article.

See also: Help:Template

Magic words[[edit source]]

Beyond the templates that we have created are templates that are inherent in the MediaWiki software. These are not fully listed anywhere on this wiki, and do not appear in Category:Templates. A good place to start one's understanding of these type of templates is at Wikipedia:Help:Magic words.

They are called "magic" because they do things with one simple word that conceals rather a lot of complicated coding. Most editors of wikis, even those very experienced with template coding, don't really understand the underlying code that makes them work. Hence, as was once remarked in Battlefield, any sufficiently advanced technology is indistinguishable from magic.

Magic words include things like {{PAGENAME}}, which returns the name of the page you're on; {{CURRENTDAY}}, which tells you the current day; __NOTOC__, which strips a page of its table of contents; {{#ifeq|}}, which compares two strings, and then takes action depending on whether they match; and {{DEFAULTSORT}}, which automatically forces an article to sort in a category in a certain way.

If you'd like more details, please see Help:Magic words.

Suppressing markup[[edit source]]

It's also possible to tell MediaWiki to ignore any of the above rules using a simple tag:

What you type What you see
<nowiki>'''text here'''</nowiki> '''text here'''