"ഘടകം:Purge" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
(ചെ.) ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു |
(ചെ.) ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു |
||
| (മറ്റൊരു ഉപയോക്താവ് ചെയ്ത ഇടയ്ക്കുള്ള ഒരു നാൾപ്പതിപ്പ് പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 30: | വരി 30: | ||
-- Make the display | -- Make the display | ||
local display = mw.html.create('span') | local display | ||
if args.page then | |||
display = args[1] or 'Purge' | |||
else | |||
display = mw.html.create('span') | |||
display | |||
:attr('title', 'Purge this page') | |||
:wikitext(args[1] or 'Purge') | |||
display = tostring(display) | |||
end | |||
-- Output the HTML | -- Output the HTML | ||