Anonymous
×
Create a new article
Write your page title here:
We currently have 55 articles on SR5 Foundry VTT System Wiki. Type your article name above or click on one of the titles below and start writing!



SR5 Foundry VTT System Wiki

Template:TableEnd/Documentation: Difference between revisions

(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.")
 
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|none}}.
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 AColumn BColumn C
Cell A1Cell B1Cell C1
Cell A2Cell B2Cell C2
Cell A3Cell B3Cell C3