62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 41 : | Ligne 41 : | ||
text = function(args) | text = function(args) | ||
local article = args[1] | local article = args[1] | ||
local title = mw.title.new(article) | |||
local section = args[2] | local section = args[2] | ||
return 'Extrait de l\'article [[' .. article .. ']], section ' | return 'Extrait de l\'article [[' .. article .. ']], section ' | ||
.. section .. '. ([ | .. section .. '. ([' .. title:fullUrl('action=edit') .. ' modifier])' | ||
end | end | ||
} | } |
modifications