From 33c5b67612a5b55a69a770bfd97bc2fefd303138 Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@univ-grenoble-alpes.fr> Date: Wed, 12 Dec 2018 09:00:28 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9liorer=20doc=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- man/Batchator.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/Batchator.Rd b/man/Batchator.Rd index df4165a..f9fea6c 100644 --- a/man/Batchator.Rd +++ b/man/Batchator.Rd @@ -45,7 +45,8 @@ Uses \link{Mediawikir} to create/edit a batch of mediawiki pages The template should contain occurrences of the fields defined in the content file.} \item{\code{loadContent(file_path)}}{Takes the path to a csv file that contains both the list of fields used in the templates (1st line) AND the data for each of those fields (following lines).} - \item{\code{applyTemplate()}}{Applies the templates defined using loadTemplate, setPageNamePattern to the data loaded with loadContent.} + \item{\code{applyTemplate()}}{Applies the templates defined using loadTemplate, setPageNamePattern to the data loaded with loadContent. + It should be noted that if the page exists it is replaced.} } } -- GitLab