Template:Markup HTML Rendered/doc: Difference between revisions

Content deleted Content added
Change TemplateData to reflect sets of three rather than two
padding
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Documentation subpage}}
{{TemplateStyles|Template:Markup/styles.css}}
<!-- Categories where indicated at the bottom of this page, please. -->
{{TOC right |limit=2}}
Line 35 ⟶ 36:
 
==See also==
* {{tl|Markup2Markup}} for bulletedtwo-column andcode indentedand markup.output
 
* {{tl|Markupv}} for the vertical presentation (above/below) of markup/code and its output.
* {{tl|Automarkup}} does not require to write the code samples twice.
== TemplateData ==
{{TemplateData header}}
Line 56:
"col3headerstyle",
"col3",
"padding",
"col1style",
"col2style",
Line 175 ⟶ 176:
"type": "string",
"default": "none"
},
},
"col3style": {
"label": "Column 3 Style",
Line 182 ⟶ 183:
"type": "string",
"default": "none"
},
}
"padding": {
"description": "Padding within each cell.",
"example": "0 5px",
"type": "string",
"default": "5px"
}
}
}