Template:join semicolon: Difference between revisions

From Laenkea
Jump to navigation Jump to search
(Created page with "{{{1|}}}{{if both|{{{1|}}}|{{{2|}}}|;}} {{{2|}}}")
 
No edit summary
Line 1: Line 1:
{{{1|}}}{{if both|{{{1|}}}|{{{2|}}}|&#x3B;}} {{{2|}}}
{{{1|}}}{{if both|{{{1|}}}|{{{2|}}}|&#x3B;}} {{{2|}}}
<noinclude>
=== Usage ===
<code><nowiki>{{join semicolon|one|two}}</nowiki></code> returns <code>one; two</code> if both parameters are present, otherwise just <code>one</code> or <code>two</code>
[[Category:Join templates]]</noinclude>

Revision as of 15:16, 11 February 2023


Usage

{{join semicolon|one|two}} returns one; two if both parameters are present, otherwise just one or two