Weitere Optionen
Rene (Diskussion | Beiträge) |
|||
| Zeile 257: | Zeile 257: | ||
</nowiki></pre> | </nowiki></pre> | ||
===stargatewiki_family.py=== | ===stargatewiki_family.py=== | ||
Im Verzeichnis '''''families''''' muss die Datei '''''stargatewiki_family.py''''' mit folgendem Inhalt erstellt werden | Im Verzeichnis '''''families''''' muss die Datei '''''stargatewiki_family.py''''' mit folgendem Inhalt erstellt werden (Achtung: nicht Quelltext der Seite, sondern diese Anzeige kopieren!): | ||
<pre><nowiki> | <pre><nowiki> | ||
# -*- coding: utf-8 -*- # REQUIRED | # -*- coding: utf-8 -*- # REQUIRED | ||
| Zeile 338: | Zeile 338: | ||
# String used as separator between interwiki links and the text | # String used as separator between interwiki links and the text | ||
self.interwiki_text_separator = '\r\n\r\n' | self.interwiki_text_separator = '\\r\\n\\r\\n' | ||
# Which languages have a special order for putting interlanguage links, | # Which languages have a special order for putting interlanguage links, | ||
| Zeile 376: | Zeile 376: | ||
# String used as separator between category links and the text | # String used as separator between category links and the text | ||
self.category_text_separator = '\r\n\r\n' | self.category_text_separator = '\\r\\n\\r\\n' | ||
# When both at the bottom should categories come after interwikilinks? | # When both at the bottom should categories come after interwikilinks? | ||