111,354
edits
Changes
→CAPTION: examples
which generates
<caption>Caption</caption>
Example:
{|class=greylapse
|+Caption
!1!!2!!3
|-
|Iron||Steel||Silver
|-
|Glass||Ebony||Daedric
|}
You can also use parameters:
|+ ''params''|Caption
which will generate
<caption ''params''>Caption
This can be used to among other things place the caption in a different location, e.g.:
{|width=100%
|-valigntop
|width=33%|
{|class=greylapse
|+align=left|Caption
!1!!2!!3
|-
|Iron||Steel||Silver
|-
|Glass||Ebony||Daedric
|}
|width=33%|
{|class=greylapse
|+align=bottom|Caption
!1!!2!!3
|-
|Iron||Steel||Silver
|-
|Glass||Ebony||Daedric
|}
|width=33%|
{|class=greylapse
|+align=right|Caption
!1!!2!!3
|-
|Iron||Steel||Silver
|-
|Glass||Ebony||Daedric
|}
|}
==Examples==