Template:Val: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>SkyLined
used evalns to prevent errors
meta>SkyLined
m Removed evalns from n and s arguments
Line 7: Line 7:
--><span style="white-space:nowrap"><!--
--><span style="white-space:nowrap"><!--
START ERROR CHECKING:
START ERROR CHECKING:
   -->{{#if: {{evalns|{{{n|}}}}}|<!-- Is there an argument "n"?
   -->{{#if: {{{n|}}}|<!-- Is there an argument "n"?
     -->{{FormattingError|Error in {{tl|val}}: argument "n" is deprecated.}}<!--
     -->{{FormattingError|Error in {{tl|val}}: argument "n" is deprecated.}}<!--
   -->|<!-- Is there an argument "n"? NO
   -->|<!-- Is there an argument "n"? NO
     -->{{#if: {{evalns|{{{s|}}}}}|<!-- Is there an argument "s"?
     -->{{#if: {{{s|}}}|<!-- Is there an argument "s"?
       -->{{FormattingError|Error in {{tl|val}}: argument "s" is deprecated.}}<!--
       -->{{FormattingError|Error in {{tl|val}}: argument "s" is deprecated.}}<!--
     -->|<!-- Is there an argument "s"? NO
     -->|<!-- Is there an argument "s"? NO

Revision as of 10:30, 14 April 2008