Template talk:Cell

Wikitext edit

This Template:Cell (talk, backlinks, edit) contains:


{{#if:{{{1|}}}|{{{1|}}}|<small><small><null></small></small>}}<noinclude>[[Category:templates|{{PAGENAME}}]]</noinclude>


Purpose edit

This template changes the empty string into <null>.

Usage edit

{{Cell
  |data
}}

Examples edit

Code Result
{{Cell|a}} a
{{Cell|}} <null>
{{Cell|{{tc}}}} in
{{Cell|{{t2|a|b}}}} Parameter 1 is "a", parameter 2 is "b"
Return to "Cell" page.