From a5d624dbcaf8d80ba1c7c86d8372d73bb90a3324 Mon Sep 17 00:00:00 2001 From: Alexis Hassler Date: Sun, 5 May 2019 18:46:56 +0200 Subject: [PATCH] Issue #3 list of pages (by name) --- _data/i18n/en.yml | 6 ++++-- _data/i18n/fr.yml | 6 ++++-- _global/Special:AllPages.html | 14 ++++++++++++++ .../{Special:Tags.html => Special:Categories.html} | 0 .../{Special:Users.html => Special:ListUsers.html} | 0 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 _global/Special:AllPages.html rename _global/{Special:Tags.html => Special:Categories.html} (100%) rename _global/{Special:Users.html => Special:ListUsers.html} (100%) diff --git a/_data/i18n/en.yml b/_data/i18n/en.yml index d1b714e..c15a82b 100644 --- a/_data/i18n/en.yml +++ b/_data/i18n/en.yml @@ -17,7 +17,9 @@ prefix: global_pages: - url: /Main text: Home page - - url: /Special:Tags + - url: /Special:Categories text: All the tags - - url: /Special:Users + - url: /Special:AllPages + text: All the pages + - url: /Special:ListUsers text: All the users diff --git a/_data/i18n/fr.yml b/_data/i18n/fr.yml index a97becc..656d123 100644 --- a/_data/i18n/fr.yml +++ b/_data/i18n/fr.yml @@ -17,7 +17,9 @@ prefix: global_pages: - url: /Accueil text: Accueil - - url: /Special:Tags + - url: /Special:Categories text: Toutes les catégories - - url: /Special:Users + - url: /Special:AllPages + text: Tous les pages + - url: /Special:ListUsers text: Tous les utilisateurs diff --git a/_global/Special:AllPages.html b/_global/Special:AllPages.html new file mode 100644 index 0000000..c21026a --- /dev/null +++ b/_global/Special:AllPages.html @@ -0,0 +1,14 @@ +--- +layout: default +title: All pages +menu: ['global'] +--- +{%- include /functions/wiki-pages.html -%} + diff --git a/_global/Special:Tags.html b/_global/Special:Categories.html similarity index 100% rename from _global/Special:Tags.html rename to _global/Special:Categories.html diff --git a/_global/Special:Users.html b/_global/Special:ListUsers.html similarity index 100% rename from _global/Special:Users.html rename to _global/Special:ListUsers.html