Content deleted Content added
Fred Gandt (talk | contribs) alteration since altering Module:GetShortDescription to use Module:Arguments |
Fred Gandt (talk | contribs) + handling for colon prefixed links supplied as names |
||
Line 65:
-- If a literal link was provided as name; extract the content and apply it to name and display as appropriate.
local wikilink = mw.ustring.match( name, '^%[%[%s*:*%s*(.-)%s*%]%]$' )
if wikilink then
local link_name, link_display = unpack( mw.text.split( wikilink, '%s*|%s*' ) )
|