Template:post-film

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(try adding an empty span to see if this solves the space issue)
(try out the new template in lieu of the span)
Line 1: Line 1:
{{#if:{{{1|}}}|<!--  
{{#if:{{{1|}}}|<!--  
-
-->{{#if:{{{maybefirst|}}}|, <span style="display:none"></span>|<!-- /* "maybefirst" parameter only adds a comma if film1 is set, for this work right "first" MUST be set to "true" */
+
-->{{#if:{{{maybefirst|}}}|, {{blank}}|<!-- /* "maybefirst" parameter only adds a comma if film1 is set, for this work right "first" MUST be set to "true" */
-
   -->{{#if:{{{first|}}}||, <span style="display:none"></span>}}<!-- /* suppress comma if "first" parameter is set */
+
   -->{{#if:{{{first|}}}||, {{blank}}}}<!-- /* suppress comma if "first" parameter is set */
-->}}<!-- /* end #if:{{{maybefirst|}}} */
-->}}<!-- /* end #if:{{{maybefirst|}}} */
-->{{#if:{{{textonly|}}}<!-- /* suppress {{Film}} template if "textonly" parameter is set */
-->{{#if:{{{textonly|}}}<!-- /* suppress {{Film}} template if "textonly" parameter is set */

Revision as of 13:28, 22 December 2022

See {{post}}
  • Helper function to add comma-separated film entries
Personal tools