Bearbeiten von „Modul:Recipes“
Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird öffentlich sichtbar, falls du Bearbeitungen durchführst. Sobald du dich anmeldest oder ein Benutzerkonto erstellst, werden deine Bearbeitungen zusammen mit anderen Beiträgen deinem Benutzernamen zugeordnet.
Die Bearbeitung kann rückgängig gemacht werden. Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und speichere dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.
Aktuelle Version | Dein Text | ||
Zeile 194: | Zeile 194: | ||
end |
end |
||
if _version:find('console', 1, true) then |
if _version:find('console', 1, true) then |
||
− | version = version .. ' console' |
||
− | elseif _version:find('konsole', 1, true) then |
||
version = version .. ' console' |
version = version .. ' console' |
||
end |
end |
||
Zeile 205: | Zeile 203: | ||
end |
end |
||
if _version:find('mobile', 1, true) then |
if _version:find('mobile', 1, true) then |
||
− | version = version .. ' mobile' |
||
− | elseif _version:find('mobil', 1, true) then |
||
version = version .. ' mobile' |
version = version .. ' mobile' |
||
end |
end |
||
Zeile 213: | Zeile 209: | ||
end |
end |
||
if version == ' desktop console old-gen mobile 3ds' then |
if version == ' desktop console old-gen mobile 3ds' then |
||
− | version = '' |
||
− | elseif version == ' desktop konsole old-gen mobile 3ds' then |
||
− | version = '' |
||
− | elseif version == ' desktop console old-gen mobil 3ds' then |
||
− | version = '' |
||
− | elseif version == ' desktop konsole old-gen mobil 3ds' then |
||
version = '' |
version = '' |
||
end |
end |
||
Zeile 968: | Zeile 958: | ||
-- cate: |
-- cate: |
||
if needCate then |
if needCate then |
||
− | if needCate == 2 or rootpagename == currentFrame:expandTemplate{ title = 'tr', args = {row['result'], |
+ | if needCate == 2 or rootpagename == currentFrame:expandTemplate{ title = 'tr', args = {row['result'], lang=lang} } then |
addCate(row['station']) |
addCate(row['station']) |
||
end |
end |
||
Zeile 1.081: | Zeile 1.071: | ||
-- no constraint no result. |
-- no constraint no result. |
||
if where == '' then |
if where == '' then |
||
− | return '<span style="color:red;font-weight:bold;"> |
+ | return '<span style="color:red;font-weight:bold;">Recipes: No constraint</span>' |
end |
end |
||
Zeile 1.147: | Zeile 1.137: | ||
-- no constraint no result. |
-- no constraint no result. |
||
if where == '' then |
if where == '' then |
||
− | return '<span style="color:red;font-weight:bold;"> |
+ | return '<span style="color:red;font-weight:bold;">Recipes/extract: No constraint</span>' |
end |
end |
||