Template:Tabber/doc: Difference between revisions

From TNOpediA
Content added Content deleted
(Created page with "= Documentation = How to use: <pre> {{tabber | [title of first tab] | [file of first tab] | [caption of first tab] | [title of second tab] | [file of second tab] | [caption of second tab] etc. up to 6 tabs }} </pre>")
 
No edit summary
Line 4: Line 4:
{{tabber
{{tabber


| [title of first tab]
|[title of first tab]
| [file of first tab]
|[content of first tab]
| [caption of first tab]


| [title of second tab]
|[title of second tab]
| [file of second tab]
|[content of second tab]
| [caption of second tab]


etc. up to 6 tabs
etc. up to 6 tabs
Line 16: Line 14:
}}
}}
</pre>
</pre>
example:

<pre>
{{tabber

|Hitler
|[[File:Adolf Hitler portrait.png|x215px]] <br/> ''Adolf Hitler in 1962''

|Speer
|[[File:Portrait_GER_Albert_Speer.png|x215px]] <br/> ''Albert Speer in 1962''

|Bormann
|[[File:Portrait_GER_Martin_Bormann.png|x215px]] <br/> ''Martin Bormann in 1962''

}}
</pre>
becomes:
{{tabber

|Hitler
|[[File:Adolf Hitler portrait.png|x215px]] <br/> ''Adolf Hitler in 1962''

|Speer
|[[File:Portrait_GER_Albert_Speer.png|x215px]] <br/> ''Albert Speer in 1962''

|Bormann
|[[File:Portrait_GER_Martin_Bormann.png|x215px]] <br/> ''Martin Bormann in 1962''

}}

Revision as of 01:50, 27 May 2024

Documentation

How to use:

{{tabber

|[title of first tab]
|[content of first tab]

|[title of second tab]
|[content of second tab]

etc. up to 6 tabs

}}

example:

{{tabber

|Hitler
|[[File:Adolf Hitler portrait.png|x215px]] <br/> ''Adolf Hitler in 1962''

|Speer
|[[File:Portrait_GER_Albert_Speer.png|x215px]] <br/> ''Albert Speer in 1962''

|Bormann
|[[File:Portrait_GER_Martin_Bormann.png|x215px]] <br/> ''Martin Bormann in 1962''

}}

becomes:


Adolf Hitler in 1962

Albert Speer in 1962

Martin Bormann in 1962