Template:If empty: Difference between revisions

Jump to navigation Jump to search
imported>Davidgothberg
(Added "{{pp-template|small=yes}}".)
imported>Zocky
(upgrade to work with up to 9 parameters)
Line 5: Line 5:
   | {{#if:{{{3|}}}
   | {{#if:{{{3|}}}
     | {{{3}}}
     | {{{3}}}
     | {{{4|}}}
     | {{#if:{{{4|}}}
      | {{{4}}}
      | {{#if:{{{5|}}}
        | {{{5}}}
        | {{#if:{{{6|}}}
          | {{{6}}}
          | {{#if:{{{7|}}}
            | {{{7}}}
            | {{#if:{{{8|}}}
              | {{{8}}}
              | {{#if:{{{9|}}}
                | {{{9}}}
                }}
              }}
            }}
          }}
        }}
      }}
     }}
     }}
   }}
   }}

Revision as of 00:51, 16 August 2009


Template:Pp-template