Click or drag to resize

SiteOptionsDisambiguationTemplates Property

This is preliminary documentation and is subject to change.

Specifies a list of disambiguation templates explicitly.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public IList<string>? DisambiguationTemplates { get; set; }

Property Value

IListString
Remarks

This list is used when there's no Disambiguator on the MediaWiki site, and WikiClientLibrary is deciding whether a page is a disambiguation page. The default disambiguation template {{Disambig}} is always included in the list, implicitly.

If this value is null, WikiClientLibrary will try to infer the disambiguation template from [[MediaWiki:Disambiguationspage]].

See Also