Difference between revisions of "Template:Intro to tabs"

From blackwiki
Jump to navigation Jump to search
imported>Evolution and evolvability
(<templatestyles src="Template:Intro to/styles.css" />)
imported>Evolution and evolvability
(move padding definition to style sheet)
Line 1: Line 1:
 
<templatestyles src="Template:Intro to/styles.css" /><div class = "introto__tabs-main"
 
<templatestyles src="Template:Intro to/styles.css" /><div class = "introto__tabs-main"
 
     style = "{{#ifeq:{{{number}}}|{{SUBPAGENAME}}
 
     style = "{{#ifeq:{{{number}}}|{{SUBPAGENAME}}
               |padding: 0.6em 1em 0.6em 1em; border-left: 1em solid #3366bb;
+
               |padding-left: 1em; border-left: 1em solid #3366bb;
               |padding: 0.6em 1em 0.6em 2em;
+
               |padding: 2em;
 
               }}">
 
               }}">
 
[[{{{target|{{FULLROOTPAGENAME}}/{{{number|1}}}}}}|<span class="introto__tabs-title">{{{title|Title goes here}}}</span>]]<br />
 
[[{{{target|{{FULLROOTPAGENAME}}/{{{number|1}}}}}}|<span class="introto__tabs-title">{{{title|Title goes here}}}</span>]]<br />
 
{{{subtitle|Subtitle goes here}}}
 
{{{subtitle|Subtitle goes here}}}
 
</div><noinclude>{{documentation}}</noinclude>
 
</div><noinclude>{{documentation}}</noinclude>

Revision as of 06:40, 1 March 2020

Title goes here
Subtitle goes here

Template documentation[view] [edit] [history] [purge]

Usage

This template is used to make the side tabs of the {{intro to}} tutorial templates. The |number parameter indicates which subpage of the tutorial to which the template links.

{{Intro to tabs
| number   = 1
| title    = Example 1
| subtitle = Subtitle 1
}}