Wiki Markup Language
   HOME

TheInfoList



OR:

The markup language called wikitext, also known as wiki markup or wikicode, consists of the syntax and keywords used by the
MediaWiki MediaWiki is free and open-source wiki software originally developed by Magnus Manske for use on Wikipedia on January 25, 2002, and further improved by Lee Daniel Crocker,mailarchive:wikipedia-l/2001-August/000382.html, Magnus Manske's announc ...
software to format a page. (Note the lowercase spelling of these terms.) To learn how to see this hypertext markup, and to save an edit, see Help:Editing. Generally, coding can be copied and pasted, without writing new code. There is a short list of markup and tips at Help:Cheatsheet. In addition to wikitext, some
HTML element An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others). The first used version of HTML was written by Tim Berners-Lee in 199 ...
s are also allowed for presentation formatting. See Help:HTML in wikitext for information on this.


Layout


Sections

Article sections in a page will follow that page's
lead Lead () is a chemical element; it has Chemical symbol, symbol Pb (from Latin ) and atomic number 82. It is a Heavy metal (elements), heavy metal that is density, denser than most common materials. Lead is Mohs scale, soft and Ductility, malleabl ...
or introduction and, if there are four or more, the
table of contents A table of contents (or simply contents, abbreviated as TOC), is a list usually part of the Book design#Front matter, front matter preceding the main text of a book or other written work containing the titles of the text's sections, sometimes with ...
.


Section headings

The = through

markup are headings for the sections with which they are associated. * A single = is styled as the article title and should not be used within an article. * Headings are styled through CSS and add an dit/code> link. See this section for the relevant CSS. * Four or more headings cause a table of contents to be generated automatically. * Do not use any markup after the final heading markup – this will either break the heading, or will cause the heading to not be included in an edit summary. Templates: for use in documentation.


Horizontal rule

The horizontal rule represents a paragraph-level thematic break. Do not use in article content, as rules are used only after main sections, and this is automatic. The four hyphens must appear at the beginning of a line. The HTML equivalent is , which can be indented if required. (---- always starts at the left margin.) The template produces a similar rule but allows the thickness to be specified.


Table of contents

When a page has at least four headings, a table of contents (TOC) will automatically appear after the lead and before the first heading. The TOC can be controlled by magic words or templates: * __FORCETOC__ forces the TOC to appear at the normal location regardless of the number of headings. * __TOC__ forces the TOC to appear at the point where the magic word is inserted instead of the normal location. * __NOTOC__ disables the TOC entirely. * template can be used to control the depth of subsections included in the TOC. This is useful where the TOC is long and unwieldy. * :Wikipedia table of contents templates contains a number of specialized TOC templates.


Line breaks

Line breaks or newlines are used to add whitespace between lines, such as separating paragraphs. * A line break that is visible in the content is inserted by pressing twice. * Pressing once will place a line break in the markup, but it will not show in the rendered content, except when using list markup. * Markup such as bold or italics will be terminated at a line break. * Blank lines within indented wikitext should not be added due to accessibility issues. HTML equivalent: or can be used to break line layout. Templates for line breaks: * can add multiple line breaks. * and adds a break with styling, to clear floating elements. Often used to prevent text from flowing next to unrelated tables or images. Unbulleted list: * and both create an unbulleted list.


Indent text

Indentation is most commonly used on talk pages. Templates: ,


Blockquote

When there is a need for separating a block of text. This is useful for (as the name says) inserting blocks of quoted (and cited) text. This uses an HTML tag; template results in the same render.


Center text

Template uses the same markup. To center a table, see Help:Table#Centering tables. Please do not use tags, as it is obsolete.


Align text to right

You can align content in a separate container: Or; make the text float around it:


Lists

Do not leave blank lines between items in a list unless there is a reason to do so, since this causes the MediaWiki software to interpret each item as beginning a new list.


Unordered lists


Ordered lists


Description lists

To list terms and definitions, start a new line with a semicolon (;) followed by the term. Then, type a colon (:) followed by a definition. The format can also be used for other purposes, such as make and models of vehicles, etc. ''Description lists'' (formerly ''definition lists'', and a.k.a. ''association lists'') consist of group names corresponding to values. Group names (terms) are in bold. Values (definitions) are indented. Each group must include one or more definitions. For a single or first value, the : can be placed on the same line after ; – but subsequent values must be placed on separate lines. HTML equivalent: , Templates:


Retaining newlines and spaces

The MediaWiki software suppresses single newlines and converts lines starting with a space to preformatted text in a dashed box. HTML suppresses multiple spaces. It is often desirable to retain these elements for poems, lyrics, mottoes, oaths and the like. The
Poem Poetry (from the Greek language, Greek word ''poiesis'', "making") is a form of literature, literary art that uses aesthetics, aesthetic and often rhythmic qualities of language to evoke meaning (linguistics), meanings in addition to, or in ...
extension adds HTML-like tags to maintain newlines and spaces. These tags may be used inside other tags such as ; the template provides a convenient shorthand. CSS styles may be applied to this tag, e.g.: . Poems and their translation can be presented side by side, and the language can be indicated with lang="xx". Following the last side-by-side block, must be used to cancel "float:left;" and to re-establish normal flow. Note that this method does not require a table and its columns to achieve the side-by-side presentation. Markup Frère Jacques, frère Jacques, Dormez-vous? Dormez-vous? Sonnez les matines! Sonnez les matines! Ding, dang, dong. Ding, dang, dong. Are you sleeping? Are you sleeping? Brother John, Brother John, Morning bells are ringing! Morning bells are ringing! Ding, dang, dong. Ding, dang, dong. Renders as Frère Jacques, frère Jacques, Dormez-vous? Dormez-vous? Sonnez les matines! Sonnez les matines! Ding, dang, dong. Ding, dang, dong. Are you sleeping? Are you sleeping? Brother John, Brother John, Morning bells are ringing! Morning bells are ringing! Ding, dang, dong. Ding, dang, dong.


Format


Text formatting


Special characters

Special characters can often be displayed using numeric character references or character entity references. See
Character encodings in HTML While Hypertext Markup Language (HTML) has been in use since 1991, HTML 4.0 from December 1997 was the first standardized version where international characters were given reasonably complete treatment. When an HTML document includes special c ...
for more information. For example, À and À both render À (A-
grave A grave is a location where a cadaver, dead body (typically that of a human, although sometimes that of an animal) is burial, buried or interred after a funeral. Graves are usually located in special areas set aside for the purpose of buria ...
).
Percent-encoding URL encoding, officially known as percent-encoding, is a method to binary-to-text encoding, encode arbitrary data in a uniform resource identifier (URI) using only the ASCII, US-ASCII characters legal within a URI. Although it is known as ''URL en ...
can't be used, as it works only in
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
s.


Diacritical marks

Diacritic A diacritic (also diacritical mark, diacritical point, diacritical sign, or accent) is a glyph added to a letter or to a basic glyph. The term derives from the Ancient Greek (, "distinguishing"), from (, "to distinguish"). The word ''diacrit ...
marks, using character entity references.


Punctuation special characters

Using character entity references.


Escaping punctuation characters

The , , and markup tags are also available, for writing " , "", " for example. These tags prevent these characters from being recognised as wiki markup, which is a possibility in some circumstances.


Commercial symbols

Using character entity references.


Greek characters

Using character entity references.


Egyptian hieroglyphs

WikiHiero is a software extension that renders
Egyptian hieroglyphs Ancient Egyptian hieroglyphs ( ) were the formal writing system used in Ancient Egypt for writing the Egyptian language. Hieroglyphs combined Ideogram, ideographic, logographic, syllabic and alphabetic elements, with more than 1,000 distinct char ...
as PNG images using HTML-like tags. Example:


Subscripts and superscripts

* The
Manual of Style A style guide is a set of standards for the writing, Typesetting, formatting, and design of documents. A book-length style guide is often called a style manual or a manual of style. A short style guide, typically ranging from several to severa ...
prefers the and formats, for example x. So this should be used under most circumstances. * The latter methods of sub/superscripting cannot be used in the most general context, as they rely on
Unicode Unicode or ''The Unicode Standard'' or TUS is a character encoding standard maintained by the Unicode Consortium designed to support the use of text in all of the world's writing systems that can be digitized. Version 16.0 defines 154,998 Char ...
support that may not be present on all users' machines.


Characters in the Private Use Area, and invisible formatting characters

Invisible and PUA (Private Use Areas) characters should be avoided where possible. When needed, they should both be replaced with their (hexa)decimal code values (as "&#(x)...;"). This renders invisible characters visible, for manual editing, and allows AWB to process pages with PUA characters. The latter should also be tagged with the template for tracking and future maintenance.


Mathematical characters and formulae


Mathematical characters

* See also Wikipedia:Mathematical symbols, WikiProject Mathematics and
TeX Tex, TeX, TEX, may refer to: People and fictional characters * Tex (nickname), a list of people and fictional characters with the nickname * Tex Earnhardt (1930–2020), U.S. businessman * Joe Tex (1933–1982), stage name of American soul singer ...
.


Mathematical formulae

* Formulae that include mathematical letters, like , and operators like × should not use the plain letter x. See math font formatting. For a comprehensive set of symbols, and comparison between tags and the template see section ''TeX vs HTML''. * The tag typesets using LaTeX markup, which may render as an image or as HTML, depending on environmental settings. The tag is best for the complex formula on its own line in an image format. If you use this tag to put a formula in the line with text, put it in the template. * The template uses HTML, and will size-match a serif font, and will also prevent line-wrap. All templates are sensitive to the = sign, so remember to replace = with in template input, or start the input with 1=. Use wiki markup '' and inside the template, as well as other
HTML entities In SGML, HTML and XML documents, the logical constructs known as ''character data'' and ''attribute values'' consist of sequences of characters, in which each character can manifest directly (representing itself), or can be represented by a series ...
. The template is best for typeset formulas in line with the text.


Spacing in simple math formulae

* Using   to prevent line break is not needed; the template will prevent line breaks anyway; you can use if you need an explicit line break inside a formula.


Complicated formulae

* See Help:Displaying a formula for how to use . * A formula displayed on a line by itself should be indented using Indenting by using the colon (:) character (i.e. using : instead of ) is discouraged for accessibility reasons.


Links and URLs


Wikilinks

Wikilinks are used in wikitext markup to produce
internal link An internal link is a type of hyperlink on a web page to another page or resource, such as an image or document, on the same website or domain. It is the opposite of an external link, a link that directs a user to content that is outside its d ...
s between pages. You create wikilinks by putting double square brackets around text designating the title of the page you want to link to. Thus,
Texas Texas ( , ; or ) is the most populous U.S. state, state in the South Central United States, South Central region of the United States. It borders Louisiana to the east, Arkansas to the northeast, Oklahoma to the north, New Mexico to the we ...
will be rendered as
Texas Texas ( , ; or ) is the most populous U.S. state, state in the South Central United States, South Central region of the United States. It borders Louisiana to the east, Arkansas to the northeast, Oklahoma to the north, New Mexico to the we ...
. Optionally, you can use a
vertical bar The vertical bar, , is a glyph with various uses in mathematics, computing, and typography. It has many names, often related to particular meanings: Sheffer stroke (in logic), pipe, bar, or (literally, the word "or"), vbar, and others. Usage ...
(, ) to customize the link title. For example, typing Lone Star State will produce Lone Star State, a link that is displayed as "Lone Star State" but in fact links to
Texas Texas ( , ; or ) is the most populous U.S. state, state in the South Central United States, South Central region of the United States. It borders Louisiana to the east, Arkansas to the northeast, Oklahoma to the north, New Mexico to the we ...
.


Link to another wiki 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). * Thus the link hereafter is to the Web address en.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name "Public transport". See also
Canonicalization In computer science, canonicalization (sometimes standardization or Normalization (statistics), normalization) is a process for converting data that has more than one possible representation into a "standard", "normal", or canonical form. This ...
. * A red link is a page that doesn't exist yet; it can be created by clicking on the link. * A link to its own page will appear only as bold text.


Renamed link

* Same target, different name. * The target ("piped") text must be placed first, then the text to be displayed second.


Automatically rename links

* Simply typing the pipe character , after a link will automatically rename the link in certain circumstances. The next time you open the edit box you will see the expanded piped link. When previewing 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. * See
Pipe trick Pipe(s), PIPE(S) or piping may refer to: Objects * Pipe (fluid conveyance), a hollow cylinder following certain dimension rules ** Piping, the use of pipes in industry * Smoking pipe ** Tobacco pipe * Half-pipe and quarter pipe, semi-circular ...
for details.


Blend link

* Endings are blended into the link. ** ''Exception'': a trailing
apostrophe The apostrophe (, ) is a punctuation mark, and sometimes a diacritical mark, in languages that use the Latin alphabet and some other alphabets. In English, the apostrophe is used for two basic purposes: * The marking of the omission of one o ...
(') and any characters following the apostrophe are ''not'' blended. * Preferred style is to use this instead of a piped link, if possible. * Blending can be suppressed by using the tag, which may be desirable in some instances.


Link to a section of a page

* The part after the hash sign (#) must match a section heading on the page. Matches must be exact in terms of spelling, case, and punctuation. Links to non-existent sections are not broken; they are treated as links to the beginning of the page. * Include ", link title" to create a stylish ( piped) link title. * If sections have the same title, add a number to link to any but the first. #Example section 3 goes to the third section named "Example section". You can use the pipe and retype the section title to display the text without the # symbol.


Create a page link

* To create a new page: *# Create a link to it on some other (related) page. *# Save that page. *# Click on the link you just made. The new page will open for editing. * For more information, see starting an article and check out Wikipedia's
naming conventions A naming convention is a convention (norm), convention (generally agreed scheme) for naming things. Conventions differ in their intents, which may include to: * Allow useful information to be deduced from the names based on regularities. For ins ...
. * Please do not create a new article without linking to it from at least one other article.


Redirects

*
Redirect Redirect and its variants (e.g., redirection) may refer to: Arts, entertainment, and media * Redirect (album), ''Redirect'' (album), 2012 Christian metal album and its title track by Your Memorial * Redirected (film), ''Redirected'' (film), a 20 ...
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 " US"). * It is possible to redirect to a section. For example, a redirect to United States#History will redirect to the History section of the
United States The United States of America (USA), also known as the United States (U.S.) or America, is a country primarily located in North America. It is a federal republic of 50 U.S. state, states and a federal capital district, Washington, D.C. The 48 ...
page, if it exists.


Link to another

namespace In computing, a namespace is a set of signs (''names'') that are used to identify and refer to objects of various kinds. A namespace ensures that all of a given set of objects have unique names so that they can be easily identified. Namespaces ...

*The full page name should be included in double square brackets.


Link to the same article in another language (interlanguage links)

* To link to a corresponding page in another language, use the form: language code:Foreign title. * It is recommended interlanguage links be placed at the very end of the article. * Interlanguage links are NOT visible within the formatted article, but instead appear as language links on the sidebar (to the left) under the menu section "languages". * NOTE: To create an ''inline link'' (a clickable link within the text) to ''any'' foreign language article, see Help:Interlanguage links#Inline interlanguage links and consider the usage notes.


Interwiki link

* Interwiki links link to any page on other wikis. Interwikimedia links link to other Wikimedia wikis. * Note that interwikimedia links use the internal link style, with double square brackets. * See Meta-Wiki:Interwiki map for the list of shortcuts; if the site you want to link to is not on the list, use an
external link An internal link is a type of hyperlink on a web page to another page or resource, such as an image or document, on the same website or domain. It is the opposite of an external link, a link that directs a user to content that is outside its d ...
. * See also Wikipedia:Wikimedia sister projects.


Categories

* To put an article in a
category Category, plural categories, may refer to: General uses *Classification, the general act of allocating things to classes/categories Philosophy * Category of being * ''Categories'' (Aristotle) * Category (Kant) * Categories (Peirce) * Category ( ...
, place a link like Example into the article. As with interlanguage links, placing these links at the end of the article is recommended. * To link to a category page without putting the article into the category, use a colon prefix (":Category") in the link.


External links

*Single-square brackets indicate an external link. Note the use of a ''space'' (not a pipe , ) to separate the URL from the link text in a named link. Square brackets may be used as normal punctuation when not linking to anything –
ike this Ike or IKE may refer to: People and fictional characters * Ike (given name), a list of people and fictional characters with the given name or nickname * Ike (surname), a list of people * Dwight D. Eisenhower (1890–1969), Supreme Commander of th ...
*A
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
must begin with a supported
URI scheme A Uniform Resource Identifier (URI), formerly Universal Resource Identifier, is a unique sequence of characters that identifies an abstract or physical resource, such as resources on a webpage, mail address, phone number, books, real-world obje ...
: https:// (preferably) and http:// will be supported by all browsers; irc://, ircs://, ftp://, news://, mailto:, and gopher:// will require a plugin or an external application. IPv6 addresses in URLs are currently not supported. *A URL containing certain characters will display and link incorrectly unless those characters are percent encoded. For example, a space must be replaced by %20. Encoding can be achieved by: :*Use the link button on the enhanced editing toolbar to encode the link; this tool will add the bracket markup and the linked text, which may not always be desirable. :*Or manually encode the URL by replacing these characters: :*Or use the magic word. See Help:Magic words in the MediaWiki documentation for more details. * See Wikipedia:External links for style issues, and :External link file type templates for indicating the file type of an external link with an icon.


Miscellaneous


Media link

* To include links to non-image uploads such as sounds, use a "media" link. For images, see next section. * Some uploaded sounds are listed at Commons:Sound.


Links directly into edit mode

*These create links that directly go to the edit or view source tab. For example, to create links to the edit tab for this page, either of the following works:


Links partially italicized

*Linking to a page with a title containing words that are usually italicized, such as the ''Hindenburg'' disaster article.


Musical notation

Musical notation is added by using the
extension Extension, extend or extended may refer to: Mathematics Logic or set theory * Axiom of extensionality * Extensible cardinal * Extension (model theory) * Extension (proof theory) * Extension (predicate logic), the set of tuples of values that ...
HTML-like tag. For example: :


Images

Only images that have been uploaded to Wikipedia or
Wikimedia Commons Wikimedia Commons, or simply Commons, is a wiki-based Digital library, media repository of Open content, free-to-use images, sounds, videos and other media. It is a project of the Wikimedia Foundation. Files from Wikimedia Commons can be used ...
can be used. To upload images, use the Commons upload wizard for photos you have taken, and the Wikipedia upload page if there may be copyright issues. You can find the uploaded image on the image list. See the Wikipedia's image use policy for the policy used on Wikipedia. For further help on images, including some more versatile abilities, see the
picture tutorial An image or picture is a visual representation. An image can be two-dimensional, such as a drawing, painting, or photograph, or three-dimensional, such as a carving or sculpture. Images may be displayed through other media, including a project ...
and extended image syntax.


Tables

There are two ways to build tables: * Using specific wiki markup: (see Help:Table). * Using HTML elements: , , or .


Columns

Use and templates to produce columns.


References and citing sources

Making a reference citing a printed or online source can be accomplished by using the wiki markup tags. Inside these tags details about the reference are added. Details about the citation can be provided using a structure provided by various templates; the table below lists some typical citation components.


Templates and transcluding pages

Examples for templates: , , , Templates are segments of wiki markup that are meant to be copied automatically ("transcluded") into a page. They are specified by putting the template's name in . Most templates are pages in the Template namespace, but it is possible to transclude mainspace pages (articles) by using . There are three pairs of tags that can be used in
wikitext A wiki ( ) is a form of hypertext publication on the internet which is collaboratively edited and managed by its audience directly through a web browser. A typical wiki contains multiple pages that can either be edited by the public or li ...
to control how transclusion affects parts of a template or article. They determine whether or not wikitext renders, either in its own article, which we will call "here", or in another article where it is transcluded, which we will call "there". * : the content will not be rendered ''there''. These tags have no effect ''here''. * : the content will render only ''there'', and will not render ''here'' (like
invisible ink Invisible ink, also known as security ink or sympathetic ink, is a substance used for writing, which is invisible either on application or soon thereafter, and can later be made visible by some means, such as heat or ultraviolet light. Invisibl ...
made visible by means of transclusion). * : the content will render ''here'' and will render ''there'', but it will only render ''there'' what is between these tags. There can be several such section " elements". Also, they can be nested. All possible renderings are achievable. For example, to render ''there'' one or more sections of the page ''here'' use tags. To append text ''there'', wrap the addition in tags before, within, or after the section. To omit portions of the section, nest tags within it. If a page is transcluded without transclusion markup, it may cause an unintentional
categorization Classification is the activity of assigning objects to some pre-existing classes or categories. This is distinct from the task of establishing the classes themselves (for example through cluster analysis). Examples include diagnostic tests, identi ...
. Any page transcluding it will contain the same category as the original page. Wrap the category markup with tags to prevent incorrect categorization. Some templates take ''parameters'', as well, which you separate with the pipe character , .


Talk and project pages

These are likely to be helpful on
talk Talk may refer to: Communication * Communication, the encoding and decoding of exchanged messages between people * Conversation, interactive communication between two or more people * Lecture, an oral presentation intended to inform or instruct ...
and project pages.


Signing comments

*The ''
tilde The tilde (, also ) is a grapheme or with a number of uses. The name of the character came into English from Spanish , which in turn came from the Latin , meaning 'title' or 'superscription'. Its primary use is as a diacritic (accent) in ...
'' character (~) is used when signing a comment on a talk page. Your username provides a link to your user page.


Linking to old revisions of pages, diffs, and specific history pages

*The external link function is mainly used for these. Open an old revision or diff, and copy the
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
from the address bar, pasting it where you want it. *You can also use an internal diff link. Unlike the template , this kind of link can even be used in edit summaries. *If the diff intended to be shown is between an immediately previous revision, the first parameter can be dropped. *For an old revision, you can also use a
permalink A permalink or permanent link is a URL that is intended to remain unchanged for many years into the future, yielding a hyperlink that is less susceptible to link rot. Permalinks are often rendered simply, that is, as clean URLs, to be easier to ...
. Though here only the main text is guaranteed to be retained (images and templates will be shown as they are today, not as they were at the time).


What links here, and recent changes linked

*The following markup can be used. For example, for the article
Beetroot The beetroot (British English) or beet (North American English) is the taproot portion of a ''Beta vulgaris'' subsp. ''vulgaris'' plant in the Conditiva Group. The plant is a root vegetable also known as the table beet, garden beet, dinner bee ...
:


User edits

*Link to a user's contributions page.


Coloring and highlighting text

*Using the and templates:


Example text

The family of templates can be used to highlight example text. These templates do not work in mainspace—that is, in regular articles—they are intended for use on project pages (such as Wikipedia:Manual of Style), help pages, and user pages.


Show deleted or inserted text

* When editing regular Wikipedia articles, just make your changes, and do not mark them up in any special way, except when the article itself discusses deleted or inserted content, such as an amendment to a statute: ** to indicate deleted content, use ** to indicate inserted content, use * This also applies to changing one's own talk page comments.


Strikethrough

The template marks up an inline span of text with the tag. This is usually rendered visually by drawing a horizontal line through it. Outside of articles, it can be used to mark something as no longer accurate or relevant without removing it from view. Do not use it, however, to indicate document edits. For that, use the tag instead. See for details. The template and tag are for inline content only; to strike out a block of text, such as a multi-line talk page post, use either or
to render the entire block with strikethrough markup.


Limiting formatting / escaping wiki markup

A few different kinds of formatting will tell the wiki to display things as you typed them – what you see is what you get!


Nowiki

There are two types of nowiki markup, which operate in different ways: * The tag pair encloses a section of wiki markup, which is then displayed as normal text. * The empty tag ''interrupts'' the wiki markup and causes it to display as normal text. Both forms neutralize the rendering of wiki markup, as shown in the examples below. For example, the characters that have wiki markup meaning at the beginning of a line (, , and ) can be rendered in normal text. Editors can normalize the font of characters trailing a wikilink, which would otherwise appear in the wikilink font. And newlines added to wikitext for readability can be ignored. Note to template editors: tag works only on its source page, not the target. The rest of the section consists of simple, live examples showing how a single nowiki tag escapes entire linkage structures, beyond and : : ''fullpagename'' "> ''label'' : : nowiki />] : : Unless you use the two "balanced" nowiki tags, troubleshooting help:strip markers, strip marker errors and template parameter-handling inconsistencies is a risk. Also, a rendering error may arise when two nowiki />[... square brackets are on the same line, or two curly brackets are in the same section, but only when the two have the nowiki markup placed inconsistently.


Displaying wikilinks

(These are all live examples.) For nested structures, escaping an inner structure escapes its outer structure too. For two, first pipes, two nowiki tags are required:


Displaying template calls

For templates, put nowiki before the first pipe. If a parameter has a wikilink, put it in that, an inmost position.


Displaying magic words

For input parameters, , , just write them out, unless they have a default (which goes behind their pipe): → For a parser function nowiki goes between bracketing-pair characters, or anywhere before the : colon. Behavioral switches expect the tag anywhere:


Displaying tags

Tags do not display; they are just markup. If you want them to, insert after an opening angle bracket; it goes only in the very front. Opening tags and closing tags must be treated separately. Use template instead of nowiki tags to display parser tags: Character entities, nowiki cannot escape. To escape HTML or special character entities, replace & with &amp;. For example, &amp;lt;&lt; To display a nowiki tag, you can (1) use , (2) replace the < left angle bracket with its HTML character entity, or (3) nest nowiki tags in each other: Nowiki tags do not otherwise nest, so it is the second and fourth that displays: These simply scan from left to right. The paired tags cannot overlap, because the very first pair-match nullifies any intervening tags inside. Unbalanced tags always display. Nowiki tags do not display table markup, use .


Pre

is a parser tag that emulates the HTML tag. It defines preformatted text that is displayed in a fixed-width font and is enclosed in a dashed box. HTML-like and wiki markup tags are escaped, spaces and line breaks are preserved, but HTML elements are parsed. As is a parser tag, it escapes wikitext and HTML tags. This can be prevented with the use of within the , making it act more like its HTML equivalent: Invisible HTML tags can also be inserted by preceding text with a space character, like: wiki markup & Alternatively, consider using template or .


Invisible text (comments)

It's uncommonbut on occasion acceptable for notes to other editorsto add a hidden comment within the text of an article. These comments are visible only when editing or viewing the source of a page. Most comments should go on the appropriate
Talk page MediaWiki is free and open-source wiki software originally developed by Magnus Manske for use on Wikipedia on January 25, 2002, and further improved by Lee Daniel Crocker, Magnus Manske's announcement of "PHP Wikipedia", wikipedia-l, August 24 ...
. The format is to surround the hidden text with "<!--" and "-->" and may cover several lines, e.g.: Another way to include a comment in the wiki markup uses the template, which can be abbreviated as . This template "expands" to the empty string, generating no HTML output; it is visible only to people editing the wiki source. Thus operates similarly to the comment . The main difference is that the template version can be nested, while attempting to nest HTML comments produces odd results.


Variables

is the number of pages in the main namespace that contain a link and are not a redirect. This includes full articles, stubs containing a link, and disambiguation pages. is the genitive (possessive) grammatical form of the month name, as used in some languages but not in English; is the nominative (subject) form, as usually seen in English. In languages where it makes a difference, you can use constructs like to convert a word from the nominative case to some other case. For example, means the same as .


HTML

Many
HTML Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
tags can be used in wiki markup. You can check your HTML by using markup validation.


Common templates


Notes


See also

See the 'Coding wiki markup' section of the Help navigation navbox below for additional links. * Wikipedia:User page design guide/Style * Wikipedia:Extended image syntax: advanced visual file markup. * Help:A quick guide to templates: an introduction to templates. * Help:Substitution: substitution is an alternative way of including templates than
transclusion In computer science, transclusion is the inclusion of part or all of an electronic document into one or more other documents by reference via hypertext. Transclusion is usually performed when the referencing document is displayed, and is norma ...
. * Help:Score: how to render musical scores. * Help:Displaying a formula: displaying mathematical formulae. *. * Parsoid: MediaWiki application that allows for converting back and forth between wikitext and HTML. *: template to show wrapped syntax-highlighted text. {{Tools , state=collapsed Wikipedia how-to Wikipedia editor help Wikipedia text help Wikipedia article elements help