Versions Compared

Key

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

...

Harcoded Link (BAD!)

https://wiki.duraspace.org/display/DSDOCDEV/Configuration

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ba6a722974444f71-6f8069f2-4c8644a5-8cf3a70a-d15f31ba6322532745a51394"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[Configuration] , (info) General format is: [page name]

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

...

Harcoded Link (BAD!)

https://wiki.duraspace.org/display/DSDOCDEV/Configuration#Configuration-BatchMetadataEditing

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="28d6f26b6ff014c7-6a8c706c-46c8451f-9a1eaf88-ff46e08c6583755350c4f121"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[Configuration#Batch Metadata Editing] , (info) General format is: [page name#header text]

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

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8644a85051806dbe-3ff5d1e4-40a34899-a5e386ac-0266d3866af5e065f5ceb847"><ac:plain-text-body><![CDATA[

Harcoded Link (BAD!)

[Batch Metadata Editing Configuration|https://wiki.duraspace.org/display/DSDOCDEV/Configuration#Configuration-BatchMetadataEditing]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b6f196a1820492c6-aef8f842-494c41b5-bd108c2a-46b24eda04d4ace7080acea4"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[Batch Metadata Editing Configuration|Configuration#Batch Metadata Editing] , (info) General format is: [text of link|page name#header text]

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

Info

You can view the source of this page for examples

Use our standard Table of Contents when creating a new page

In the Official DSpace Documentation, we try to use a standard "table of contents" on each and every page (it's even at the top of this page).

Here's the Wiki code to create that standard Table of Contents (just replace "<PAGE NAME>" with the name of the page)

Code Block

h1. DSpace System Documentation: <PAGE NAME>

\{toc:outline=true|style=none|minLevel=2\}

This table of contents does a few things:

  1. starts the page off with an <H1> heading (all headings after that should be h2. or h3. or h4. , etc.)
  2. formats the TOC like an "outline" (1, 1.1, 1.2, 2, 2.1, etc.)
  3. turns off any special styling
  4. Ensures the TOC skips over the first <H1> heading and starts at all headings below it.

For an example, just view the Wiki Markup for this page!

Additional General Wiki Syntax Hints

Some general Wiki Syntax hints/tips can be found in our DSpace Wiki Style Guide.

Info

Obviously, just clicking "Edit" on any wiki page (and especially looking at the "Wiki Markup") is a great resource as well!