Template:File other: Difference between revisions

From Laserwiki
Jump to navigation Jump to search
(Added reporting to Category:Wikipedia namespace detection clean-up if no parameters.)
(Removing the "return 'image'/'other' when no parameter" function, since not used, not needed and causes problems in some situations. Leaving the detection of such cases for some time, to make sure.)
Line 8: Line 8:
     }}  
     }}  
   }}
   }}
<!--If any parameter, then don't return the "image/other" strings-->
| image    = {{{1|}}}
| image    = {{#if:{{{1|}}}{{{2|}}} | {{{1|}}} | image }}
| other
| other
| #default = {{#if:{{{1|}}}{{{2|}}} | {{{2|}}} | other }}  
| #default = {{{2|}}}


}}<!--End switch--><!--
}}<!--End switch--><!--

Revision as of 13:14, 12 July 2008


Template documentation