Help:Contents

From DesignWiki

Jump to: navigation, search

Wiki Editing Cheatsheet

For more advanced details, see Wikipedia's How to edit a page article.

Description You type You get
Italicise text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link
(within DesignWiki)

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Text to display

External link
(to other websites)

[http://www.example.org Text to display]
[http://www.example.org]
http://www.example.org

Text to display
[1]
http://www.example.org

Redirect to another page

#REDIRECT [[Target page]]

Target page

Footnotes/References
Numbering is generated automatically.
To create a footnote or reference, use this format:

Article text.<ref name=test>[http://www.example.org Link text], additional text.</ref>

Article text.<ref name=test>Link text, additional text.</ref>
To reuse the same note, reuse the name with a trailing slash:

Article text.<ref name=test/>

To display notes, add either of these lines to the References section

<references/>
Template:Tl


<references />
Headings<ref name="firstline">Applies only at the very beginning of lines.</ref>
A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
Bulleted list<ref name="firstline" />
Empty lines between list items discouraged, (see numbered lists).

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list<ref name="firstline" />
Empty lines between list items restarts numbering at 1.

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Thumbnail image

[[Image:Wiki.png|thumb|Caption text]]

Caption text
Caption text
Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2
Preformatted text

  preformatted text is done with
  a space at the
  beginning of the line

preformatted text is done with
a space at the 
beginning of the line
Preformatted text with no indentation

 <pre> some preformatted text with no indentation </pre>

some preformatted
text with no indentation
Blockquotes

Body
text text text text text text text text text text text text text text text text text text text text text text text text

<blockquote> quote quote quote quote quote quote </blockquote>

text text text text text text text text text text text text

Body
text text text text text text text text text text text text text text text text text text text text text text text text

quote quote quote quote quote quote

text text text text text text text text text text text text

Comment

<!--This is comment-->

For Talk Pages
Signature

~~~~

Your username 19:34,
11 March 2010 (UTC)

Indenting Text

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent


Paragraphs

design wiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <br> or <br/>.

HTML

Some HTML tags are allowed in design wiki, for example <code>, <div>, <span> and <font>.

Videos

Use the following code to embed videos from a variety of video sharing services.

  • {{#ev:service|id}} -or-
  • {{#ev:service|id|width}}

Where:

  • service is the name of a video sharing service.
  • id is the id of the video to include
  • width (optional) is the width in pixels of the viewing area (height will be determined automatically)

For example, to include the famous "Mies van der Rohe" YouTube video, you'd enter:

{{#ev:youtube| x5Ujve7PuWk}}

And if you wanted scaled down to thumbnail size, you could use:

{{#ev:youtube|dMH0bHeiRNg|100}}

Mies van der Rohe:

Note: See the Project Homepage for more examples.

Supported Services

Currently, design wiki supports embedding video content from the following services:


See also


Personal tools