[Pywikipedia-l] SVN: [4628] trunk/pywikipedia/families/wikiquote_family.py

valhallasw at svn.wikimedia.org valhallasw at svn.wikimedia.org
Sat Dec 1 22:28:43 UTC 2007


Revision: 4628
Author:   valhallasw
Date:     2007-12-01 22:28:42 +0000 (Sat, 01 Dec 2007)

Log Message:
-----------
Changed pl settings to the normal (below text, one per line) setting. Patch by chtit_draco

Modified Paths:
--------------
    trunk/pywikipedia/families/wikiquote_family.py

Modified: trunk/pywikipedia/families/wikiquote_family.py
===================================================================
--- trunk/pywikipedia/families/wikiquote_family.py	2007-12-01 22:07:30 UTC (rev 4627)
+++ trunk/pywikipedia/families/wikiquote_family.py	2007-12-01 22:28:42 UTC (rev 4628)
@@ -196,14 +196,14 @@
 
         # attop is a list of languages that prefer to have the interwiki
         # links at the top of the page.
-        self.interwiki_attop = ['pl']
+        self.interwiki_attop = []
 
         # on_one_line is a list of languages that want the interwiki links
         # one-after-another on a single line
-        self.interwiki_on_one_line = ['pl']
+        self.interwiki_on_one_line = []
         
         # Similar for category
-        self.category_attop = ['pl']
+        self.category_attop = []
 
         # List of languages that want the category on_one_line.
         self.category_on_one_line = []





More information about the Pywikipedia-l mailing list