Mr. Johnson (talk | contribs) (Created page with "<includeonly>Category:Table Template</includeonly> {{Template|TableEnd}} is used to finish off a table started with {{Template|TableTop}}. ==Usage== It accepts {{Parameter|none}}. ==Return== It includes the {{Code|<nowiki></table></nowiki>}} that finishes out a table.") |
Mr. Johnson (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
{{Template|TableEnd}} is used to finish off a table started with {{Template|TableTop}}. | {{Template|TableEnd}} is used to finish off a table started with {{Template|TableTop}}. | ||
==Usage== | ==Usage== | ||
It accepts {{Parameter| | It accepts one {{Parameter|optional}}, {{code|edit}}. If used it should be set to the name of the table without the namespace, e.g. {{code|Sample}} not {{Code|Table:Sample}}. | ||
==Return== | ==Return== | ||
It includes the {{Code|<nowiki></table></nowiki>}} that finishes out a table. | It includes the {{Code|<nowiki></table></nowiki>}} that finishes out a table. | ||
If {{code|edit}} is supplied, it includes an edit link as shown below: | |||
{{Return|{{Table:Sample}}}} |
Latest revision as of 19:48, 21 November 2023
Template:TableEnd
is used to finish off a table started with Template:TableTop
.
Usage
It accepts one optional parameter, edit
. If used it should be set to the name of the table without the namespace, e.g. Sample
not Table:Sample
.
Return
It includes the </table>
that finishes out a table.
If edit
is supplied, it includes an edit link as shown below:
Sample
Column A | Column B | Column C |
---|---|---|
Cell A1 | Cell B1 | Cell C1 |
Cell A2 | Cell B2 | Cell C2 |
Cell A3 | Cell B3 | Cell C3 |
[ edit ]