Difference between revisions of "Template:Collapsible"

From NSV13
Jump to navigationJump to search
imported>Deantwo
m (Ok it's acting a little weird, but should work now?)
imported>Deantwo
m (Undo revision 10077 by Deantwo (talk) Should have known that wouldn't work.)
 
Line 3: Line 3:
 
  ! {{{1|Title}}}
 
  ! {{{1|Title}}}
 
  |-
 
  |-
  | scope="row" |
+
  | scope="row" |{{{2|Collapsible text.}}}
|{{{2|Collapsible text.}}}
 
 
  |}</includeonly><noinclude>
 
  |}</includeonly><noinclude>
 
==Intro==
 
==Intro==

Latest revision as of 05:49, 6 June 2014

Intro[edit source]

This is just a simple collapsible wikitable.

Use[edit source]

Code:

{{Collapsible
 |Test table
 |This is some test text, it will be hidden by the nice collapsible wikitable we have here!
 }}

Result:

Test table
This is some test text, it will be hidden by the nice collapsible wikitable we have here!