DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns the complete template in double braces.
Formats a template with the specified title and parameters. Default formatting
options are used.
Namespace: DotNetWikiBotAssembly: 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: StringReturns the complete template in double braces.