All public logs
Combined display of all available logs of Iwan. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:22, 14 January 2024 Admin talk contribs created page MediaWiki:Tweeki.js (Created page with "Any JavaScript here will be loaded for users using the Tweeki skin: $(document).ready(function () { $(".collapsible-header").prepend('<i class="fas fa-square-caret-right"></i> '); $(".collapsible-header").click(function () { var icon = $(this).find('.fa'); icon.toggleClass('fa-square-caret-right fa-square-caret-down'); var content = $(this).next(".collapsible-content"); content.slideToggle("fast"); }); });")