This is list of possible linking tags optionally used in phpMyEzin content text fields.
Article linking
Links article with defined ID or key.
<article-link ARTICLE-ID>
<article-link ARTICLE-ID>text to link</article-link>
Section linking
Links section with defined ID or key.
<section-link SECTION-ID>
<section-link SECTION-ID>text to link</section-link>
Repository file linking
Links file or image in upload repository.
<image-link path/to/image.png>
<image-link path/to/image.png>text to link</image-link>
<repository-link path/to/repository/file>
<repository-link path/to/repository/file>text to link</repository-link>
E-mail address linking
Make e-mail address clickable.
<mail-link mail@example.com>
<mail-link mail@example.com>text to link</mail-link>
Common URL linking
Create common URL link, link to repository file or link to portal file or directory.
<link path/to/repository/file>
<link path/to/repository/file>text to link</link>
<link /path/to/portal/directory/>
<link /path/to/portal/directory/>text to link</link>
<link http://example.com/link.html>
<link http://example.com/link.html>text to link</link>
Extern URL linking
Creates extern URL link, relative link or link to portal file or directory. This kind of link will be always opened in new browser window.
<extern-link path/to/relative/link.html>
<extern-link path/to/relative/link.html>text to link</extern-link>
<extern-link /path/to/portal/directory/>
<extern-link /path/to/portal/directory/>text to link</extern-link>
<extern-link http://example.com/link.html>
<extern-link http://example.com/link.html>text to link</extern-link>
Image displaying
Displays image from repository.
<image path/to/image.png>
<image path/to/image.png>image alt text</image>
<image http://example.com/image.png>
<image http://example.com/image.png>image alt text</image>
Note, that particular ID, file or link definition cannot be quoted. Text to
link cannot contain any HTML tag, even <
and >
characters are forbidden.
Furthermore, every tag can be enriched by adding appropriate HTML attributes vith values after particular ID, file or link definition. These attributes with their values cannot contain > character, as it is described in all HTML version specifications. So in example:
<image path/to/image.png alt="Image" border="0" width="280">
<article-link ARTICLE-ID target="_top">