Difference between revisions of "Template:RowEntry 3"
Jump to navigation
Jump to search
(Created page with "<tr> <td>{{{1}}}</td> <td>{{{2}}}</td> <td>{{{3}}}</td> <tr>") |
(Template data and category.) |
||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
<tr> | <tr> | ||
<td>{{{1}}}</td> | <td>{{{1}}}</td> | ||
| Line 4: | Line 5: | ||
<td>{{{3}}}</td> | <td>{{{3}}}</td> | ||
<tr> | <tr> | ||
| + | </includeonly><noinclude> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "params": { | ||
| + | "1": { | ||
| + | "label": "First Entry", | ||
| + | "type": "content", | ||
| + | "description": "Any content" | ||
| + | }, | ||
| + | "2": { | ||
| + | "label": "Second Entry", | ||
| + | "type": "content", | ||
| + | "description": "Any content" | ||
| + | }, | ||
| + | "3": { | ||
| + | "label": "Third Entry", | ||
| + | "type": "content", | ||
| + | "description": "Any content" | ||
| + | } | ||
| + | }, | ||
| + | "description": "Basic 3 row table entry." | ||
| + | } | ||
| + | </templatedata> | ||
| + | |||
| + | [[Category:RowEntry 3]] | ||
| + | |||
| + | </noinclude> | ||
Revision as of 01:49, 11 August 2020
Basic 3 row table entry.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| First Entry | 1 | Any content | Content | optional |
| Second Entry | 2 | Any content | Content | optional |
| Third Entry | 3 | Any content | Content | optional |