Template:Plugin

From Miranda NG
Revision as of 13:28, 20 October 2013 by Wishmaster (talk | contribs)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

Creates link to plugin's page. Link will lead to page in user's interface language; if it doesn't exist, then to page in fallback language or to English one in the end. So it should always lead to valid, existing page (in case page in base language exists – like it should).

Usage

Single link

{{Plugin | Plugin name | Link name (optional) }}
You type You get
{{Plugin|AIM}} [[Plugin:{{{2}}}/AIM |{{{2}}}]]
{{Plugin|AIM|AIM Protocol}} AIM Protocol

Using Template:While

{{While | tpl=Plugin | Name of the first plugin | Name of the second plugin | etc. }}
You type You get
{{While|tpl=Plugin|AIM|Facebook|Jabber}} [[Plugin:{{{2}}}/AIM |{{{2}}}]], [[Plugin:{{{2}}}/Facebook |{{{2}}}]], [[Plugin:{{{2}}}/Jabber |{{{2}}}]]