Help:Table caption
Jump to navigation
Jump to search
MediaWiki Handbook: Contents, Readers, Editors, Moderators, System admins +/- |
The caption tag is used inside the HTML element "table". This can also be done indirectly using the code "|+" as part of the wikicode for a table.
It places texts above the table, by default. Texts can also be below, at the left or at the right side of the table, based on the "align" parameter's value.
In the rightside table, the texts This is a Caption showing a caption. |
| |||||||
Wiki code: | {| border="1" |+ This is a Caption ! Data-Type-1 !! Data-Type-2 |- | Data-1a || Data-2a |- | Data-1b || Data-2b |} | |||||||
Html code: | <table border="1"> <caption> This is a Caption </caption> <tr> <th> Data-Type-1 </th><th> Data-Type-2 </th> </tr><tr> <td> Data-1a </td><td> Data-2a </td> </tr><tr> <td> Data-1b </td><td> Data-2b </td> </tr> </table> |
A html <caption> tag can be created by using following wiki code:
|+ Caption
which generates the following html code:
<caption>Caption</caption>
You can also use parameters in wiki code:
|+ params|Caption
which will generate below html code:
<caption params>Caption</caption>
CSS box model equivalent:
display: table-caption;
Caption tag accepts following parameters:
align = "top|bottom|left|right" (Deprecated html parameter)
(Html "align" is valid for ~IE 6).
Equivalent stylesheet parameter:
style="caption-side: top|bottom|left|right|inherit;"
In the rightside table, the texts Caption at bottom showing a bottom side caption. |
| |||||||
Wiki code: |
{| border="1" |+ align="bottom" style="caption-side: bottom" | Caption at '''bottom''' ! Data-Type-1 !! Data-Type-2 |- | Data-1a || Data-2a |- | Data-1b || Data-2b |} |
For a bottom side, right aligned caption texts:
|+ align="bottom" style="caption-side: bottom; text-align: right;" | Caption at bottom
See also
Links to other help pages
- Help contents
- Meta · Wikinews · Wikipedia · Wikiquote · Wiktionary · Commons: · mw: · b: · s: · mw:Manual · Google
- Versions of this help page (for other languages see further)
- Meta · Wikinews · Wikipedia · Wikiquote · Wiktionary
- What links here on Meta or from Meta · Wikipedia · MediaWiki
- Reading
- Go · Search · Stop words · Namespace · Page name · Section · Backlinks · Redirect · Category · Image page · Special pages · Printable version
- Tracking changes
- Recent changes (enhanced) | Related changes · Watching pages · Diff · Page history · Edit summary · User contributions · Minor edit · Patrolled edit
- Logging in and preferences
- Logging in · Preferences · User style
- Editing
- Starting a new page · Advanced editing · Editing FAQ · Edit toolbar · Export · Import · Shortcuts · Edit conflict · Page size
- Referencing
- Links · URLs · Piped links · Interwiki linking · Footnotes
- Style and formatting
- Wikitext examples · CSS · Reference card · HTML in wikitext · Formula · List · Table · Sorting · Colors · Images and file uploads
- Fixing mistakes
- Show preview · Testing · Reverting edits
- Advanced functioning
- Expansion · Template · Advanced templates · Parser function · Parameter default · Variable · System message · Substitution · Array · Calculation · Embed page
- Others
- Special characters · Renaming (moving) a page · Talk page · Signatures · Sandbox · Legal issues for editors