From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- buildscripts/wikibuilder/DumpSkin.php | 93 ----------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 buildscripts/wikibuilder/DumpSkin.php (limited to 'buildscripts/wikibuilder/DumpSkin.php') diff --git a/buildscripts/wikibuilder/DumpSkin.php b/buildscripts/wikibuilder/DumpSkin.php deleted file mode 100644 index 6d4ba4b3..00000000 --- a/buildscripts/wikibuilder/DumpSkin.php +++ /dev/null @@ -1,93 +0,0 @@ -skinname = 'dump'; - $this->stylename = ''; - $this->template = 'DumpTemplate'; - } -} - -class DumpTemplate extends QuickTemplate { - /** - * Template filter callback for MonoBook skin. - * Takes an associative array of data set from a SkinTemplate-based - * class, and a wrapper for MediaWiki's localization database, and - * outputs a formatted page. - * - * @access private - */ - function execute() { -?> - - - - -WIKI: <?php $this->text('pagetitle') ?> - - - - -
-
-
- -

- text('title') ?> -

-

- msg('tagline') ?> -

- -
-
- html('subtitle') ?> -
- - - html('bodytext') ?> - data['catlinks']) { ?> - - - - -
- -
-
-
- - - - -- cgit v1.2.3