Main public logs

From Tuyin Archives

Combined display of all available logs of Tuyin Archives. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:16, 23 July 2025 Morrisj18 talk contribs created page Template:AudioPlayer (Created page with "<html> <script> var audio{{{1}}} = new Audio('https://tuvin.online/images/{{{1}}}'); var isPlaying{{{1}}} = false; function togglePlay{{{1}}}() { var button = document.getElementById('playBtn{{{1}}}'); if (isPlaying{{{1}}}) { audio{{{1}}}.pause(); button.innerHTML = '▶️'; isPlaying{{{1}}} = false; } else { audio{{{1}}}.play(); button.innerHTML = '⏸️'; isPlaying{{{1}}} = true; } } audio{{{1}}}.addEv...")