Help:Contents
From DesignWiki
| 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]] | ||
| External link (to other websites)
|
[http://www.example.org Text to display] | ||
| Redirect to another page |
#REDIRECT [[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/> | <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 1Level 2Level 3Level 4Level 5 | |
| Bulleted list<ref name="firstline" />
Empty lines between list items discouraged, (see numbered lists).
|
* One |
| |
| Numbered list<ref name="firstline" />
Empty lines between list items restarts numbering at 1.
|
# One |
| |
| Thumbnail image |
[[Image:Wiki.png|thumb|Caption text]] | ||
| Definition list |
;Definition |
| |
| Preformatted text |
preformatted text is done with |
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 <blockquote> quote quote quote quote quote quote </blockquote> text text text text text text text text text text text text |
Body 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, | |
| Indenting Text |
no indent (normal) |
no indent (normal)
| |
|
| |||
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
- For a tour of features on Wikipedia, see the Introduction to Wikipedia.
- Magic Words of Wikipedia
- For experimentation with editing, use the sandbox.
- For a guide to more advanced page editing, see How to edit a page
- For a checklist of elements required to make a "perfect" article, see The perfect article.
- For print cheatsheets, see the MediaWiki reference card or the poster-size cheatsheet (available in many languages).
- The encyclopedic article on Wikipedia:cheat_sheets
- Wikipedia:Wikipedia:Citation_templates

