Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page provides hints / tips on common styles and editing tasks within the DSpace Wiki.

Table of Contents

Table of Contents
exclude.*heading.*

Confluence Wiki Markup Resources

...

Note

This section is only valid if you prefer to edit the Wiki using the "Wiki Markup" tab. If you instead tend to use the "Rich Text" tab, most of these basic formatting options are built into the editing toolbar


Format

What you need to type (in Wiki Syntax)

What you will get

Bold / Strong

*strong*

strong

Italics / Emphasis

_emphasis_

emphasis

Inline Citation

??citation??

citation

Deleted / Strikethrough

-deleted-

deleted

Underlined

+underlined+

underlined

Superscript

word ^superscript^

word superscript

Subscript

word ~subscript~

word subscript

Inline Code

{{ inline monospaced code }}

inline monospaced code

Colored Text

{color:red}look ma, red text!{color}

look ma, red text!

Code Sections

{code}sections of formated code{code}


Code Block
sections of formated code


Block Quote

{quote}here is quoteble
content to be quoted{quote}

here is quoteble
content to be quoted

Formatted Panel
See Panel Macro for more styling tips.

{panel}text in here displays in a panel{panel}


Panel

text in here displays in a panel


Info Box
See Info Macro for more styling tips.

{info}This is an informational box{info}


Info

This is an informational box


Note Box
See Note Macro for more styling tips.

{note}This is a note{note}


Note

This is a note


Warning Box
See Warning Macro for more styling tips.

{warning}This is a warning{warning}


Warning

This is a warning

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="86dc3fb5-3b68-4afa-adba-9a6085ec3471"><ac:plain-text-body><![CDATA[


Linking to Attached Files
See

[Linking to Attachmentshttp://confluence.atlassian.com/display/DOC/

Linking

+

to

+

Attachments

]

for more info.

[Text-or-Title|^filename.doc]

(A link to the file named 'filename.doc', attached to the current page)

]]></ac:plain-text-body></ac:structured-macro>

Headings

What you need to type (in Wiki Syntax)

What you will get

h1. Biggest heading

Biggest heading

h2. Bigger heading

Bigger heading

h3. Big heading

Big heading

h4. Normal heading

Normal heading

h5. Small heading

Small heading

h6. Smallest heading

Smallest heading

Lists

What you need to type (in Wiki Syntax)

What you will get

Bulleted List:
* Item 1
** Item 1.1
** Item 1.2
* Item 2

Bulleted List:

  • Item 1
    • Item 1.1
    • Item 1.2
  • Item 2

Numbered List:
# Item 1
## Item 1.1
## Item 1.2
# Item 2

Numbered List:

  1. Item 1
    1. Item 1.1
    2. Item 1.2
  2. Item 2

Numbered & Bulleted List:
# Item 1
#* Item 1.1
#* Item 1.2
# Item 2

Numbered & Bulleted List:

  1. Item 1
    • Item 1.1
    • Item 1.2
  2. Item 2

Tables

See http://confluence.atlassian.com/display/DOC/Working+with+TablesImage Removed

Icons / Emoticons

Some examples: (tick) (question) (info) (warning)

See: http://confluence.atlassian.com/display/DOC/Confluence+EmoticonsImage Removed

Table of Contents

For the DSpace Wiki, we tend to use two main types of Table of Contents:

  • Outline Table of Contents (numbered). For outline TOC (e.g. DSpaceResources), add the following to the top of the page:

    Code Block
    {toc:outline=true|style=none}


  • Bullet Table of Contents (bullet points). For bulleted TOC (e.g. see top of this wiki page), add the following to the top of the page:

    Code Block
    {toc}


For more information on formatting a Table of Contents, see the Confluence toc Macro instructions

Redirect Pages

Note

No longer used, as the plugin expired.

"Redirect Pages" are pages whose sole purpose is to redirect the user to a different location in Confluence. For the DSpace Wiki,
we use "Redirect Pages" to retain the location of the "Current Release Notes" at CurrentRelease Current Release. So, that CurrentRelease Current Release page will always redirect you to the Release Notes for the latest version of DSpace Software.

...

If you ever need to edit an existing Redirect page, just add ?redirect=false on the end of the URL. For, example, use the following URL to edit the CurrentRelease Current Release Redirect Page: https://wiki.duraspace.org/display/DSPACE/CurrentRelease?redirect=false

...

  1. under the tree list of pages, consolidate all your personal pages under your prexisting old mediawiki personal page.
  2. Go to you personal page in the DSPACE space, open your old personal page
  3. under tools, select move and in the dialog at the bottom of the page for space, select you personal space in Confluence.
  4. Saving will move the entire tree of personal pages into your personal space.
  5. Further, you may set the default page for your personal space to be your old mediawiki personal page under your personal space admin.
  6. all preexisting links to your name/pages will move accordingly to point at your personal space.