WikiFunctions.Parse.MetaDataSorter.MovePortalTemplates C# (CSharp) 메소드

MovePortalTemplates() 공개 정적인 메소드

Moves any {{XX portal}} templates to the 'see also' section, if present (en only), per Template:Portal
public static MovePortalTemplates ( string articleText ) : string
articleText string The wiki text of the article.
리턴 string
        public static string MovePortalTemplates(string articleText)
        {
            return MoveTemplateToSeeAlsoSection(articleText, WikiRegexes.PortalTemplate);
        }