DotNetWikiBot Framework Documentation
Formats a template with the specified title and parameters. Default formatting options are used.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public static string FormatTemplate(
	string templateTitle,
	Dictionary<string, string> templateParams
)

Parameters

templateTitle
Type: System..::..String
Template's title.
templateParams
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
Template's parameters in Dictionary <string, string> object, where keys are parameters titles and values are parameters values.

Return Value

Type: String
Returns the complete template in double braces.

See Also