Content deleted Content added
mNo edit summary |
m final version |
||
Line 102:
local tname = "FadedPage" -- name of calling template. Change if template is renamed.
local id = nil -- ID
-- ID
local name = nil -- display name on Wikipedia (default: article title)
local author = nil -- flag if an author (default: no)
Line 130:
if author then
if mw.ustring.lower(author) == "yes" then
id = mw.uri.encode( id, "PATH" ) -- handle spaces within id argument string
prefix = "Works by "
italic = ""
Line 142:
return url
end
|