Template:Tabs

From Moegirlpedia
Revision as of 13:18, 20 May 2017 by 猫耳南云霞 (talk | contribs) (Created page with "<includeonly><div class="Tabs {{{color|black}}}" {{#if:{{{DefaultTab|}}}|data-default-tab="{{{DefaultTab|}}}"|}} {{#if:{{{LabelPadding|}}}|data-label-padding="{{{LabelPadding|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Template-info.svg Template Documentation  [View] [Edit] [History] [Refresh]
{{tabs
|color=
|bt1=
|bticon1=
|tab1=
|bt2=
|bticon2=
|tab2=
|bt3=
|bticon3=
|tab3=
|bt4=
|bticon4=
|tab4=
|bt5=
|bticon5=
|tab5=
|bt6=
|bticon6=
|tab6=
|bt7=
|bticon7=
|tab7=
|bt8=
|bticon8=
|tab8=
|bt9=
|bticon9=
|tab9=
|DefaultTab=
}}

There must be at least one tab or it can not work.

Parameters

x=number 1-∞

  • General
    1. color= , only can set 7 colors and one default theme.
      • green
      • red
      • blue
      • yellow
      • purple
      • orange
      • black (default)
    2. DefaultTab: Specify which tab is displayed when the page loads, the default value is 1;
    3. LabelPadding: Specify the inner margin of the label, the default value is 2px;
    4. LabelBorderColor: Specify the left and right border color of the selected label, the default value is #aaa;
    5. LabelBackgroundColor: Specify the background color of the selected label, the default value is white;
    6. LabelColor: Specify the upper border color of the selected label, the default value is green;
    7. TextBorderColor: Specify the border color of the displayed text, the default value is #aaa;
    8. TextBackgroundColor: Specify the background color of the displayed text, the default value is white;
    9. TextPadding: Specify the inner margin of the displayed text, the default value is 20px 30px;
    10. AutoWidth: Make tabs no longer occupy the entire line, if you want to enable it, you must pass in [yes] value, the default value is no.
  • Outcome
    • btx= , fill in the name of the displayed page. (Required)
    • bticonx= , The logo on the left of the page name. It can be a text or a picture. The default is no logo. The recommended image size is 16px. If you don't show a logo, then don't use this parameter.
    • tabx= , the content of a page.