All public logs

Combined display of all available logs of Patch demo (907557,2 907556,4). You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:03, 13 April 2023 Patch Demo talk contribs created page MediaWiki:Gadget-codextest-ChangeNameDialog.vue (Created page with "<template> <cdx-dialog v-model:open="wrappedOpen" title="Change name" close-button-label="Close" :primary-action="saveAction" @primary="saveName" > <p>New name:</p> <cdx-text-input v-model="nameInput" placeholder="Choose a new name"></cdx-text-input> </cdx-dialog> </template> <script> const { ref, computed, toRef } = require( 'vue' ); const { CdxDialog, CdxTextInput, useModelWrapper } = require( '@wiki...")