Jump to content

Template:BSLfuncinfo: Difference between revisions

forgot to make name bold; it's hard to close the parameters' bold tags, so what if we just don't?
(dropping name/parameter font size down to regular size, but bold)
(forgot to make name bold; it's hard to close the parameters' bold tags, so what if we just don't?)
Line 45: Line 45:
             -->}}
             -->}}
|-
|-
|{{{name}}}(
|'''{{{name}}}('''
|align="center"|'''{{#if:{{{arg1name|}}}<!--
|align="center"|'''{{#if:{{{arg1name|}}}<!--
                     -->|{{#if:{{{arg1optional|}}}|''|}}<!--        start italics if optional arg
                     -->|{{#if:{{{arg1optional|}}}|''|}}<!--        start italics if optional arg
Line 55: Line 55:
                       -->{{#if:{{{arg2name|}}}|, |}}<!--            if there is a next arg, print comma
                       -->{{#if:{{{arg2name|}}}|, |}}<!--            if there is a next arg, print comma
                     -->| );<!--                                    if no args, just close parentheses
                     -->| );<!--                                    if no args, just close parentheses
                 -->}}'''
                 -->}}
|align="center"|'''{{#if:{{{arg2name|}}}<!--
|align="center"|'''{{#if:{{{arg2name|}}}<!--
                     -->|{{#if:{{{arg2optional|}}}|''|}}<!--
                     -->|{{#if:{{{arg2optional|}}}|''|}}<!--
Line 65: Line 65:
                       -->{{#if:{{{arg3name|}}}|, |}}<!--
                       -->{{#if:{{{arg3name|}}}|, |}}<!--
                     -->|{{#if:{{{arg1name|}}}| ); |}}<!--          if this was last arg, close parentheses
                     -->|{{#if:{{{arg1name|}}}| ); |}}<!--          if this was last arg, close parentheses
                 -->}}'''
                 -->}}
|align="center"|'''{{#if:{{{arg3name|}}}<!--
|align="center"|'''{{#if:{{{arg3name|}}}<!--
                     -->|{{#if:{{{arg3optional|}}}|''|}}<!--
                     -->|{{#if:{{{arg3optional|}}}|''|}}<!--
Line 75: Line 75:
                       -->{{#if:{{{arg4name|}}}|, |}}<!--
                       -->{{#if:{{{arg4name|}}}|, |}}<!--
                     -->|{{#if:{{{arg2name|}}}| ); |}}<!--
                     -->|{{#if:{{{arg2name|}}}| ); |}}<!--
                 -->}}'''
                 -->}}
|align="center"|'''{{#if:{{{arg4name|}}}<!--
|align="center"|'''{{#if:{{{arg4name|}}}<!--
                     -->|{{#if:{{{arg4optional|}}}|''|}}<!--
                     -->|{{#if:{{{arg4optional|}}}|''|}}<!--
Line 85: Line 85:
                       -->{{#if:{{{arg5name|}}}|, |}}<!--
                       -->{{#if:{{{arg5name|}}}|, |}}<!--
                     -->|{{#if:{{{arg3name|}}}| ); |}}<!--
                     -->|{{#if:{{{arg3name|}}}| ); |}}<!--
                 -->}}'''
                 -->}}
|align="center"|'''{{#if:{{{arg5name|}}}<!--
|align="center"|'''{{#if:{{{arg5name|}}}<!--
                     -->|{{#if:{{{arg5optional|}}}|''|}}<!--
                     -->|{{#if:{{{arg5optional|}}}|''|}}<!--
Line 95: Line 95:
                       -->{{#if:{{{arg6name|}}}|, |}}<!--
                       -->{{#if:{{{arg6name|}}}|, |}}<!--
                     -->|{{#if:{{{arg4name|}}}| ); |}}<!--
                     -->|{{#if:{{{arg4name|}}}| ); |}}<!--
                 -->}}'''
                 -->}}
|align="center"|'''{{#if:{{{arg6name|}}}<!--
|align="center"|'''{{#if:{{{arg6name|}}}<!--
                     -->|{{#if:{{{arg6optional|}}}|''|}}<!--
                     -->|{{#if:{{{arg6optional|}}}|''|}}<!--
Line 105: Line 105:
                       -->{{#if:{{{arg7name|}}}|, |}}<!--
                       -->{{#if:{{{arg7name|}}}|, |}}<!--
                     -->|{{#if:{{{arg5name|}}}| ); |}}<!--
                     -->|{{#if:{{{arg5name|}}}| ); |}}<!--
                 -->}}'''
                 -->}}
|align="center"|'''{{#if:{{{arg7name|}}}<!--
|align="center"|'''{{#if:{{{arg7name|}}}<!--
                     -->|{{#if:{{{arg7optional|}}}|''|}}<!--
                     -->|{{#if:{{{arg7optional|}}}|''|}}<!--
Line 115: Line 115:
                       -->{{#if:{{{arg8name|}}}|, |}}<!--
                       -->{{#if:{{{arg8name|}}}|, |}}<!--
                     -->|{{#if:{{{arg6name|}}}| ); |}}<!--
                     -->|{{#if:{{{arg6name|}}}| ); |}}<!--
                 -->}}'''
                 -->}}
|align="center"|'''{{#if:{{{arg8name|}}}<!--
|align="center"|'''{{#if:{{{arg8name|}}}<!--
                     -->|{{#if:{{{arg8optional|}}}|''|}}<!--
                     -->|{{#if:{{{arg8optional|}}}|''|}}<!--
Line 124: Line 124:
                       -->{{#if:{{{arg8optional|}}}|''|}}<!-- no check for comma after this since this is the last possible arg
                       -->{{#if:{{{arg8optional|}}}|''|}}<!-- no check for comma after this since this is the last possible arg
                     -->|{{#if:{{{arg7name|}}}| ); |}}<!--
                     -->|{{#if:{{{arg7name|}}}| ); |}}<!--
                 -->}}'''
                 -->}}
|-
|-
|default:      {{#if:{{{default|}}}    |{{{default|}}}| --}}                              <!-- print "--" if there is no default return value for function -->
|default:      {{#if:{{{default|}}}    |{{{default|}}}| --}}                              <!-- print "--" if there is no default return value for function -->