Content deleted Content added
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 30:
| separator = --
| order = 2, 1
| descending = 1, 2
| numeric = 2
| header = --Name--Age
Line 106 ⟶ 107:
| numeric = 2, 3, 4, 5
| header = ::Name::A::B::C::D
| colstyle = :: :: :: :: font-family:monospace :: color:#DD9900
|background-color:#FFDDDD::Bob::20::3::394::0.38
Line 111 ⟶ 113:
|background-color:#FFDDDD::John::35::4::472::-1.38
|background-color:#DDDDFF::James::35::6::465::10.384
|::''Henry''::35::4::472::2.49
|border:2px solid #FF0000::Smith::35::-2::411::9.27
|background-color:#FFDDDD::Doe::35::4::876::-3.52
|text-align:center; color:#008800::Joseph::35::6::183::3.29482
|text-decoration:underline::Frank::20::-3::454::4.102
|::Martin::35::4::472::0.00013
}}
]])
end
function p:example_hiddencols()
return self:preprocess([[
{{#invoke: AutosortTable|create
| class = wikitable sortable
| style = width: 50%;
| separator = ::
| order = 2, 3, 4, 5, 1
| numeric = 2, 3, 4, 5
| hidden = 2, 3
| header = ::Name::C::D
|::Bob::20::3::394::0.38
|::Peter::35::4::472::1.48
|::John::35::4::472::-1.38
|::James::35::6::465::10.384
|::Henry::35::4::472::2.49
|::Smith::35::-2::411::9.27
|::Doe::35::4::876::-3.52
|::Joseph::35::6::183::3.29482
|::Frank::20::-3::454::4.102
|::Martin::35::4::472::0.00013
|