18,700
edits
(working on comma/parens fix) |
(working on comma/parens fix) |
||
Line 29: | Line 29: | ||
|style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg2name|}}} | |style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg2name|}}} | ||
|{{{arg2name|}}} {{#if:{{{arg2altname|}}} | |{{{arg2name|}}} {{#if:{{{arg2altname|}}} | ||
|<u>or</u> {{{arg2altname|}}}|}} | |<u>or</u> {{{arg2altname|}}}|}} <!-- print alternative arg 2 if present | ||
-->{{#if:{{{arg3name|}}}|2, |}} <!-- if there is a next arg, print comma | |||
-->|{{#if:{{{arg1name|}}}| ) |}} }} <!-- if this was last arg, close parentheses --> | -->|{{#if:{{{arg1name|}}}| ) |}} }} <!-- if this was last arg, close parentheses --> | ||
|style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg3name|}}} | |style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg3name|}}} | ||
|{{{arg3name|}}} {{#if:{{{arg3altname|}}} | |{{{arg3name|}}} {{#if:{{{arg3altname|}}} | ||
|<u>or</u> {{{arg3altname|}}}|}} | |<u>or</u> {{{arg3altname|}}}|}} <!-- print alternative arg 3 if present | ||
-->{{#if:{{{arg4name|}}}|3, |}} <!-- if there is a next arg, print comma | |||
-->|{{#if:{{{arg2name|}}}| ) |}} }} <!-- if this was last arg, close parentheses --> | -->|{{#if:{{{arg2name|}}}| ) |}} }} <!-- if this was last arg, close parentheses --> | ||
|style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg4name|}}} | |style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg4name|}}} | ||
|{{{arg4name|}}} {{#if:{{{arg4altname|}}} | |{{{arg4name|}}} {{#if:{{{arg4altname|}}} <!-- print alternative arg 4 if present | ||
|<u>or</u> {{{arg4altname|}}}|}} <!-- this must be last arg, so no comma | |<u>or</u> {{{arg4altname|}}}|}} <!-- this must be last arg, so no comma | ||
-->{{#if:{{{arg3name|}}}| ) |}} }} <!-- if this was last arg, close parentheses --> | -->{{#if:{{{arg3name|}}}| ) |}} }} <!-- if this was last arg, close parentheses --> |