Template:Wikifier

From The Jolly Contrarian
Revision as of 23:30, 19 January 2020 by Amwelladmin (talk | contribs) (Created page with " With Selection.Find .Text = "{{{article}}}" .Replacement.Text = "<nowiki>{{{{{template}}}|{{{article}}}}}</nowiki>" .Forward = True .Wrap =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  With Selection.Find
       .Text = "{{{article}}}"
       .Replacement.Text = "{{{{{template}}}|{{{article}}}}}"
       .Forward = True
       .Wrap = wdFindContinue
       .Format = False
       .MatchCase = True
       .MatchWholeWord = False
       .MatchWildcards = False
       .MatchSoundsLike = False
       .MatchAllWordForms = False
   End With
   Selection.Find.Execute Replace:=wdReplaceAll