Folksonomy Tagging Syntax: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Clarified syntax and added examples (Imported from MoinMoin))
 
(Answered questions (Imported from MoinMoin))
Line 8: Line 8:


IIUC this means, tags are separated by spaces, right? Can you please include this bit of Information here and [[Delete When Cooked|DeleteWhenCooked]]? -- [[User:DonRedman|DonRedman]] 21:52, 04 October 2007 (UTC)
IIUC this means, tags are separated by spaces, right? Can you please include this bit of Information here and [[Delete When Cooked|DeleteWhenCooked]]? -- [[User:DonRedman|DonRedman]] 21:52, 04 October 2007 (UTC)
<ul><li style="list-style-type:none">No, tags are separated by commas. Spaces separate words inside a tag. I updated the syntax description. -- [[User:OutsideContext|OutsideContext]]
</ul>


If these characters are the only one allowed, perhaps we should enforce them and unallow any other character in the web interface? As a test I created this tag : [http://musicbrainz.org/show/tag/?tag=%E6%BC%94%E6%AD%8C 演歌] -- [[User:jesus2099|jesus2099]] 17:05, 05 November 2007 (UTC)
If these characters are the only one allowed, perhaps we should enforce them and unallow any other character in the web interface? As a test I created this tag : [http://musicbrainz.org/show/tag/?tag=%E6%BC%94%E6%AD%8C 演歌] -- [[User:jesus2099|jesus2099]] 17:05, 05 November 2007 (UTC)
<ul><li style="list-style-type:none">Special characters will get stripped. But I think the server allows all word characters, not only english ones. I haven't looked at the implementation, though. -- [[User:OutsideContext|OutsideContext]]
</ul>


[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Documentation]]
[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Documentation]]

Revision as of 00:19, 5 March 2008

The syntax for FolksonomyTagging tags is as follows:

  • Use any word character (e.g. a-z, 0-9, _). All tags will be converted to lowercase. Example: rock
  • A tag may consist of several words. Use - or space to separate words. Example: blues rock
  • Use commas to separate tags. Example: blues rock, british

Discussion

IIUC this means, tags are separated by spaces, right? Can you please include this bit of Information here and DeleteWhenCooked? -- DonRedman 21:52, 04 October 2007 (UTC)

  • No, tags are separated by commas. Spaces separate words inside a tag. I updated the syntax description. -- OutsideContext

If these characters are the only one allowed, perhaps we should enforce them and unallow any other character in the web interface? As a test I created this tag : 演歌 -- jesus2099 17:05, 05 November 2007 (UTC)

  • Special characters will get stripped. But I think the server allows all word characters, not only english ones. I haven't looked at the implementation, though. -- OutsideContext