Difference between revisions of "Template:Meta link towards portal"

From EncyclopAtys

Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{{{FULLPAGENAME}}/Documentation}}</noinclude>
 
<noinclude>{{{{FULLPAGENAME}}/Documentation}}</noinclude>
<div style="margin: 0em; padding:0.1em; border: thin ridge #dfe; border-width: medium 0 0 0; font-size: 1em; background-color: #fff;font-weight:bold; text-align: left;list-style-type: disc;
+
<div style="margin: 0em; padding:0.1em; border: thin ridge #{{ColorAtys|type=light|group={{{color}}}}}; border-width: medium 0 0 0; font-size: 1em; background-color: #{{ColorAtys|type=bg|group={{{color}}}}};font-weight:bold; text-align: left;
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#def), color-stop(100%,#000));
+
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#{{ColorAtys|type=light|group={{{color}}}}}), color-stop(100%,#000));
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#def));
+
background: -webkit-gradient(linear, center top, center bottom, from(#{{ColorAtys|type=bg|group={{{color}}}}}), to(#{{ColorAtys|type=light|group={{{color}}}}}));
background: -webkit-linear-gradient(#fff, #def);
+
background: -webkit-linear-gradient(#{{ColorAtys|type=bg|group={{{color}}}}}, #{{ColorAtys|type=light|group={{{color}}}}});
background: -moz-linear-gradient(#fff, #def);
+
background: -moz-linear-gradient(#{{ColorAtys|type=bg|group={{{color}}}}}, #{{ColorAtys|type=light|group={{{color}}}}});
background: -o-linear-gradient(#fff, #def);
+
background: -o-linear-gradient(#{{ColorAtys|type=bg|group={{{color}}}}}, #{{ColorAtys|type=light|group={{{color}}}}});
background: -ms-linear-gradient(#def, #def);
+
background: -ms-linear-gradient(#{{ColorAtys|type=bg|group={{{color}}}}}, #{{ColorAtys|type=light|group={{{color}}}}});
background: linear-gradient(#fff, #def);  
+
background: linear-gradient(#{{ColorAtys|type=bg|group={{{color}}}}}, #{{ColorAtys|type=light|group={{{color}}}}});  
 
color: #036; text-shadow: #333 .1em .1em .1em, #fff -.1em -.1em .1em;><!--
 
color: #036; text-shadow: #333 .1em .1em .1em, #fff -.1em -.1em .1em;><!--
-->{{#ifeq:{{{parent|none}}}|none|<ul style="text-align: center; margin: 0em; padding:0.3em; border-width: 0 thin thick thin;">}}<li>[[File:{{{icon|Stub.png}}}|48x24px|{{{title}}}|link=Portal:{{{portal}}}]][[Portal:{{{portal}}}|{{{title}}}]] {{#if:{{{sub-portal|}}}|• [[Portal:{{{portal}}}/{{{sub-portal}}}|{{{title sub-portal}}}]]}}</li>{{#ifeq:{{{parent|none}}}|none|</ul>}}</div><noinclude>
+
-->{{#ifeq:{{{parent|none}}}|none|<ul style="text-align: center; margin: 0em; padding:0.3em; border-width: 0 thin thick thin; list-style-type: disc; ">}}<li>[[File:{{{icon|Stub.png}}}|48x24px|{{{title}}}|link=Portal:{{{portal}}}]][[Portal:{{{portal}}}|{{{title}}}]] {{#if:{{{sub-portal|}}}|• [[Portal:{{{portal}}}/{{{sub-portal}}}|{{{title sub-portal}}}]]}}</li>{{#ifeq:{{{parent|none}}}|none|</ul>}}</div><noinclude>
 
[[Category:Template:Portal]]
 
[[Category:Template:Portal]]
 
[[Category:Exclude in print]]
 
[[Category:Exclude in print]]
 
</noinclude>
 
</noinclude>

Revision as of 14:10, 24 March 2018

en:Template:Meta link towards portal/Documentation
fr:Modèle:Méta lien vers portail/Documentation
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Zorroargh, 2018-03-24)

Usage

The template Meta link towards portal allows you to display banners of portal.

Syntax

{{Meta link towards portal |portal=... |title=... |icon=... |titrl sub-portal=... |sub-portal=... }}

Settings

  • portal : Link in the portal.
  • title : Title of the portal.
  • icon : Image used as icon portal. The image is reduced to the size of the banner. By default it is the icon "stub.png".
  • title sub-portal : Sub-title possible.
  • sub-portal : Link associated with the sub-title.

Example

The minimum

{{Meta link towards portal
|portal=Portal
|title=Title
}}

gives:

With all the parameters filled in

{{Meta link towards portal
|portal=Portal
|title=Title
|icon=Dummy.png
|palette=zorai
|title sub-portal=Title sub-portal
|sub-portal=Sub-portal
}}

gives:


  • link=Portal:{{{portal}}}[[Portal:{{{portal}}}|{{{title}}}]]