| SiteOptionsDisambiguationTemplates Property |
This is preliminary documentation and is subject to change.
Specifies a list of disambiguation templates explicitly.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public IList<string>? DisambiguationTemplates { get; set; }
Public Property DisambiguationTemplates As IList(Of String)
Get
Set
Dim instance As SiteOptions
Dim value As IList(Of String)
value = instance.DisambiguationTemplates
instance.DisambiguationTemplates = value
public:
property IList<String^>^ DisambiguationTemplates {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member DisambiguationTemplates : IList<string> with get, set
Property Value
IListStringRemarks 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