Modul:Vorlage:Phab: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
2015-04-05
wp>PerfektesChaos (2015-04-04) |
wp>PerfektesChaos (2015-04-05) |
||
Zeile 1: | Zeile 1: | ||
--[=[ 2015-04- | --[=[ 2015-04-05 | ||
{{Template:Phab}} | {{Template:Phab}} | ||
]=] | ]=] | ||
Zeile 449: | Zeile 449: | ||
sub = string.format( "%s/%s", sub, attach ) | sub = string.format( "%s/%s", sub, attach ) | ||
if anchor then | if anchor then | ||
sub = string.format( "%s | sub = string.format( "%s$%s", sub, anchor ) | ||
end | end | ||
end | end | ||
Zeile 582: | Zeile 582: | ||
if args.title and ( args.title ~= "" ) then | if args.title and ( args.title ~= "" ) then | ||
show = args.title | show = args.title | ||
elseif last then | elseif last and source then | ||
show = "history: " .. source | show = "history: " .. source | ||
elseif source then | elseif source then |