Template:Flink: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle mNo edit summary |
imported>StDoodle mNo edit summary |
||
Line 4: | Line 4: | ||
#if: {{{3|}}}|yes|no}}}}{{{1}}} {{ | #if: {{{3|}}}|yes|no}}}}{{{1}}} {{ | ||
#ifeq: {{#var:par}}|yes|{{lnkstart}}{{{2}}}{{!}}{{{2}}}({{ | #ifeq: {{#var:par}}|yes|{{lnkstart}}{{{2}}}{{!}}{{{2}}}({{ | ||
#if: {{{3|}}}|{{{3}}}}}{{ | #if: {{{3|}}}| {{{3}}}}}{{ | ||
#if: {{{4|}}}|, {{{4}}}}}{{ | #if: {{{4|}}}|, {{{4}}}}}{{ | ||
#if: {{{5|}}}|, {{{5}}}}}{{ | #if: {{{5|}}}|, {{{5}}}}}{{ | ||
Line 10: | Line 10: | ||
#if: {{{7|}}}|, {{{7}}}}}{{ | #if: {{{7|}}}|, {{{7}}}}}{{ | ||
#if: {{{8|}}}|, {{{8}}}}}{{ | #if: {{{8|}}}|, {{{8}}}}}{{ | ||
#if: {{{9|}}}|, {{{9}}}}} ){{lnkend}}}}{{#ifeq: {{#var:par}}|no| | #if: {{{9|}}}|, {{{9}}}}} ){{lnkend}}}}{{ | ||
#ifeq: {{#var:par}}|no|{{lnkstart}}{{{2}}}|{{{2}}}(){{lnkend}}}}</b></p>{{ | |||
#if: {{{desc|}}}|<div style="margin-left: 2em; display: block;">{{{desc}}}</div>}}</includeonly> | #if: {{{desc|}}}|<div style="margin-left: 2em; display: block;">{{{desc}}}</div>}}</includeonly> | ||
<noinclude> | <noinclude> |
Revision as of 16:13, 10 April 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 useable parameters. (Up to 8 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 wrapping them in the Opt Template.
{{Flink|int|some_function}}
Returns:
int [[some_function
{{Flink|string|other_function|{{opt|float}}|desc=This is what this bad boy does; blah de freakin' blah}}
Returns:
string other_function( [float] )other_function()]]
This is what this bad boy does; blah de freakin' blah