Template:Collapsible: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
m (Removed unused category.)
m (Minor changes to examples.)
Line 12: Line 12:


  <nowiki>{{Collapsible</nowiki>
  <nowiki>{{Collapsible</nowiki>
  <nowiki> |Test table</nowiki>
  <nowiki> | Test table</nowiki>
  <nowiki> |This is some test text, it will be hidden by the nice collapsible wikitable we have here!</nowiki>
  <nowiki> | This text will be hidden by the collapsible wikitable!</nowiki>
<nowiki> }}</nowiki>
 
<nowiki>{{Collapsible</nowiki>
<nowiki> | 1 = Test table</nowiki>
<nowiki> | 2 = This text will be hidden by the collapsible wikitable!</nowiki>
  <nowiki> }}</nowiki>
  <nowiki> }}</nowiki>


Line 19: Line 24:


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

Revision as of 16:57, 20 August 2015

Intro

This is just a simple collapsible wikitable.

Use

Code:

{{Collapsible
 | Test table
 | This text will be hidden by the collapsible wikitable!
 }}
{{Collapsible
 | 1 = Test table
 | 2 = This text will be hidden by the collapsible wikitable!
 }}

Result:

Test table
This text will be hidden by the collapsible wikitable!