אונטערשייד צווישן ווערסיעס פון "יחידה:Editlink"
קפיצה לניווט
קפיצה לחיפוש
אין תקציר עריכה |
ק (הגהה) |
||
שורה 1: | שורה 1: | ||
local p = {} | |||
function link (page) | function link (page) | ||
local title = mw.title.new(page) | local title = mw.title.new(page) | ||
שורה 7: | שורה 8: | ||
return hat | return hat | ||
end | end | ||
function p.link( frame ) return p.link( frame ) end |
רעוויזיע פון 19:27, 22 יאנואר 2023
מען קען שאפן דאקומענטאציע פאר דעם מאדול ביי יחידה:Editlink/דאק
local p = {}
function link (page)
local title = mw.title.new(page)
local hat
hat = '<span class="mw-editsection-like plainlinks"><span class="mw-editsection-bracket">[</span>['
hat = hat .. title:fullUrl( 'action=edit' ) .. ' ' .. mw.message.new( 'editsection' ):plain()
hat = hat .. '[<span class="mw-editsection-bracket">]</span></span>'
return hat
end
function p.link( frame ) return p.link( frame ) end