From a9c6585252b66c085d3804e13a38f2cd86897d74 Mon Sep 17 00:00:00 2001 From: Alexis Hassler Date: Thu, 16 May 2019 18:46:58 +0200 Subject: [PATCH] Issue #3 List of pages (long and short) --- _data/i18n/en.yml | 4 ++++ _data/i18n/fr.yml | 4 ++++ _global/Special:AllPages.html | 2 +- _global/Special:LongPages.html | 14 ++++++++++++++ _global/Special:RecentChanges.html | 2 +- _global/Special:ShortPages.html | 14 ++++++++++++++ _plugins/hook-wiki-page-enhancer.rb | 13 +++++++++++++ _sass/wiki.scss | 2 ++ _wiki-legacy/Old.html | 2 +- 9 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 _global/Special:LongPages.html create mode 100644 _global/Special:ShortPages.html create mode 100644 _plugins/hook-wiki-page-enhancer.rb diff --git a/_data/i18n/en.yml b/_data/i18n/en.yml index c453900..56ff275 100644 --- a/_data/i18n/en.yml +++ b/_data/i18n/en.yml @@ -23,5 +23,9 @@ global_pages: text: All the pages - url: /Special:RecentChanges text: Recent changes + - url: /Special:LongPages + text: Long pages + - url: /Special:ShortPages + text: Short pages - url: /Special:ListUsers text: All the users diff --git a/_data/i18n/fr.yml b/_data/i18n/fr.yml index 1fbb066..4437bab 100644 --- a/_data/i18n/fr.yml +++ b/_data/i18n/fr.yml @@ -23,5 +23,9 @@ global_pages: text: Tous les pages - url: /Special:RecentChanges text: Modifications récentes + - url: /Special:LongPages + text: Pages longues + - url: /Special:ShortPages + text: Pages courtes - url: /Special:ListUsers text: Tous les utilisateurs diff --git a/_global/Special:AllPages.html b/_global/Special:AllPages.html index b501785..d10bf2d 100644 --- a/_global/Special:AllPages.html +++ b/_global/Special:AllPages.html @@ -7,7 +7,7 @@ menu: ['global']