Module:Fullurl: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 November 2024

  • curprev 12:2912:29, 1 November 2024Selfice talk contribsm 2,141 bytes 0 1 revision imported
  • curprev 11:3211:32, 1 November 2024Selfice talk contribs 2,141 bytes +2,141 创建页面,内容为“local p = {} local yesno = require('Module:Yesno') local mError = require('Module:Error').error function p._fullurl(args) local paid = '' local title = args['title'] or args[1] or args['1'] or tostring(mw.title.getCurrentTitle()) if title == '' then --不能讓title變空值,否則url會返回nil title = tostring(mw.title.getCurrentTitle()) end local text = args['text'] or args[2] or args['1'] or title for k, v in pairs( args ) do if ((k == 'titl…”