Module:Link label: 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.

2 August 2023

  • curprev 10:0310:03, 2 August 2023Admin coral island talk contribs 1,174 bytes +1,174 Created page with "local p = {} local TERMS = { ' %(flower%)', ' %(group%)', ' %(character%)', ' %(game%)', ' %(item%)', ' %(artisan product%)', ' %(cooked dish%)', } function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Link label' } }) return p._main(args) end function p.getTerms() local result = mw.html.create() for _, term in ipairs(TERMS) do local replacedTerm, _ = term:gsub('%%', '') result:ne..."