Edit Note Syntax: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (5 revision(s))
mNo edit summary
Line 1: Line 1:
This page describes special syntax that is available in [[Edit Note|edit note]]s, it's loosely inspired by Wiki (and especially [[Moin Moin|MoinMoin]]) syntax.
=EditNote Syntax=

This page describes special syntax that is available in [[Edit Note|EditNote]]<code><nowiki></nowiki></code>s. It's loosely inspired by Wiki (and especially [[Moin Moin|MoinMoin]]) syntax.


==Formatting==
==Formatting==
Line 23: Line 21:
</pre>
</pre>


where ''editid'' is the edit number.
Where ''editid'' is the edit number.


'''Example:''' <code><nowiki>edit #123456</nowiki></code> or <code><nowiki>Edit:123456</nowiki></code> would result in: [[Edit:123456|edit #123456]].
'''Example:''' <code><nowiki>edit #123456</nowiki></code> or <code><nowiki>edit:123456</nowiki></code> would result in: <code>[[Edit:123456|edit #123456]]</code>.


==Linking to WikiDocs pages==
==Linking to WikiDocs pages==


'''Syntax:''' <pre>doc:WikiDocsPage
'''Syntax:''' <pre>doc:WikiDocs_Page
OR
OR
[WikiDocs_Page]
[WikiDocsPage]
</pre>
</pre>


where ''WikiDocsPage'' is the name of the [[WikiDocs Page|WikiDocsPage]].
Where ''WikiDocs_Page'' is the name of the [[WikiDocs Page]].


'''Example:''' <code><nowiki>doc:DiscNumberStyle</nowiki></code> or <code><nowiki>[DiscNumberStyle]</nowiki></code> would result in: [[Doc:DiscNumberStyle|DiscNumberStyle]].
'''Example:''' <code><nowiki>doc:Disc_Number_Style</nowiki></code> or <code><nowiki>[Disc_Number_Style]</nowiki></code> would result in: <code>[http://musicbrainz.org/doc/Disc_Number_Style Disc Number Style]</code>.


==Linking to Artists, Releases, Labels, ...==
==Linking to Artists, Releases, Labels, ...==
Line 42: Line 40:
'''Status:''' Not yet implemented. See [[Ticket:1609|ticket #1609]].
'''Status:''' Not yet implemented. See [[Ticket:1609|ticket #1609]].


[[Category:To Be Reviewed]] [[Category:Editing]]
[[Category:Editing]]

Revision as of 17:21, 5 July 2009

This page describes special syntax that is available in edit notes, it's loosely inspired by Wiki (and especially MoinMoin) syntax.

Formatting

Name/Sample Markup Notes
italic ''italic'' Double single quotes.
bold '''bold''' Triple single quotes.

Linking to edits

Syntax:

edit #editid
OR
edit:editid
OR (simplest)
edit editid

Where editid is the edit number.

Example: edit #123456 or edit:123456 would result in: edit #123456.

Linking to WikiDocs pages

Syntax:

doc:WikiDocs_Page
OR
[WikiDocs_Page]

Where WikiDocs_Page is the name of the WikiDocs Page.

Example: doc:Disc_Number_Style or [Disc_Number_Style] would result in: Disc Number Style.

Linking to Artists, Releases, Labels, ...

Status: Not yet implemented. See ticket #1609.