Template:Tab

From Heroes 3 wiki
Revision as of 08:32, 3 September 2024 by Imahero (talk | contribs) (Created page with "<includeonly>{{#ifeq:{{SERVERNAME}}|heroes.thelazy.net|<tab {{{attr|}}} style='{{{style|}}}' name="{{{name|}}}">}}</includeonly><noinclude> ==Usage== <pre>{{tabs|attr=plain|style=text-align:center; margin:0;}}{{tab|name=HotA}}Horn of the Abyss{{endtab}}{{tab|name=SoD}}Shadow of Death{{endtab}}{{endtabs}}</pre> {{tabs|attr=plain|style=text-align:center; margin:0;}}{{tab|name=HotA}}Horn of the Abyss{{endtab}}{{tab|name=SoD}}Shadow of Death{{endtab}}{{endtabs}} ==Variable...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Usage

{{tabs|attr=plain|style=text-align:center; margin:0;}}{{tab|name=HotA}}Horn of the Abyss{{endtab}}{{tab|name=SoD}}Shadow of Death{{endtab}}{{endtabs}}

<tabs plain style='text-align:center; margin:0;'><tab {{{attr|}}} style='{{{style|}}}' name="{{{name|}}}">Horn of the Abyss</tab><tab {{{attr|}}} style='{{{style|}}}' name="{{{name|}}}">Shadow of Death</tab></tabs>

Variables

  • attr = (attributes, e.g. plain)
  • style = (css, e.g. text-align:center; margin:0;)
  • name = (tab name, e.g. HotA)

Tabs Documentation

mediawiki.org/wiki/Extension:Tabs/Usage