Collegamenti interwiki locali
From Joomla! Documentation
Modelli di wiki locali • Estensioni wiki locali •
An interwiki link is a kind of short-cut link that allows you to link to an external website (it doesn't have to be another wiki) using a simple syntax similar to an internal page link. The interwiki reference takes a single parameter and uses it to construct the full URL to the external site.
The following Joomla!-specific interwiki links are supported in this wiki.
Linking to a board in forum.joomla.org
To link to a specific forum board in forum.joomla.org you can use this syntax:
[[jforum:#####]]
[[jforum:303|Documentation - Feedback/Information/Suggestions]]is rendered as: Documentation - Feedback/Information/Suggestions
Linking to a topic in forum.joomla.org
To link to a specific forum topic (thread) in forum.joomla.org you can use this syntax:
[[jtopic:#####]]
[[jtopic:248141|Joomla! Doc Camp]]is rendered as: Joomla! Doc Camp
Linking to a tracker item in issues.joomla.org
To link to a specific tracker item (eg. a bug report) in issues.joomla.org you can use this syntax:
[[jtracker:#####]]
[[jtracker:8867|Issue with (Today) string]]is rendered as: Issue with (Today) string. Note that you will probably need to be logged into JoomlaCode for these links to work as expected.
Linking to PHP documentation
To link to a reference page on php.net you can use this syntax:
[[php:xxxxxxxxx]]
where xxxxxxxxx is replaced by a word, usually a PHP function name. For example, the reference page for the PHP strlen() function can be linked to by inserting [[php:strlen]] into the wiki page. Just to prove it works, here it is: php:strlen. Piped links work too, so
[[php:strlen|strlen()]]
is rendered as: strlen().
Collegamento a Wikipedia
Per linkare una pagina su wikipedia.org (in inglese) è possibile utilizzare questa sintassi:
[[wikipedia:xxxxxxxxx]]
where xxxxxxxxx is the target page name. For example, the Joomla! page can be linked to by inserting [[wikipedia:Joomla!]]. Just to prove it works, here it is: wikipedia:Joomla!. Piped links work too, so [[wikipedia:Joomla!|]] is rendered as: Joomla!. If you want to use a Wikipedia in another language you can use
[[nl.wp:xxxxxxxxx]]
so [[nl.wp:Joomla!|Joomla! in Dutch]] is rendered as: Joomla! in Dutch.