wiki:phplinks
phplinks Plugin
Shortcut syntax for links to PHP mailing lists and bug tracker; based on phpbugid and phpml by Lukas Kahwe Smith.
Usage
Links to PHP bug reports can be written in the short hand syntax [[bugid@<bug-id>|<text>]]
, where <bug-id>
is the bug ID in the PHP bug tracking system, and <text>
is an optional text to be displayed instead of the URL.
Examples:
[[bugid@30329]]
is displayed as bug #30329[[bugid@30329|my bug report]]
is displayed as my bug report
Links to PHP mailinglist messages can be written in the short hand syntax [[<list>@<message-id>|<text>]]
, where <list>
is the name of the mailing list (e.g. php-internals, php-general), <message-id>
is the marc.info message-id, and <text>
is an optional text to be displayed instead of the URL.
Examples:
[[php-internals@121474728513853]]
is displayed as ml#121474728513853[[php-internals@121474728513853|my message]]
is displayed as my message
wiki/phplinks.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1