Help:Syntax
| BikiCrumbs: Syntax |
From Biki
| Revision as of 12:01, 8 September 2005 Jm1234567890 (Talk | contribs) ← Previous diff |
Current revision Without Wings (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| <!-- Need to change links --> | <!-- Need to change links --> | ||
| - | + | __TOC__ | |
| - | + | ||
| ==Wiki markup== | ==Wiki markup== | ||
| - | The '''wiki markup''' is the syntax system you can use to format a Wikipedia page. | + | The '''wiki markup''' is the syntax system you can use to format a Biki page. |
| In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column. | In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column. | ||
| - | You may want to keep this page open in a separate browser window for reference, or take a screen-shot of it. '''If you want to try out things without danger of doing any harm, you can do so in the [[Wikipedia:Sandbox|Sandbox]]'''. Try opening the Sandbox in a separate window or tab and keeping this page open for reference. | + | You may want to keep this page open in a separate browser window for reference, or take a screen-shot of it. '''If you want to try out things without danger of doing any harm, you can do so in the [[HSCwiki:Sandbox|Sandbox]]'''. Try opening the Sandbox in a separate window or tab and keeping this page open for reference. |
| - | ---- | ||
| - | <!-- | ||
| - | :'''The rest of this page is deprecated but will be updated periodically.''' | ||
| - | :'''Please direct edits to the [[meta:MediaWiki User's Guide: Editing overview|Meta-Wikimedia version of this page]]''' | ||
| - | --> | ||
| {| border="1" cellpadding="2" cellspacing="0" | {| border="1" cellpadding="2" cellspacing="0" | ||
| |- | |- | ||
| Line 21: | Line 15: | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | Start your [[Wikipedia:Manual of Style (headings)|sections]] as follows: | + | Start your sections as follows: |
| <!-- The following code messes up the table of contents | <!-- The following code messes up the table of contents | ||
| Line 51: | Line 45: | ||
| *Start with a second-level heading (<tt><nowiki>==</nowiki></tt>); don't use first-level headings (=). | *Start with a second-level heading (<tt><nowiki>==</nowiki></tt>); don't use first-level headings (=). | ||
| *Don't skip levels (for example, second-level followed by fourth-level). | *Don't skip levels (for example, second-level followed by fourth-level). | ||
| - | *A [[#Table of contents|table of contents]] will automatically be added to an article that has four or more sections. | + | *A table of contents will automatically be added to an article that has four or more sections. |
| *If appropriate, place subsections in an appropriate order. If listing countries, place them in alphabetical order rather than, say, relative to population of [[OECD]] countries, or some random order. | *If appropriate, place subsections in an appropriate order. If listing countries, place them in alphabetical order rather than, say, relative to population of [[OECD]] countries, or some random order. | ||
| | | | | ||
| Line 65: | Line 59: | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | A single [[newline]] | + | A single newline |
| generally has no effect on the layout. | generally has no effect on the layout. | ||
| These can be used to separate | These can be used to separate | ||
| Line 80: | Line 74: | ||
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| - | A single [[newline]] | + | A single newline |
| generally has no effect on the layout. | generally has no effect on the layout. | ||
| These can be used to separate | These can be used to separate | ||
| Line 167: | Line 161: | ||
| A manual newline starts a new paragraph. | A manual newline starts a new paragraph. | ||
| - | * This is primarily for displayed material, but is also used for discussion on [[Wikipedia:Talk page|Talk page]]s. | + | * This is primarily for displayed material, but is also used for discussion on [[HSCwiki:Talk page|Talk page]]s. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 201: | Line 195: | ||
| ** algorithm descriptions; | ** algorithm descriptions; | ||
| ** program source code; | ** program source code; | ||
| - | ** [[ASCII art]]; | + | ** ASCII art; |
| ** chemical structures; | ** chemical structures; | ||
| - | * '''WARNING''': If you make it wide, you [[page widening|force the whole page to be wide]] and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces. | + | * '''WARNING''': If you make it wide, you force the whole page to be wide and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 241: | Line 235: | ||
| |} | |} | ||
| - | === Links and URLs === | + | ==Links and URLs== |
| {| border="1" cellpadding="2" cellspacing="0" | {| border="1" cellpadding="2" cellspacing="0" | ||
| |- | |- | ||
| Line 248: | Line 242: | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | London has [[public transport]]. | + | Chemistry [[Chemistry:Summary Tables]] |
| - | * A link to another Wikipedia article. | + | * A link to another HSCwiki article. |
| * Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended). | * Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended). | ||
| - | * Thus the link above is to the [[URL]] www.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name "Public transport". See also [[Wikipedia:Canonicalization]]. | + | * Thus the link above is to the [[URL]] www.wikipedia.org/wiki/Public_transport, which is the HSCwiki article with the name "Public transport". |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| - | London has [[public transport]]. | + | Chemistry [[Chemistry:Summary Tables]]. |
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | San Francisco also has | + | Chemistry [[Chemistry:Summary Tables|Summary Tables]] |
| - | [[public transport|public transportation]]. | + | |
| * Same target, different name. | * Same target, different name. | ||
| - | * This is a [[piped link]]. | + | * This is a piped link. |
| * The "piped" text must be placed first, the text that will be displayed, second. | * The "piped" text must be placed first, the text that will be displayed, second. | ||
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| - | San Francisco also has | + | Chemistry [[Chemistry:Summary Tables|Summary Tables]] |
| - | [[public transport|public transportation]]. | + | |
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| Line 290: | Line 282: | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | See the [[Wikipedia:Manual of Style]]. | + | See the [[HSCwiki:Manual of Style]]. |
| - | * A link to another [[Wikipedia:namespace|namespace]]. | + | * A link to another [[HSCwiki:namespace|namespace]]. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| - | See the [[Wikipedia:Manual of Style]]. | + | See the [[HSCwiki:Manual of Style]]. |
| </nowiki></pre> | </nowiki></pre> | ||
| |- id="link-to-section" valign="top" | |- id="link-to-section" valign="top" | ||
| Line 329: | Line 321: | ||
| Automatically hide namespace: | Automatically hide namespace: | ||
| - | [[Wikipedia:Village Pump|Village Pump]]. | + | [[HSCwiki:Village Pump|Village Pump]]. |
| Or both: | Or both: | ||
| - | [[Wikipedia:Manual of Style (headings)|Manual of Style]] | + | [[HSCwiki:Manual of Style (headings)|Manual of Style]] |
| But not: | But not: | ||
| - | [[Wikipedia:Manual of Style#Links|]] | + | [[HSCwiki:Manual of Style#Links|]] |
| - | * The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When [[Wikipedia:Show preview|preview]]ing your edits, you will not see the expanded form until you press '''Save''' and '''Edit''' again. The same applies to links to sections within the same page ([[#link-to-section|see previous entry]]). | + | * The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When [[HSCwiki:Show preview|preview]]ing your edits, you will not see the expanded form until you press '''Save''' and '''Edit''' again. The same applies to links to sections within the same page ([[#link-to-section|see previous entry]]). |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 344: | Line 336: | ||
| Automatically hide namespace: | Automatically hide namespace: | ||
| - | [[Wikipedia:Village Pump|]]. | + | [[HSCwiki:Village Pump|]]. |
| Or both: | Or both: | ||
| - | [[Wikipedia:Manual of Style (headings)|]] | + | [[HSCwiki:Manual of Style (headings)|]] |
| But not: | But not: | ||
| - | [[Wikipedia:Manual of Style#Links|]] | + | [[HSCwiki:Manual of Style#Links|]] |
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | [[The weather in London]] is a page | + | [[This year's HSC questions and answers]] is a page |
| that does not exist yet. | that does not exist yet. | ||
| Line 362: | Line 354: | ||
| *# Save that page. | *# Save that page. | ||
| *# Click on the link you just made. The new page will open for editing. | *# Click on the link you just made. The new page will open for editing. | ||
| - | * For more information, see [[Wikipedia:How to start a page|How to start a page]] and check out Wikipedia's [[Wikipedia:Naming conventions|naming conventions]]. | + | * For more information, see [[HSCwiki:How to start a page|How to start a page]] and check out HSCwiki's [[HSCwiki:Naming conventions|naming conventions]]. |
| * Please do not create a new article without linking to it from at least one other article. | * Please do not create a new article without linking to it from at least one other article. | ||
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| - | [[The weather in London]] is a page | + | [[This year's HSC questions and answers]] is a page |
| that does not exist yet. | that does not exist yet. | ||
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | [[Wikipedia:How to edit a page]] is this page. | + | [[HSCwiki:Help:Syntax]] is this page. |
| - | * [[Self link]]s appear as bold text when the article is viewed. | + | * Self links appear as bold text when the article is viewed. |
| - | * Do not use this technique to make the article name bold in the first paragraph; see the [[Wikipedia:Manual of Style#Article titles|Manual of Style]]. | + | * Do not use this technique to make the article name bold in the first paragraph. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| - | [[Wikipedia:How to edit a page]] is this page. | + | [[HSCwiki:How to edit a page]] is this page. |
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| Line 384: | Line 376: | ||
| you should sign it by adding | you should sign it by adding | ||
| three tildes to add your user name: | three tildes to add your user name: | ||
| - | : [[User:Brockert|Ben Brockert]] | + | : [[User:Lazarus|James King]] |
| or four to add user name plus date/time: | or four to add user name plus date/time: | ||
| - | : [[User:Brockert|Ben Brockert]] 00:18, Nov 19, 2004 (UTC) | + | : [[User:Lazarus|James King]] 00:18, Nov 19, 2004 (UTC) |
| Five tildes gives the date/time alone: | Five tildes gives the date/time alone: | ||
| : 00:18, Nov 19, 2004 (UTC) | : 00:18, Nov 19, 2004 (UTC) | ||
| - | * The first two both provide a link to your [[Wikipedia:user page|user page]]. | + | * The first two both provide a link to your [[HSCwiki:user page|user page]]. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 401: | Line 393: | ||
| Five tildes gives the date/time alone: | Five tildes gives the date/time alone: | ||
| : ~~~~~ | : ~~~~~ | ||
| - | </nowiki></pre> | ||
| - | |- valign="top" | ||
| - | | | ||
| - | * [[Wikipedia:Redirect|Redirect]] one article title to another by placing a directive like the one shown to the right on the ''first'' line of the article (such as at a page titled "[[UN]]"). | ||
| - | * Note that, while it is possible to link to a section, it is not possible to redirect to a section. For example, "<nowiki>#REDIRECT [[United Nations#International_Years]]</nowiki>" will redirect to the [[United Nations]] page, but not to any particular section on it. This feature '''will not''' be implemented in the future, so such redirects should not be used. | ||
| - | | | ||
| - | <pre><nowiki> | ||
| - | #REDIRECT [[United Nations]] | ||
| - | </nowiki></pre> | ||
| - | |- valign="top" | ||
| - | | | ||
| - | * Link to a page on the same subject in another language by using a link of the form: <nowiki>[[language code:Title]]</nowiki>. | ||
| - | * It does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended. | ||
| - | |||
| - | * Please see [[Wikipedia:Interlanguage links]] and the [[meta:List of Wikipedias|list of languages and codes]]. | ||
| - | |||
| - | ::<code><nowiki>[[fr:Encyclopédie]]</nowiki></code> adds a french language link to the side menu for the article.<br> | ||
| - | ::<code><nowiki>[[:fr:Encyclopedia]]</nowiki></code> produces a link like this: [[:fr:Encyclopédie]]<br> | ||
| - | ::<code><nowiki>[[:fr:Encyclopedia|Read in french!]]</nowiki></code> produces a link like this: [[:fr:Encyclopédie|Read in french!]] | ||
| - | | | ||
| - | <pre><nowiki> | ||
| - | [[fr:Wikipédia:Aide]] | ||
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| Line 428: | Line 398: | ||
| '''What links here''' and '''Related changes''' | '''What links here''' and '''Related changes''' | ||
| pages can be linked as: | pages can be linked as: | ||
| - | [[Special:Whatlinkshere/Wikipedia:How to edit a page]] | + | [[Special:Whatlinkshere/HSCwiki:Help:Syntax]] |
| and | and | ||
| - | [[Special:Recentchangeslinked/Wikipedia:How to edit a page]] | + | [[Special:Recentchangeslinked/HSCwiki:Help:Syntax]] |
| | | | | ||
| Line 436: | Line 406: | ||
| '''What links here''' and '''Related changes''' | '''What links here''' and '''Related changes''' | ||
| pages can be linked as: | pages can be linked as: | ||
| - | [[Special:Whatlinkshere/Wikipedia:How to edit a page]] | + | [[Special:Whatlinkshere/HSCwiki:Help:Syntax]] |
| and | and | ||
| - | [[Special:Recentchangeslinked/Wikipedia:How to edit a page]] | + | [[Special:Recentchangeslinked/HSCwiki:Help:Syntax]] |
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| Line 455: | Line 425: | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | * To put an article in a [[Wikipedia:Category]], place a link like the one to the right anywhere in the article. As with interlanguage links, it does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended. | + | * To put an article in a [[HSCwiki:Category]], place a link like the one to the right anywhere in the article. As with interlanguage links, it does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 462: | Line 432: | ||
| |- valign="top" | |- valign="top" | ||
| | | | | ||
| - | * To ''link'' to a [[Wikipedia:Category]] page without putting the article into the category, use an initial colon (:) in the link. | + | * To ''link'' to a [[HSCwiki:Category]] page without putting the article into the category, use an initial colon (:) in the link. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 480: | Line 450: | ||
| * URLs must start with the protocol (eg. <nowiki>[http://www.nupedia.com], not [www.nupedia.com]</nowiki>) | * URLs must start with the protocol (eg. <nowiki>[http://www.nupedia.com], not [www.nupedia.com]</nowiki>) | ||
| * If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as '''%5E'''. | * If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as '''%5E'''. | ||
| - | * There is a class that can be used to remove the arrow image from the external link. It is used in [[Template:Ref]] to stop the URL from expanding during printing. It should '''never''' be used in the main body of an article. However, there is an exception: wikilinks in Image markup. An example of the markup is as follows: | ||
| - | ** Markup: <nowiki><span class="plainlinksneverexpand"> [http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]</span></nowiki> | ||
| - | ** Display: <span class="plainlinksneverexpand"> [http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj] </span> | ||
| - | * See [[Wikipedia:External links]] for style issues. | ||
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 495: | Line 461: | ||
| | | | | ||
| Linking to other wikis: | Linking to other wikis: | ||
| - | # [[Interwiki]] link: [[Wiktionary:Hello]] | + | # Interwiki link: [[Wiktionary:Hello]] |
| # Named interwiki link: [[Wiktionary:Hello|Hello]] | # Named interwiki link: [[Wiktionary:Hello|Hello]] | ||
| # Interwiki link without prefix: [[Wiktionary:Hello|Hello]] | # Interwiki link without prefix: [[Wiktionary:Hello|Hello]] | ||
| Line 502: | Line 468: | ||
| * Note that interwiki links use the ''internal'' link style. | * Note that interwiki links use the ''internal'' link style. | ||
| * See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#link-external|see above]]). | * See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#link-external|see above]]). | ||
| - | * See also [[Wikipedia:How to link to Wikimedia projects]]. | ||
| Linking to another language's wiktionary: | Linking to another language's wiktionary: | ||
| Line 513: | Line 478: | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Linking to other wikis: | Linking to other wikis: | ||
| - | # [[Interwiki]] link: [[Wiktionary:Hello]] | + | # Interwiki link: [[Wiktionary:Hello]] |
| # Named interwiki link: [[Wiktionary:Hello|Hello]] | # Named interwiki link: [[Wiktionary:Hello|Hello]] | ||
| # Interwiki link without prefix: [[Wiktionary:Hello|]] | # Interwiki link without prefix: [[Wiktionary:Hello|]] | ||
| Line 528: | Line 493: | ||
| ISBN 0-12-345678-X | ISBN 0-12-345678-X | ||
| - | * Link to books using their [[Wikipedia:ISBN|ISBN]]. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. | + | * Link to books using their [[HSCwiki:ISBN|ISBN]]. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. |
| * ISBN links do not need any extra markup, provided you use one of the indicated formats. | * ISBN links do not need any extra markup, provided you use one of the indicated formats. | ||
| | | | | ||
| Line 554: | Line 519: | ||
| # [[1969-07-20]] | # [[1969-07-20]] | ||
| - | </nowiki></pre> | ||
| - | |- valign="top" | ||
| - | | | ||
| - | [[media:Sg_mrob.ogg|Sound]] | ||
| - | |||
| - | *To include links to non-image uploads such as sounds, use a "media" link. For images, [[#Images|see next section]]. | ||
| - | |||
| - | Some uploaded sounds are listed at [[Wikipedia:Sound]]. | ||
| - | | | ||
| - | <pre><nowiki> | ||
| - | [[media:Sg_mrob.ogg|Sound]] | ||
| </nowiki></pre> | </nowiki></pre> | ||
| |} | |} | ||
| - | === Images === | + | ==Character formatting== |
| - | Only images that have been uploaded to Wikipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]]. | + | |
| - | + | ||
| - | {| border="1" cellpadding="2" cellspacing="0" | + | |
| - | |- | + | |
| - | ! What it looks like | + | |
| - | ! What you type | + | |
| - | |- valign="top" | + | |
| - | |A picture: | + | |
| - | [[Image:wiki.png]] | + | |
| - | |<pre>A picture: | + | |
| - | <nowiki>[[Image:wiki.png]]</nowiki></pre> | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | |- valign="top" | + | |
| - | |With alternative text: | + | |
| - | [[Image:wiki.png|jigsaw globe]] | + | |
| - | |<pre>With alternative text: | + | |
| - | <nowiki>[[Image:wiki.png|jigsaw globe]]</nowiki></pre> | + | |
| - | * Alternative text, used when a mouse hovers over the image or when the image is not loaded in a text-only browser, or when spoken aloud, is '''strongly''' encouraged. See [[Wikipedia:Alternate text for images|Alternate text for images]] for help on choosing it. | + | |
| - | + | ||
| - | + | ||
| - | |- valign="top" | + | |
| - | |Floating to the right side of the page and with a caption: | + | |
| - | [[Image:wiki.png|frame|Wikipedia Encyclopedia]]<br clear=all> | + | |
| - | |<pre>Floating to the right side of the page and with a caption: | + | |
| - | <nowiki>[[Image:wiki.png|frame|Wikipedia Encyclopedia]]</nowiki></pre> | + | |
| - | * The frame tag automatically floats the image right. | + | |
| - | * The caption is also used as alternate text. | + | |
| - | * to cancel a float at a certain text point, see [[Wikipedia:Picture_tutorial#Forcing a break|Forcing a break]], | + | |
| - | + | ||
| - | + | ||
| - | |- valign="top" | + | |
| - | |Floating to the right side of the page ''without'' a caption: | + | |
| - | [[Image:wiki.png|right|Wikipedia Encyclopedia]] | + | |
| - | |<pre>Floating to the right side of the page ''without'' a caption: | + | |
| - | <nowiki>[[Image:wiki.png|right|Wikipedia Encyclopedia]]</nowiki></pre> | + | |
| - | * The help topic on [[En:Wikipedia:Extended image syntax|Extended image syntax]] explains more options. | + | |
| - | + | ||
| - | + | ||
| - | |- valign="top" | + | |
| - | |Linking directly to the description page of an image: | + | |
| - | [[:Image:wiki.png]] | + | |
| - | |<pre>Linking directly to the description page of an image: | + | |
| - | <nowiki>[[:Image:wiki.png]]</nowiki></pre> | + | |
| - | * Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page | + | |
| - | + | ||
| - | |- valign="top" | + | |
| - | |Linking directly to an image without displaying it: | + | |
| - | [[media:wiki.png|Image of the jigsaw globe logo]] | + | |
| - | |<pre>Linking directly to an image without displaying it: | + | |
| - | <nowiki>[[media:wiki.png|Image of the jigsaw globe logo]]</nowiki></pre> | + | |
| - | * To include links to images shown as links instead of drawn on the page, use a "media" link. | + | |
| - | + | ||
| - | |} | + | |
| - | + | ||
| - | See the Wikipedia's [[Wikipedia:Image use policy|image use policy]] as a guideline used on Wikipedia. | + | |
| - | + | ||
| - | For further help on images, including some more versatile abilities, see the topic on [[En:Wikipedia:Extended image syntax|Extended image syntax]]. | + | |
| - | + | ||
| - | === Character formatting === | + | |
| {| border="1" cellpadding="2" cellspacing="0" | {| border="1" cellpadding="2" cellspacing="0" | ||
| |- valign="top" | |- valign="top" | ||
| Line 651: | Line 544: | ||
| '''x''' = 0 | '''x''' = 0 | ||
| - | Ordinary text should use [[#emph|wiki markup for emphasis]], and should not use <code><i></code> or <code><b></code>. However, mathematical formulas often use italics, and sometimes use bold, for reasons unrelated to emphasis. Complex formulas should use [[Help:Formula|<code><math></code> markup]], and simple formulas may use <code><math></code>; or <code><i></code> and <code><b></code>; or <code><nowiki>''</nowiki></code> and <code><nowiki>'''</nowiki></code>. According to [[Wikipedia:WikiProject Mathematics#Italicization and bolding|WikiProject Mathematics]], wiki markup is preferred over HTML markup like <code><i></code> and <code><b></code>. | + | You should not use <code><i></code> or <code><b></code> for emphasis. |
| | | | | ||
| <pre><nowiki> | <pre><nowiki> | ||
| Line 687: | Line 580: | ||
| rather than visual markup. | rather than visual markup. | ||
| - | * When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way. | + | * When editing regular HSCwiki articles, just make your changes and do not mark them up in any special way. |
| * When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material. | * When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material. | ||
| | | | | ||
| Line 718: | Line 611: | ||
| û ü ÿ | û ü ÿ | ||
| - | * See [[meta:Help:Special characters|special characters]]. | ||
| | | | | ||
| <br/> | <br/> | ||
| Line 785: | Line 677: | ||
| C² / J m. | C² / J m. | ||
| - | 1 [[hectare]] = [[1 E4 m²]] | + | 1 hectare = 1 E4 m² |
| | | | | ||
| <br/> | <br/> | ||
| Line 840: | Line 732: | ||
| ¬ ∧ ∨ ∃ ∀ ⇒ ⇔<br/> | ¬ ∧ ∨ ∃ ∀ ⇒ ⇔<br/> | ||
| → ↔<br/> | → ↔<br/> | ||
| - | * See also [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]]. | ||
| | | | | ||
| <br/> | <br/> | ||
| Line 879: | Line 770: | ||
| '''Suppressing interpretation of markup:''' | '''Suppressing interpretation of markup:''' | ||
| <br/> | <br/> | ||
| - | <nowiki>Link → (''to'') the [[Wikipedia FAQ]]</nowiki> | + | <nowiki>Link → (''to'') the [[HSCwiki FAQ]]</nowiki> |
| * Used to show literal data that would otherwise have special meaning. | * Used to show literal data that would otherwise have special meaning. | ||
| * Escape all wiki markup, including that which looks like HTML tags. | * Escape all wiki markup, including that which looks like HTML tags. | ||
| Line 888: | Line 779: | ||
| <pre><nowiki> | <pre><nowiki> | ||
| <nowiki>Link &rarr; (''to'') | <nowiki>Link &rarr; (''to'') | ||
| - | the [[Wikipedia FAQ]]</nowiki> | + | the [[HSCwiki FAQ]]</nowiki> |
| </nowiki></pre> | </nowiki></pre> | ||
| |- valign="top" | |- valign="top" | ||
| Line 896: | Line 787: | ||
| ''not shown when viewing page'' | ''not shown when viewing page'' | ||
| * Used to leave comments in a page for future editors. | * Used to leave comments in a page for future editors. | ||
| - | * Note that most comments should go on the appropriate [[Wikipedia:Talk page|Talk page]]. | + | * Note that most comments should go on the appropriate [[HSCwiki:Talk page|Talk page]]. |
| | | | | ||
| <br/> | <br/> | ||
| Line 903: | Line 794: | ||
| </nowiki></pre> | </nowiki></pre> | ||
| |} | |} | ||
| - | ''(see also: [[Chess symbols in Unicode]])'' | ||
| - | |||
| - | ===Table of contents=== | ||
| - | <!-- ==== Placement of the Table of Contents (TOC) ==== --> | ||
| - | At the current status of the wiki markup language, having at least four headers on a page triggers the TOC to appear in front of the first header (or after introductory sections). Putting <nowiki>__TOC__</nowiki> anywhere forces the TOC to appear at that point (instead of just before the first header). Putting <nowiki>__NOTOC__</nowiki> anywhere forces the TOC to disappear. See also [[Wikipedia:Section#Compact_TOC|compact TOC]] for alphabet and year headings. | ||
| - | <!-- | ||
| - | THE TEXT BELOW IS COMMENTED OUT SINCE THE DESCRIBED TECHNIQUE | ||
| - | DOESN'T WORK AFTER UPGRADING TO MEDIAWIKI 1.5 | ||
| - | |||
| - | ==== Keeping headings out of the Table of Contents ==== | ||
| - | |||
| - | If you want some subheadings to not appear in the Table of Contents, then make the following replacements. | ||
| - | |||
| - | Replace <nowiki> == Header 2 == with <h2> Header 2 </h2> </nowiki> | ||
| - | |||
| - | Replace <nowiki> === Header 3 === with <h3> Header 3 </h3> </nowiki> | ||
| - | |||
| - | And so forth. | ||
| - | |||
| - | For example, notice that the following header has the same font as the other subheaders to this "Tables" section, but the following header does not appear in the Table of Contents for this page. | ||
| - | |||
| - | <h4> This header has the h4 font, but is NOT in the Table of Contents (actually, it is)</h4> | ||
| - | |||
| - | This effect is obtained by the following line of code. | ||
| - | |||
| - | <code><nowiki><h4> This header has the h4 font, but is NOT in the Table of Contents </h4></nowiki></code> | ||
| - | |||
| - | Note that when editing by section, this approach places the text between the tags in the subsequent section, not the previous section. To edit this text, click the edit link next to "Tables", not the one above. | ||
| - | --> | ||
| - | |||
| - | === Tables === | ||
| - | There are two ways to build tables: | ||
| - | *in special Wiki-markup (see [[Help:Table]]) | ||
| - | *with the usual HTML elements: <table>, <tr>, <td> or <th>. | ||
| - | |||
| - | For the latter, and a discussion on when tables are appropriate, see [[Wikipedia:How to use tables]]. | ||
| - | |||
| - | ===Variables=== | ||
| - | |||
| - | ''(See also [[Help:Variable]])'' | ||
| - | {| | ||
| - | |- | ||
| - | ! Code | ||
| - | ! Effect | ||
| - | |- | ||
| - | | <nowiki>{{CURRENTMONTH}}</nowiki> || {{CURRENTMONTH}} | ||
| - | |- | ||
| - | | <nowiki>{{CURRENTMONTHNAME}}</nowiki> | ||
| - | | {{CURRENTMONTHNAME}} | ||
| - | |- | ||
| - | | <nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki> | ||
| - | | {{CURRENTMONTHNAMEGEN}} | ||
| - | |- | ||
| - | | <nowiki>{{CURRENTDAY}}</nowiki> || {{CURRENTDAY}} | ||
| - | |- | ||
| - | | <nowiki>{{CURRENTDAYNAME}}</nowiki> || {{CURRENTDAYNAME}} | ||
| - | |- | ||
| - | | <nowiki>{{CURRENTYEAR}}</nowiki> || {{CURRENTYEAR}} | ||
| - | |- | ||
| - | | <nowiki>{{CURRENTTIME}}</nowiki> || {{CURRENTTIME}} | ||
| - | |- | ||
| - | | <nowiki>{{NUMBEROFARTICLES}}</nowiki> | ||
| - | | {{NUMBEROFARTICLES}} | ||
| - | |- | ||
| - | | <nowiki>{{PAGENAME}}</nowiki> || {{PAGENAME}} | ||
| - | |- | ||
| - | | <nowiki>{{NAMESPACE}}</nowiki> || {{NAMESPACE}} | ||
| - | |- | ||
| - | | <nowiki>{{REVISIONID}}</nowiki> || {{REVISIONID}} | ||
| - | |- | ||
| - | | <nowiki>{{localurl:pagename}}</nowiki> | ||
| - | | {{localurl:pagename}} | ||
| - | |- | ||
| - | | <nowiki>{{localurl:</nowiki>''Wikipedia:Sandbox''<nowiki>|action=edit}}</nowiki> | ||
| - | | {{localurl:Wikipedia:Sandbox|action=edit}} | ||
| - | |- | ||
| - | | <nowiki>{{SERVER}}</nowiki> || {{SERVER}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:1}}</nowiki> || {{ns:1}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:2}}</nowiki> || {{ns:2}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:3}}</nowiki> || {{ns:3}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:4}}</nowiki> || {{ns:4}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:5}}</nowiki> || {{ns:5}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:6}}</nowiki> || {{ns:6}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:7}}</nowiki> || {{ns:7}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:8}}</nowiki> || {{ns:8}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:9}}</nowiki> || {{ns:9}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:10}}</nowiki> || {{ns:10}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:11}}</nowiki> || {{ns:11}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:12}}</nowiki> || {{ns:12}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:13}}</nowiki> || {{ns:13}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:14}}</nowiki> || {{ns:14}} | ||
| - | |- | ||
| - | | <nowiki>{{ns:15}}</nowiki> || {{ns:15}} | ||
| - | |- | ||
| - | | <nowiki>{{SITENAME}}</nowiki> || {{SITENAME}} | ||
| - | |} | ||
| - | |||
| - | '''NUMBEROFARTICLES''' is the number of pages in the main namespace which contain a link and are not a redirect--in other words, it is the number of articles, stubs containing a link, and disambiguation pages. | ||
| - | |||
| - | '''CURRENTMONTHNAMEGEN''' is the genitive (possessive) grammatical form of the month name, as used in some languages; '''CURRENTMONTHNAME''' is the nominative (subject) form, as usually seen in English. | ||
| - | |||
| - | In languages where it makes a difference, you can use constructs like <nowiki>{{grammar:case|word}}</nowiki> to convert a word from the nominative case to some other case. For example, <nowiki>{{grammar:genitive|{{CURRENTMONTHNAME}}}}</nowiki> means the same as <nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki>. <!-- Is there a reference for this, other than the source code (for example, phase3/languages/Lnaguage*.php) ? --> | ||
| - | |||
| - | ===Templates=== | ||
| - | |||
| - | The [[Wikipedia:MediaWiki|MediaWiki]] software used by Wikipedia has support for templates. This means standardized text chunks (such as [[Wikipedia:Template messages|boilerplate]] text) can be inserted into articles. For example, typing <nowiki>{{stub}}</nowiki> will appear as "''This article is a [[Wikipedia:Stub|stub]]. You can help Wikipedia by [[Wikipedia:Stub|expanding it]].''" when the page is saved. See [[Wikipedia:Template messages]] for the complete list. Other commonly used templates are: <nowiki>{{disambig}}</nowiki> for disambiguation pages, <nowiki>{{spoiler}}</nowiki> for spoiler warnings and <nowiki>{{sectstub}}</nowiki> like an article stub but for a section. There are many subject-specific stubs for example: <nowiki> {{Geo-stub}}, {{Hist-stub}}, and {{Linux-stub}}</nowiki>. For a complete list of stubs see [[WP:WSS/ST]]. | ||
| - | |||
| - | ===Hiding the edit links=== | ||
| - | |||
| - | Insert '''<nowiki>__NOEDITSECTION__</nowiki>''' into the document to suppress the edit links that appear next to every section header. | ||
Current revision
Contents |
Wiki markup
The wiki markup is the syntax system you can use to format a Biki page.
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.
You may want to keep this page open in a separate browser window for reference, or take a screen-shot of it. If you want to try out things without danger of doing any harm, you can do so in the Sandbox. Try opening the Sandbox in a separate window or tab and keeping this page open for reference.
| What it looks like | What you type |
|---|---|
|
Start your sections as follows: New section Subsection Sub-subsection
|
== New section == === Subsection === ==== Sub-subsection ==== ===== Sub-sub-subsection ===== |
|
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function diff (used internally to compare different versions of a page). But an empty line starts a new paragraph.
|
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function ''diff'' (used internally to compare different versions of a page). But an empty line starts a new paragraph. |
|
You can break lines
|
You can break lines<br/> without starting a new paragraph. |
marks the end of a list item.
|
* It's easy to create a list: ** Start every line with a star. *** More stars means deeper levels. **** A newline in a list marks the end of a list item. * An empty line starts a new list. |
|
# Numbered lists are also good ## very organized ## easy to follow ### easier still |
|
* You can even create mixed lists *# and nest them *#* like this |
|
; Definition list : list of definitions ; item : the item's definition ; another item : the other item's definition |
A manual newline starts a new paragraph.
|
: A colon indents a line or paragraph. A manual newline starts a new paragraph. |
|
When there is a need for separating a block of text the blockquote command will indent both margins when needed instead of the left margin only as the colon does. This is useful for (as the name says) inserting blocks of quoted (and cited) text. |
<blockquote> The '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does. </blockquote> |
IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines will not wrap; ENDIF
|
IF a line starts with a space THEN
it will be formatted exactly
as typed;
in a fixed-width font;
lines will not wrap;
ENDIF
|
|
Centered text.
|
<center>Centered text.</center> |
|
A horizontal dividing line: this is above it... ...and this is below it.
|
A [[horizontal dividing line]]: this is above it ---- and this is below it. |
Links and URLs
| What it looks like | What you type |
|---|---|
|
Chemistry Chemistry:Summary Tables
|
Chemistry [[Chemistry:Summary Tables]]. |
|
Chemistry Summary Tables
|
Chemistry [[Chemistry:Summary Tables|Summary Tables]] |
|
San Francisco also has public transportation. Examples include buses, taxis, and streetcars.
|
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxi]]s, and [[streetcar]]s. |
|
See the HSCwiki:Manual of Style.
|
See the [[HSCwiki:Manual of Style]]. |
|
Economics#See also is a link to a section within another page. #Links and URLs is a link to a section on the current page. #example is a link to an anchor that was created using an id attribute
|
[[Economics#See also]] is a link to a section within another page. [[#Links and URLs]] is a link to a section on the current page. [[#example]] is a link to an anchor that was created using <div id="example">an id attribute</div> |
|
Automatically hide stuff in parentheses: kingdom. Automatically hide namespace: Village Pump. Or both: Manual of Style But not: [[HSCwiki:Manual of Style#Links|]]
|
Automatically hide stuff in parentheses: [[kingdom (biology)|]]. Automatically hide namespace: [[HSCwiki:Village Pump|]]. Or both: [[HSCwiki:Manual of Style (headings)|]] But not: [[HSCwiki:Manual of Style#Links|]] |
|
This year's HSC questions and answers is a page that does not exist yet.
|
[[This year's HSC questions and answers]] is a page that does not exist yet. |
|
HSCwiki:Help:Syntax is this page.
|
[[HSCwiki:How to edit a page]] is this page. |
|
When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name: or four to add user name plus date/time:
Five tildes gives the date/time alone:
|
When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name: : ~~~ or four for user name plus date/time: : ~~~~ Five tildes gives the date/time alone: : ~~~~~ |
|
What links here and Related changes pages can be linked as: Special:Whatlinkshere/HSCwiki:Help:Syntax and Special:Recentchangeslinked/HSCwiki:Help:Syntax |
'''What links here''' and '''Related changes''' pages can be linked as: [[Special:Whatlinkshere/HSCwiki:Help:Syntax]] and [[Special:Recentchangeslinked/HSCwiki:Help:Syntax]] |
|
A user's Contributions page can be linked as: Special:Contributions/UserName or Special:Contributions/192.0.2.0 |
A user's '''Contributions''' page can be linked as: [[Special:Contributions/UserName]] or [[Special:Contributions/192.0.2.0]] |
|
[[Category:Character sets]] |
|
[[:Category:Character sets]] |
|
Three ways to link to external (non-wiki) sources:
|
Three ways to link to external (non-wiki) sources:
# Bare URL: http://www.nupedia.com/ (bad style)
# Unnamed link: [http://www.nupedia.com/]
(only used within article body for footnotes)
# Named link: [http://www.nupedia.com Nupedia]
|
|
Linking to other wikis:
Linking to another language's wiktionary:
|
Linking to other wikis: # Interwiki link: [[Wiktionary:Hello]] # Named interwiki link: [[Wiktionary:Hello|Hello]] # Interwiki link without prefix: [[Wiktionary:Hello|]] Linking to another language's wiktionary: # [[Wiktionary:fr:bonjour]] # [[Wiktionary:fr:bonjour|bonjour]] # [[Wiktionary:fr:bonjour|]] |
|
ISBN 012345678X ISBN 0-12-345678-X |
|
Date formats:
|
Date formats: # [[July 20]], [[1969]] # [[20 July]] [[1969]] # [[1969]]-[[07-20]] # [[1969-07-20]] |
Character formatting
| What it looks like | What you type |
|---|---|
|
Emphasize, strongly, very strongly.
|
''Emphasize'', '''strongly''', '''''very strongly'''''. |
|
sinx + lny
You should not use |
<math>\sin x + \ln y</math>
sin''x'' + ln''y''
<math>\mathbf{x} = 0</math>
'''x''' = 0
|
|
A typewriter font for monospace text
or for computer code:
|
A typewriter font for <tt>monospace text</tt> or for computer code: <code>int main()</code> |
|
You can use small text for captions. |
You can use <small>small text</small> for captions. |
|
You can You can also mark
|
You can <s>strike out deleted material</s> and <u>underline new material</u>. You can also mark <del>deleted material</del> and <ins>inserted material</ins> using logical markup rather than visual markup. |
|
Diacritical marks:
|
À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü ß à á â ã ä å æ ç è é ê ë ì í î ï ñ ò ó ô œ õ ö ø ù ú û ü ÿ |
|
Punctuation:
|
¿ ¡ § ¶ † ‡ • – — ‹ › « » ‘ ’ “ ” |
|
Commercial symbols:
|
™ © ® ¢ € ¥ £ ¤ |
|
Subscripts:
Superscripts:
ε0 = 8.85 × 10−12 C² / J m. 1 hectare = 1 E4 m² |
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or <br/> x₀ x₁ x₂ x₃ x₄ <br/> x₅ x₆ x₇ x₈ x₉ x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or <br/> x⁰ x¹ x² x³ x⁴ <br/> x⁵ x⁶ x⁷ x⁸ x⁹ ε<sub>0</sub> = 8.85 × 10<sup>−12</sup> C² / J m. 1 [[hectare]] = [[1 E4 m²]] |
|
Greek characters:
|
α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ ς τ υ φ χ ψ ω Γ Δ Θ Λ Ξ Π Σ Φ Ψ Ω |
|
Mathematical characters:
|
∫ ∑ ∏ √ − ± ∞ ≈ ∝ ≡ ≠ ≤ ≥ × · ÷ ∂ ′ ″ ∇ ‰ ° ∴ ℵ ø ∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇ ¬ ∧ ∨ ∃ ∀ ⇒ ⇔ → ↔ |
|
Spacing in simple math formulas:
|
Obviously, ''x''² ≥ 0 is true. |
|
Complicated formulas:
|
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
|
|
Suppressing interpretation of markup:
|
<nowiki>Link → (''to'')
the [[HSCwiki FAQ]]</nowiki>
|
|
Commenting page source:
|
<!-- comment here --> |


