MediaWiki:Mobile.js: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mecl67 (Diskussion | Beiträge) |
Mecl67 (Diskussion | Beiträge) |
||
| Zeile 2: | Zeile 2: | ||
if (document.title == "Salzburgwiki") { | if (document.title == "Salzburgwiki") { | ||
location.href = "https://www.sn.at/wiki/Salzburgwiki_Mobil"; | location.href = "https://www.sn.at/wiki/Salzburgwiki_Mobil"; | ||
| + | } | ||
| + | var oewaPath = "Service/Verzeichnisse/LexikaGlossareEnzyklopedien/moewa/"; | ||
| + | var oewaFrabo = "mo"; | ||
| + | |||
| + | if (window.iom) { | ||
| + | var oewa_data = { | ||
| + | "cn":"at", // country | ||
| + | "st":"at_w_atsn", // sitename | ||
| + | "cp":oewaPath, // kategorienpfad | ||
| + | "sv":oewaFrabo, // Format der Befragungseinladung | ||
| + | "ps":"lin", // Privacy setting | ||
| + | "sc":"yes" | ||
| + | }; | ||
| + | iom.h(oewa_data,1); | ||
} | } | ||
Version vom 14. Juni 2019, 10:30 Uhr
/* Das folgende JavaScript wird für alle Nutzer der Mobilen Version geladen. */
if (document.title == "Salzburgwiki") {
location.href = "https://www.sn.at/wiki/Salzburgwiki_Mobil";
}
var oewaPath = "Service/Verzeichnisse/LexikaGlossareEnzyklopedien/moewa/";
var oewaFrabo = "mo";
if (window.iom) {
var oewa_data = {
"cn":"at", // country
"st":"at_w_atsn", // sitename
"cp":oewaPath, // kategorienpfad
"sv":oewaFrabo, // Format der Befragungseinladung
"ps":"lin", // Privacy setting
"sc":"yes"
};
iom.h(oewa_data,1);
}