Home « Server software «
Documentation: codes/links.php
codes/links.php - Examples of formatting codes for links
Following codes are documented on this page:- <url> - <a href="url">url</a> or <a href="url" class="external">url</a>
- [link]<url>[/link] - <a href="url">url</a> or <a href="url" class="external">url</a>
- [link=<label>]<url>[/link] - <a href="url">label</a> or <a href="url" class="external">label</a>
- [url]<url>[/url] - deprecated by [link]
- [button=<label>]<url>[/button] - build simple buttons with css
- <address> - <a href="mailto:address" class="email">address</a>
- [email]<address>[/email] - <a href="mailto:address" class="email">address</a>
- [email=<name>]<address>[/email] - <a href="mailto:address" class="email">name</a>
- [go=<word>] - to trigger the selector on 'word'
- [article=<id>] - use article title as link label
- [article=<id>, foo bar] - with label 'foo bar'
- [next=<id>] - shortcut to next article
- [next=<id>, foo bar] - with label 'foo bar'
- [previous=<id>] - shortcut to previous article
- [previous=<id>, foo bar] - with label 'foo bar'
- [section=<id>] - use section title as link label
- [section=<id>, foo bar] - with label 'foo bar'
- [category=<id>] - use category title as link label
- [category=<id>, foo bar] - with label 'foo bar'
- [user=<id>] - use nick name as link label
- [user=<id>, foo bar] - with label 'foo bar'
- [server=<id>] - use server title as link label
- [server=<id>, foo bar] - with label 'foo bar'
- [file=<id>] - use file title as link label
- [file=<id>, foo bar] - with label 'foo bar'
- [download=<id>] - a link to download a file
- [download=<id>, foo bar] - with label 'foo bar'
- [action=<id>] - use action title as link label
- [action=<id>, foo bar] - with label 'foo bar'
- [comment=<id>] - use comment id in link label
- [comment=<id>, foo bar] - with label 'foo bar'
- [decision=<id>] - use decision id in link label
- [decision=<id>, foo bar] - with label 'foo bar'
- [script]<path/script.php>[/email] - to the phpDoc page for script 'path/script.php'
- [search] - a search form
- [search=<word>] - hit Enter to search for 'word'
This script is a reference file of this system.
Voir aussi:
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com
- GnapZ