Widget:Twentytwenty: Unterschied zwischen den Versionen

Aus FürthWiki

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<html>
{{#tag:html|


<div class='twentytwenty-container'>
<div class='twentytwenty-container'>
  <img src='<!--{$Bild1|escape:'html'}-->' />
  <img src='{{Bild1}}' />
  <img src='<!--{$Bild2|escape:'html'}-->' />
  <img src='{{Bild2}}-->' />
</div>
</div>


Zeile 12: Zeile 12:
$(function(){
$(function(){
   $('.twentytwenty-container').twentytwenty({
   $('.twentytwenty-container').twentytwenty({
     before_label: 'January 2017', // Set a custom before label
     before_label: '{{title1 | "Bild1" }}',
     after_label: 'March 2017', // Set a custom after label
     after_label: '{{title2 | "Bild2" }}',
   });
   });
});
});
</script>
</script>
</html>
 
}}