Site Notice
  • We have a limited coverage policy. Please check our coverage page to see which articles are allowed.
  • Please no leaked content less than one year old, or videos of leaks.
  • Content copied verbatim from other websites or wikis will be removed.

Difference between revisions of "Template talk:Clear"

From NintendoWiki, your source on Nintendo information. By fans, for fans.
Jump to navigation Jump to search
Line 1: Line 1:
 
Missing closing tag.  Oh, and why the ''<nowiki>{{void}}</nowiki>''?  (And why its use everywhere else?  It seems pretty pointless to me.) - [[User:Greenpickle|GP]] <sub>[[User talk:Greenpickle|talk]]</sub> 15:50, 5 March 2011 (UTC)
 
Missing closing tag.  Oh, and why the ''<nowiki>{{void}}</nowiki>''?  (And why its use everywhere else?  It seems pretty pointless to me.) - [[User:Greenpickle|GP]] <sub>[[User talk:Greenpickle|talk]]</sub> 15:50, 5 March 2011 (UTC)
 +
:the ifeq condition is broken up like this:
 +
:# if {{{1|}}} = {{void}} (i.e. nothing)
 +
::                    then, output "both"
 +
::                    else,  output the value of {{{1|}}}}
 +
:As for it's use, it clears out all the neiboring content in the cell or div. To the left, if 1 equal to "left"; to the right; if 1 equal to "right"; and both directions if 1 is undefined, blank or equal to "both".
 +
:{{User:Tacopill/sig}} 16:15, 5 March 2011 (UTC).

Revision as of 16:15, 5 March 2011

Missing closing tag. Oh, and why the {{void}}? (And why its use everywhere else? It seems pretty pointless to me.) - GP talk 15:50, 5 March 2011 (UTC)

the ifeq condition is broken up like this:
  1. if = (i.e. nothing)
then, output "both"
else, output the value of }
As for it's use, it clears out all the neiboring content in the cell or div. To the left, if 1 equal to "left"; to the right; if 1 equal to "right"; and both directions if 1 is undefined, blank or equal to "both".
Tacopill (Talk) 16:15, 5 March 2011 (UTC).