Link to other Content Item

 the task 

A content item has an ID and an optional title alias - both can be used to identify that content item.
Assuming we want to link to another content item with the ID=123 and a title alias=myalias.

 content:link 

1) Import the mambo_export
2) Edit a content-item (assuming default configuration)
and write:
  1. {moslate}
  2. {content:link id="123"}Click Me{/content:link}
  3. {content:link title_alias="myalias"}Click Me{/content:link}
  4. <a href="{content:link id="123"/}">Click Me</a>
  5. {/moslate}

The result should show three identical Links. (Instead of "Click Me" you could even choose an image.)