Template:PluginLink: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(+Category: Managing plugins)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 10: Line 10:
     |{{
     |{{
       #ifeq: {{#var:Type}} | rest
       #ifeq: {{#var:Type}} | rest
       |{{
       |{{ <!-- display plugins without "type" -->
           #if: {{#hashvalue:{{#var:PluginFileName}} |type}}  
           #if: {{#hashvalue:{{#var:PluginFileName}} |type}}  
           |
           |
           | {{PluginLink/List|}}
           | {{PluginLink/List|}}
         }}
         }}
       |{{
       |{{ <!-- display plugins with specific "type" -->
           #ifeq: {{#var:Type}} | {{#hashvalue:{{#var:PluginFileName}} |type}}
           #ifeq: {{#var:Type}} | {{#hashvalue:{{#var:PluginFileName}} |type}}
           | {{PluginLink/List|}}  
           | {{PluginLink/List|}}  
Line 35: Line 35:
     |{{
     |{{
       #ifeq: {{#var:Type}} | rest
       #ifeq: {{#var:Type}} | rest
       |{{
       |{{ <!-- display plugins without "type" -->
           #if: {{#hashvalue:{{#var:PluginFileName}} |type}}
           #if: {{#hashvalue:{{#var:PluginFileName}} |type}}
           |
           |
           | {{PluginLink/Download|}}
           | {{PluginLink/Download|}}
         }}
         }}
       |{{
       |{{ <!-- display plugins with specific "type" -->
           #ifeq: {{#var:Type}} | {{#hashvalue:{{#var:PluginFileName}} |type}}
           #ifeq: {{#var:Type}} | {{#hashvalue:{{#var:PluginFileName}} |type}}
           | {{PluginLink/Download|}}
           | {{PluginLink/Download|}}
Line 61: Line 61:
       #ifeq: {{#var:Type}} | {{#hashvalue:{{#var:PluginFileName}} |type}}
       #ifeq: {{#var:Type}} | {{#hashvalue:{{#var:PluginFileName}} |type}}
       |* [[Plugin:{{#var:PluginFileName}}{{#var:suffix}} | {{#var:PluginFileName}}]] {{
       |* [[Plugin:{{#var:PluginFileName}}{{#var:suffix}} | {{#var:PluginFileName}}]] {{
           #var: {{#var:PluginFileName}}
           #var: {{#var:PluginFileName}} <!-- dynamic description -->
         }}
         }}
       |
       |
Line 68: Line 68:
   }}
   }}
}}<nowiki/></includeonly><noinclude>
}}<nowiki/></includeonly><noinclude>
{{Todo | Commentary}}
{{Documentation}}
 
[[Category: Managing plugins]]
[[Category: Managing plugins]]
</noinclude>
</noinclude>

Latest revision as of 15:43, 13 December 2015

Template documentation[create]