Content deleted Content added
Include <nowiki> on <a> tag. It's necessary here or the cell is silently ignored. Why? |
Change TemplateData to reflect sets of three rather than two |
||
Line 54:
"col2headerstyle",
"col2",
"col3headerstyle",
"col3",
"col1style",
"col2style",
"col3style",
"codestyle",
"outputstyle",
Line 114 ⟶ 117:
},
"col1": {
"description": "First column (
"type": "string",
"default": "\"Markup\""
},
"col2": {
"description": "Second column (
"type": "string",
"default": "\"Renders as\""
},
"col3": {
"description": "Third column (output)'s heading.",
"type": "string",
"default": "\"Renders as\""
Line 144 ⟶ 152:
"col2headerstyle": {
"description": "For CSS styling to amend the appearance of the second column's heading. Overrides (but does not replace) colheaderstyle.",
"type": "string"
},
"col3headerstyle": {
"description": "For CSS styling to amend the appearance of the third column's heading. Overrides (but does not replace) colheaderstyle.",
"type": "string"
},
Line 152 ⟶ 164:
"col1style": {
"label": "Column 1 Style",
"description": "For CSS styles to amend the appearance of the
"example": "width:20em;",
"type": "string",
Line 159 ⟶ 171:
"col2style": {
"label": "Column 2 Style",
"description": "For CSS styles to amend the appearance of the HTML column (e.g. the background colour).",
"example": "background-color:#fff;",
"type": "string",
"default": "none"
},
"col3style": {
"label": "Column 3 Style",
"description": "For CSS styles to amend the appearance of the output column (e.g. the background colour).",
"example": "background-color:#fff;",
|