Modèle:Tab : Différence entre versions

De EncyclopAtys

Ligne 68 : Ligne 68 :
 
|Pic-2=UnderConstruction.png
 
|Pic-2=UnderConstruction.png
 
}}</syntaxhighlight>
 
}}</syntaxhighlight>
[[Category:Tab]][[Category:Template:Tab]]</noinclude>
+
[[Category:Tab]][[Category:Template:Tab]][[Category:Modèle:Onglet]]</noinclude>

Version du 10 novembre 2020 à 08:13

Tab#1: the Tabs TemplateThis tab is inactive Tab#1: the Tabs Template
This tab is inactive
 Tab#2 the Tab TemplateIt is the active tab Tab#2 the Tab Template
It is the active tab
de:Vorlage:Tab
en:Template:Tab
es:Plantilla:Tab
fr:Modèle:Tab
ru:Шаблон:Tab



This template is used by the Tabs template which assembles a set of tabs such as the ones on this same page. It seems useless to use it outside this context.


Parameters List

Parameter Effect Effect range
align_tab tab name text alignment common style parameters
blend  ?
bg_frame global frame background (i.e. page)
bord Tab border line syle
round Tab upper corners radius
bg_Tabs Tab background Tab specific
Pic Tab icon
Tab Tab name
URL Tab url

Tabs code of this page

 {{Tabs
|bord=2px solid #{{ColorAtys|type=dark|group=tryker}}
|bg_frame=#{{ColorAtys|type=bg|group=fyros}}         <——— note the colour change to be compatble with the tabs choices 
|round=5em
|align_tab=center
<!--  -->
|Tab-1={{3DText|text='''Tab#1: the Tabs Template'''<br />This tab is ''inactive''}}          <———passed from "Tabs" template to "Tab" template
|URL-1=Template:Tabs 
|bg_Tab-1=#{{ColorAtys|type=light|group=tryker}}
|Pic-1=dummy.png 
<!--  -->
|Tab-2={{3DText|text='''''Tab#2 the Tab Template''<br />It is the ''active'' tab'''}}          <———passed from "Tabs" template to "Tab" template
|URL-2=Template:Tab
|bg_Tab-2=#{{ColorAtys|type=light|group=fyros}}
|Pic-2=UnderConstruction.png
}}