- makeSearchInput( array( 'id' => 'searchInput' ) ); ?>
+ makeSearchInput( array(
+ 'id' => 'searchInput',
+ 'placeholder' => $this->getMsg( 'timeless-search-placeholder' )->escaped(),
+ ) );
+ ?>
get( 'searchtitle' ) );
diff --git a/i18n/en.json b/i18n/en.json
index a6ecf87..a08744c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3,5 +3,6 @@
"authors": [ "Isarra" ]
},
"skinname-timeless": "Timeless",
- "timeless-desc": "A timeless skin designed after the Winter prototype by Brandon Harris."
+ "timeless-desc": "A timeless skin designed after the Winter prototype by Brandon Harris.",
+ "timeless-search-placeholder": "Search approximately {{NUMBEROFPAGES}} pages"
}
diff --git a/i18n/qqq.json b/i18n/qqq.json
index f66c97e..250a8ad 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -3,5 +3,6 @@
"authors": [ "..." ]
},
"skinname-timeless": "{{optional}}",
- "timeless-desc": "{{desc|what=skin|name=Timeless|url=https://www.mediawiki.org/wiki/Skin:Timeless}}"
+ "timeless-desc": "{{desc|what=skin|name=Timeless|url=https://www.mediawiki.org/wiki/Skin:Timeless}}",
+ "timeless-search-placeholder": "Main search input placeholder text"
}