Template:VerticalGrid/doc: Difference between revisions

โ†’โ€ŽCell: I mistook semicolon for colon ๐Ÿ˜ฐ
No edit summary
(โ†’โ€ŽCell: I mistook semicolon for colon ๐Ÿ˜ฐ)
Line 18: Line 18:
* {{param|row}}: Usually the cell is placed below cells before it that take up the same column, so the row number is automatic. If the cell spans across several rows (assume ''x'' rows), fill <code>span ''x''</code>; otherwise, omit this argument.
* {{param|row}}: Usually the cell is placed below cells before it that take up the same column, so the row number is automatic. If the cell spans across several rows (assume ''x'' rows), fill <code>span ''x''</code>; otherwise, omit this argument.
* {{param|class}}: Space-separated HTML classes to add to the cell. A cell always has a <code>vertical-grid-cell</code> class.
* {{param|class}}: Space-separated HTML classes to add to the cell. A cell always has a <code>vertical-grid-cell</code> class.
* {{param|style}}: CSS to add to the cell. The colon of the last CSS attribute cannot be omitted.
* {{param|style}}: CSS to add to the cell. The semicolon after the last CSS attribute cannot be omitted.


== Styling ==
== Styling ==
420

edits