Difference between revisions of "Template:Flink"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
imported>StDoodle
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
<p><b>{{{1}}}&nbsp;{{{2}}}{{#ifexpr: {{#if: {{{3|}}} }} or {{#if: {{{op1|}}} }} or {{#if: {{{op2|}}} }} or {{#if: {{{op3|}}} }} or {{#if: {{{op4|}}} }} or {{#if: {{{op5|}}} }} |&nbsp;{{#if: {{{3|}}}|{{{3}}}&nbsp;}}{{#if: {{{4|}}}|{{{4}}}&nbsp;}}{{#if: {{{5|}}}|{{{5}}}&nbsp;}}{{#if: {{{6|}}}|{{{6}}}&nbsp;}}{{#if: {{{7|}}}|{{{7}}}&nbsp;}}{{#if: {{{op1|}}}|[{{{op1}}}]&nbsp;}}{{#if: {{{op2|}}}|[{{{op2}}}]&nbsp;}}{{#if: {{{op3|}}}|[{{{op3}}}]&nbsp;}}{{#if: {{{op4|}}}|[{{{op4}}}]&nbsp;}}{{#if: {{{op5|}}}|[{{{op5}}}]&nbsp;}}|()}}</b></p>{{#if: {{{desc|}}}|<div style="margin-left: 2em;">{{{desc}}}</div>}}
+
<p><b>{{{1}}}&nbsp;{{{2}}}{{#ifexpr: {{{3|}}} or {{{op1|}}} or {{{op2|}}} or {{{op3|}}} or {{{op4|}}} or {{{op5|}}}|&nbsp;{{#if: {{{3|}}}|{{{3}}}&nbsp;}}{{#if: {{{4|}}}|{{{4}}}&nbsp;}}{{#if: {{{5|}}}|{{{5}}}&nbsp;}}{{#if: {{{6|}}}|{{{6}}}&nbsp;}}{{#if: {{{7|}}}|{{{7}}}&nbsp;}}{{#if: {{{op1|}}}|[{{{op1}}}]&nbsp;}}{{#if: {{{op2|}}}|[{{{op2}}}]&nbsp;}}{{#if: {{{op3|}}}|[{{{op3}}}]&nbsp;}}{{#if: {{{op4|}}}|[{{{op4}}}]&nbsp;}}{{#if: {{{op5|}}}|[{{{op5}}}]&nbsp;}}|()}}</b></p>{{#if: {{{desc|}}}|<div style="margin-left: 2em;">{{{desc}}}</div>}}
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>

Revision as of 16:36, 1 March 2010


This template styles a function call so that it can be displayed as a link in (pseudo) Category pages.

This template requires at least two (unnamed) parameters to be passed; the first is the dataype returned by the function; the second is the name of the function (without parenthesis).

All additional unnamed parameters will be parsed as datatypes, in order, of the required parameters. (Up to 5 can be supplied.)

An optional named parameter desc can be used to include a brief description of the what the function does, which will automatically be included in its display.

Optional parameters can be displayed by passing up to 5 named parameter, "op1" through "op2".

{{Flink|int|some_function}}

Returns:

int some_functionExpression error: Unexpected or operator.

{{Flink|string|op1=float|desc=This is what this bad boy does; blah de freakin' blah}}

Returns:

string {{{2}}}Expression error: Unexpected or operator.

This is what this bad boy does; blah de freakin' blah