Skip to content
Snippets Groups Projects
Commit 33c5b676 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

améliorer doc 2

parent e1e2d708
No related branches found
No related tags found
No related merge requests found
......@@ -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.}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment