Edit Note Syntax: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
m (Redirecting to Edit Note#Edit note syntax)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Edit_Note#Edit_note_syntax]]
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.

==Formatting==

{| border="1"
|-
| ''' Name/Sample''' || ''' Markup ''' || ''' Notes '''
|-
| ''italic'' || <code><nowiki>''italic''</nowiki></code> || Double single quotes.
|-
| '''bold''' || <code><nowiki>'''bold'''</nowiki></code> || Triple single quotes.
|}

==Linking to edits==

'''Syntax:''' <pre>edit #editid
OR
edit:editid
OR (simplest)
edit editid
</pre>

Where ''editid'' is the edit number.

'''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==

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

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

'''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, ...==

'''Status:''' Not yet implemented. See [[Ticket:1609|ticket #1609]].

[[Category:Editing]]

Latest revision as of 22:10, 16 May 2010