Difference between revisions of "Template:Tab/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>LikableBrute
(Created page with "{{doc/start}} {{Notice|No History Tab template created by [https://feheroes.gamepedia.com/User:Endilyn Endilyn] of the [https://feheroes.gamepedia.com/Main_Page FEH Wiki].}} =...")
>LikableBrute
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{doc/start}}
 
{{doc/start}}
{{Notice|No History Tab template created by [https://feheroes.gamepedia.com/User:Endilyn Endilyn] of the [https://feheroes.gamepedia.com/Main_Page FEH Wiki].}}
+
{{Notice|No History Tab template created by [https://feheroes.gamepedia.com/User:Endilyn Endilyn] of the [https://feheroes.gamepedia.com/Main_Page FEH Wiki]. Original Template located here: [https://feheroes.gamepedia.com/Template:Tab Template:Tab]}}
 
==Boilerplate==
 
==Boilerplate==
 
<pre>{{tab/start}}<!--
 
<pre>{{tab/start}}<!--

Latest revision as of 00:22, 14 February 2020

50px Documentation

Boilerplate

{{tab/start}}<!--
-->{{tab/header|}}<!--
--><!--
-->{{tab/header|}}<!--
--><!--
-->{{tab/end}}

Usage

{{tab/start}}
{{tab/header|tab name 1}}
tab content 1
{{tab/header|tab name 2}}
tab content 2
<!-- as many tabs as needed can be added -->
{{tab/end}}
tab name 1

tab content 1

tab name 2

tab content 2

{{tab/start}} may optionally have inline styles applied to it:
{{tab/start|style=<!-- CSS here -->}}
which will show on both the JavaScript and non-Javascript versions.
{{tab/start|style=width:50%;}}
{{tab/header|tab name 1}}
tab content 1
{{tab/header|tab name 2}}
tab content 2
{{tab/end}}
tab name 1

tab content 1

tab name 2

tab content 2

Tabs can be nested.

{{tab/start}}
{{tab/header|tab name 1}}
{{tab/start}}
{{tab/header|nested tab name 1}}
tab content 1
{{tab/header|nested tab name 2}}
tab content 2
{{tab/end}}
{{tab/header|tab name 2}}
{{tab/start}}
{{tab/header|nested tab name 1}}
tab content 3
{{tab/header|nested tab name 2}}
tab content 4
{{tab/end}}
{{tab/end}}
tab name 1
nested tab name 1

tab content 1

nested tab name 2

tab content 2

tab name 2
nested tab name 1

tab content 3

nested tab name 2

tab content 4