Difference between revisions of "Template:Intro to/tabs/doc"

From blackwiki
Jump to navigation Jump to search
imported>Evolution and evolvability
(ce)
imported>Evolution and evolvability
(update for new template {{Intro to tabs}})
Line 3: Line 3:
 
== Usage ==
 
== Usage ==
  
To create the list of tabs, simply use a stack of {{tlx|Help intro sidetab}} templates:
+
To create the list of tabs, simply use a stack of {{tlx|Intro to tabs}} templates:
 
<pre>
 
<pre>
{{Help intro sidetab
+
{{Intro to tabs
| target  = Template:Intro to
+
| number  = 1
 +
| target  = Template:Intro to/1
 
| title    = Example 1
 
| title    = Example 1
 
| subtitle = Subtitle 1
 
| subtitle = Subtitle 1
 
}}
 
}}
 +
{{Intro to tabs
 +
| number  = 2
 +
| target  = Template:Intro to/2
 +
| title    = Example 2
 +
| subtitle = Subtitle 2
 +
}}
 +
etc.
 
</pre>
 
</pre>
  

Revision as of 08:32, 20 November 2015

Usage

To create the list of tabs, simply use a stack of {{Intro to tabs}} templates:

{{Intro to tabs
| number   = 1
| target   = Template:Intro to/1
| title    = Example 1
| subtitle = Subtitle 1
}}
{{Intro to tabs
| number   = 2
| target   = Template:Intro to/2
| title    = Example 2
| subtitle = Subtitle 2
}}
etc.