Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TheOpenRoad Support
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Help:Collapsing tables and more
(section)
Help page
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Collapsible tables== The <code>[[mw:Manual:Collapsible elements|mw-collapsible]]</code> class can make any element collapsible, but tables are particularly simple to make collapsible. Adding the <code>mw-collapsible</code> class to a table automatically positions the toggle, and selects which parts to collapse. A common use is to make a collapsible layout table, which always displays an introduction or summary, but hides the rest of the content from immediate view. The introduction or summary is in the first row, and the content is in subsequent rows. The content is then easily accessible by using the 'show' button. In the examples below, the use of the class <code>wikitable</code> is merely for appearance; it is not needed for <code>mw-collapsible</code> to function. {| class=wikitable style="width:80%;" !Code entered!!Output produced |- |style="width:50%;"| <syntaxhighlight lang="wikitext">{| role="presentation" class="wikitable mw-collapsible" | <strong>Lorem ipsum</strong> |- | Lorem ipsum dolor sit amet |}</syntaxhighlight> |style="width:50%;"| {| role="presentation" class="wikitable mw-collapsible" | <strong>Lorem ipsum</strong> |- | Lorem ipsum dolor sit amet |} |} More complex data tables can also be collapsible. {| class="wikitable" style="width:80%;" !Code entered!!Output produced |- |style="width:50%;"| <syntaxhighlight lang="wikitext"> {| class="wikitable mw-collapsible" |+ class="nowrap" | Winter Olympic Games |- | ! scope="col" | City ! scope="col" | Country |- ! scope="row" | 1994 | Lillehammer || Norway |- ! scope="row" | 1998 | Nagano || Japan |} </syntaxhighlight> |style="width:50%;"| {| class="wikitable mw-collapsible" |+ class="nowrap" | Winter Olympic Games |- | ! scope="col" | City ! scope="col" | Country |- ! scope="row" | 1994 | Lillehammer || Norway |- ! scope="row" | 1998 | Nagano || Japan |} |}
Summary:
Please note that all contributions to TheOpenRoad Support may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TheOpenRoad Support:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)