User:Goraf/OtherPlugins: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
mNo edit summary
m (revert)
 
(12 intermediate revisions by the same user not shown)
Line 4: Line 4:
2. correct this {{User:Goraf/hPluginLink|...}}
2. correct this {{User:Goraf/hPluginLink|...}}


-->
--><includeonly>{{
<includeonly>{{#vardefine: PluginLang | {{{1}}} }}{{#vardefine: Form | {{{form}}} }}{{#vardefine: Type | {{#if: {{{type|}}} | {{{type}}} | }} }}
  #vardefine: PluginLang | {{{1}}}
{{ifnotempty|{{User:Goraf/hPluginLink|Chat}}|{{User:Goraf/hPluginLink|Chat}}}}
}}{{
{{ifnotempty|{{User:Goraf/hPluginLink|Chess4Net}}|{{User:Goraf/hPluginLink|Chess4Net}}}}
  #vardefine: Form | {{{form}}}
{{ifnotempty|{{User:Goraf/hPluginLink|Clist_classic}}|{{User:Goraf/hPluginLink|Clist_classic}}}}
}}{{
{{ifnotempty|{{User:Goraf/hPluginLink|ExtraIcons}}|{{User:Goraf/hPluginLink|ExtraIcons}}}}
  #vardefine: Type
{{ifnotempty|{{User:Goraf/hPluginLink|Gender}}|{{User:Goraf/hPluginLink|Gender}}}}
  |{{
{{ifnotempty|{{User:Goraf/hPluginLink|IM_Updater}}|{{User:Goraf/hPluginLink|IM_Updater}}}}
    #if: {{{type|}}}
{{ifnotempty|{{User:Goraf/hPluginLink|MagneticWindows}}|{{User:Goraf/hPluginLink|MagneticWindows}}}}
    | {{{type}}}
{{ifnotempty|{{User:Goraf/hPluginLink|Skype}}|{{User:Goraf/hPluginLink|Skype}}}}
    |&#32;
{{ifnotempty|{{User:Goraf/hPluginLink|SRMM}}|{{User:Goraf/hPluginLink|SRMM}}}}
  }}
{{ifnotempty|{{User:Goraf/hPluginLink|WinterSpeak}}|{{User:Goraf/hPluginLink|WinterSpeak}}
}}{{ <!-- makes arguments have global scope -->
}}</includeonly>
  #forargs: d_
  | key
  | value
  | {{#vardefine: {{#var: key}} |{{#var: value}} }}
}}{{
  #ifeq: {{#var:Form}} | links
  | {{(!}}  
  |
}}
{{User:Goraf/hPluginLink|Chat}}
{{User:Goraf/hPluginLink|Chess4Net}}
{{User:Goraf/hPluginLink|Clist_classic}}
{{User:Goraf/hPluginLink|ExtraIcons}}
{{User:Goraf/hPluginLink|Gender}}
{{User:Goraf/hPluginLink|IM_Updater}}
{{User:Goraf/hPluginLink|MagneticWindows}}
{{User:Goraf/hPluginLink|Skype}}
{{User:Goraf/hPluginLink|SRMM}}
{{User:Goraf/hPluginLink|WinterSpeak}}
{{
  #ifeq: {{#var:Form}} | links
  | {{!)}}
  |
}}<nowiki/></includeonly><noinclude>
 
Displays a list of links to the "tested", "other", "dropped" and "notadopted" plugins.
 
 
=== Code description ===
The wiki "table" marks prevents the emergence of a new line before the first link and maintains a constant spacing between the lines of the links.
 
=== Usage ===
<pre>{{OtherPlugins|language|form=links|type=|}}</pre>
<pre>
language  -  language code
form      - 
type      -  type of the plugins you want to display**
</pre>
<nowiki>*</nowiki> Supported forms: <tt>list</tt>, <tt>links</tt>, (<tt>download</tt> is not supported)
 
<nowiki>**</nowiki> Supported types: <tt>tested</tt>, <tt>other</tt>, <tt>dropped</tt>, <tt>notadopted</tt>
</noinclude>

Latest revision as of 01:16, 6 April 2013


Displays a list of links to the "tested", "other", "dropped" and "notadopted" plugins.


Code description

The wiki "table" marks prevents the emergence of a new line before the first link and maintains a constant spacing between the lines of the links.

Usage

{{OtherPlugins|language|form=links|type=|}}
language   -  language code
form       -  
type       -  type of the plugins you want to display**

* Supported forms: list, links, (download is not supported)

** Supported types: tested, other, dropped, notadopted