Template:post-table-end
From Homestar Runner Wiki
(Difference between revisions)
(maybe i need to close a table from within a template?) |
(that was a pain to figure out. I'm leaving this here for future reference...) |
||
Line 1: | Line 1: | ||
- | |}<noinclude> | + | {{#if:{{{1|}}}| |
+ | {{clear}}<!-- /* The clears are necessary. I think they help the parser know that the next tag is really a table close tag or something... */ --> | ||
+ | {{!}}}<!-- This is "|}" but {{!}} avoids incorrect parsing from the above #if statement --> | ||
+ | {{clear}} | ||
+ | |}}<noinclude> | ||
:See {{t|post}} | :See {{t|post}} | ||
*Helper function to close a table... | *Helper function to close a table... | ||
[[Category:Toon Article Formatting Templates|{{PAGENAME}}]]</noinclude> | [[Category:Toon Article Formatting Templates|{{PAGENAME}}]]</noinclude> |
Current revision as of 19:02, 23 January 2021
- See {{post}}
- Helper function to close a table...