---+!! Topic title (use a lowercase style, which is known as "sentence-style" capitalization)
%DKGRAY% Authors: Main.TWikiUser, Main.TWikiUser <br>The list of authors should be a comma-separated list, where each author is represented by their TWiki name Main.TwikiUser; for example: Main.StevenBeard
[[DeploymentPlanningAndDesign][Deployment planning and design team]]
Build Basis: Products, Editions and Versions as applicableThe build basis should either reflect the most specific build basis that is appropriate for the page or be explicitly set to "None."
<!-- Page contents top of page on right hand side in box --> <sticky><div style="float:right; border-width:1px; border-style:solid; border-color:#DFDFDF; background-color:#F6F6F6; margin:0 0 15px 15px; padding: 0 15px 0 15px;"> %TOC{title="Page contents"}% </div></sticky> <sticky><div style="margin:15px;"></sticky>
<sticky></div></sticky>
<!-- * Set ALLOWTOPICCHANGE = -->To see the correct format and layout, view the DeploymentFormattingGuidanceComments subtopic in Raw View. Note: In most cases, put the questions and comment box at the bottom of a topic page, below the list of additional authors.
Formatting Command | What you type | What you get | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Paragraphs: Blank lines create paragraphs. |
1st paragraph 2nd paragraph | 1st paragraph 2nd paragraph | |||||||||||||||||||||||||
Headings: Three or more hyphens (-) at the beginning of a line, followed by plus signs (+) and the heading text. One plus sign creates a top level heading; two plus signs create a second level heading, etc. The maximum heading depth is 6. ![]() ![]() !! after the ---+ .
![]() |
---++ Sushi ---+++ Maguro ---+++!! Not in TOC |
SushiMaguroNot in TOC |
|||||||||||||||||||||||||
Bold Text: To make a word bold, enclose it in asterisks ( * ).
|
*Bold* | Bold | |||||||||||||||||||||||||
Italic Text: To make a word italic, enclose it in underscores ( _ ).
|
_Italic_ | Italic | |||||||||||||||||||||||||
Bold Italic: To make a word bold italic, enclose it in double-underscores ( __ ).
|
__Bold italic__ | Bold italic | |||||||||||||||||||||||||
Fixed Font: To make a word fixed font , enclose it in equal signs (= ).
|
=Fixed font= |
Fixed font
|
|||||||||||||||||||||||||
Bold Fixed Font: To make a word bold fixed font , enclose it in double equal signs ( ).
|
==Bold fixed== |
Bold fixed
|
|||||||||||||||||||||||||
![]() * _ __ = == ) indicator
with normal punctuation, such as commas and full stops.
![]() ![]() |
_This works_, _this does not _ _this fails too_ |
This works, _this does not _ _this fails too_ |
|||||||||||||||||||||||||
Separator (Horizontal Rule): Place three or more hyphens at the beginning of a line. |
------- |
|
|||||||||||||||||||||||||
Bulleted List: Type a multiple of three spaces, an asterisk, and another space. ![]() |
* level 1 * level 2 * back on 1 * A bullet broken over three lines * last bullet |
|
|||||||||||||||||||||||||
Icon List: Type a multiple of three spaces, an asterisk, text icon:name and another space.
![]() name of any TWikiDocGraphics icon.
|
* %ICON{tip}% Icon list * %ICON{led-red}% Full * %ICON{led-green}% OK * %ICON{unchecked}% Item 1 * %ICON{checked}% Item 2 * %ICON{empty}% No bullet |
|
|||||||||||||||||||||||||
Numbered List: Type a multiple of three spaces, a list type character, a period, and another space. Several list types are available besides a number:
|
1. Sushi 1. Dim Sum 1. Fondue A. Sushi A. Dim Sum A. Fondue i. Sushi i. Dim Sum i. Fondue |
|
|||||||||||||||||||||||||
Definition List: Type three spaces, a dollar sign, the term, a colon, and a space, followed by the definition. Deprecated syntax: Type three spaces, the term with no spaces, a colon, and a space, followed by the definition. |
$ Sushi: Japan $ Dim Sum: S.F. |
|
|||||||||||||||||||||||||
Table: Each row of the table is a line containing of one or more cells. Each cell starts and ends with a vertical bar (|). Any spaces at the beginning of a line are ignored.
![]() |^| multiple-span row functionality and additional rendering features
|
| *L* | *C* | *R* | | A2 | B2 | C2 | | A3 | B3 | C3 | | multi span ||| | A5-7 | 5 | 5 | |^| six | six | |^| seven | seven | | split\ | over\ | 3 lines | | A9 | B9 | C9 | |
|
|||||||||||||||||||||||||
WikiWord Links: CapitalizedWordsStuckTogether (or WikiWords) produce a link automatically if they are preceded by a space or parenthesis. ![]() Otherweb.TopicName .
![]() Otherweb.Subweb.TopicName .
![]() ![]() '.' are used to separate webs and subwebs from topic names and cannot be used in topic names.
Use the TWikiVariables %SYSTEMWEB% and %USERSWEB% instead of TWiki and Main.
|
WebStatistics Sandbox.WebNotify Sandbox.WebHome Sandbox.Subweb.TopicName | WebStatistics WebNotify Sandbox TopicName | |||||||||||||||||||||||||
Anchors: You can define a reference inside a TWiki topic (called an anchor name) and link to that. To define an anchor, type #AnchorName at the beginning of a line. The anchor name must be a WikiWord of no more than 32 characters. To link to an anchor name, use the [[MyTopic#MyAnchor]] syntax. If you want to link within the same topic, you can comit the topic name
|
[[WikiWord#NotThere]] [[#MyAnchor][Jump]] #MyAnchor To here | WikiWord#NotThere Jump To here | |||||||||||||||||||||||||
External Links: URLs that start with file , ftp , gopher , http , https , irc , mailto , news , nntp and telnet are linked automatically if they are preceded by a space or parenthesis. External links are indicated by a trailing ![]() ! ) as a prefix.
|
http://twiki.org https://google.com !http://escaped-link | http://twiki.org https://google.com http://escaped-link | |||||||||||||||||||||||||
Forced Links: Use double square brackets to create forced links: To force a link, type [[link]] or [[link][label]] . Use the former example for singleton words and if automatic linking is disabled. Use the latter example to specify a link label other than the link. For the link, you can use internal link references, such as WikiWords, and URLs; for example: http://TWiki.org/.
![]() ![]() ![]() [[WikiWord]] links.
|
[[WikiWord]] [[WikiWord#TheSyntax]] [[WikiSyntax][wiki syntax]] [[http://gnu.org/][GNU]] [[Singleton]] escaped: ![[WikiSyntax]] | WikiWord WikiWord#TheSyntax wiki syntax GNU Singleton escaped: [[WikiSyntax]] | |||||||||||||||||||||||||
Topic Title Links: Use double square brackets and a plus sign to create links with topic title: To show the topic title instead of the topic name, type [[+TopicName]] or [[+Web.TopicName]] . The topic title is defined by the form field named "Title", the topic preferences setting named TITLE, or the topic name if neither exists.
![]() [[TopicName][$topictitle]] or [[Web.TopicName][$topictitle]] .
|
[[+BugN1234]] [[+Bugs.BugN1234]] [[BugN1234][$topictitle]] | The sky is falling The sky is falling The sky is falling | |||||||||||||||||||||||||
Prevent a Link: Prevent a WikiWord from being linked by prepending it with an exclamation point. |
!SunOS | SunOS | |||||||||||||||||||||||||
Disable Links: You can disable automatic linking of WikiWords by surrounding text with <noautolink> and </noautolink> tags.
![]() |
<noautolink> RedHat & SuSE </noautolink> | RedHat & SuSE | |||||||||||||||||||||||||
Mailto Links: E-mail addresses are linked automatically. To create e-mail links that have more descriptive link text, specify subject lines or message bodies, or omit the e-mail address, you can write [[mailto:user@domain][descriptive text]] .
|
a@b.com [[mailto:a@b.com]\ [Mail]] [[mailto:?subject=\ Hi][Hi]] | a@b.com Mail Hi | |||||||||||||||||||||||||
Twitter Links: @twitter IDs are linked automatically. The link rule is defined by the {Links}{TwitterUrlPattern} configure setting.
|
@twiki | @twiki | |||||||||||||||||||||||||
Verbatim Text: Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.
![]() verbatim tag disables HTML code. If you want the HTML code within the tags to be interpreted, use <pre> and </pre> tags instead.
![]() |
<verbatim> class CatAnimal { void purr() { <code here> } } </verbatim> |
class CatAnimal { void purr() { <code here> } } |
|||||||||||||||||||||||||
Literal Text: TWiki generates HTML code from TWiki shorthand. Experts can surround anything that must be output literally in the HTML code, without the application of TWiki shorthand rules, with <literal>..</literal> tags.
![]() ![]() |
<literal> | Not | A | Table | <literal> |
| Not | A | Table | | |||||||||||||||||||||||||
Protected Text: Experts can protect text from mangling by WYSIWYG editors by using <sticky>..</sticky> tags. Sticky tags do not affect normal
topic display; they are relevant only when content must be
protected from a WYSIWYG editor (usually because content is not well-formed HTML, or because it
is HTML that a WYSIWYG editor might filter out or modify). Protected
content is displayed as plain text in the WYSIWYG editor.
|
<sticky> <div> This div is required </div> </sticky> |
This div is required
|