logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Parse::MediaWikiDump::link - Object representing a link from one article to another

About

       This object is used to access the data associated with each individual link between articles in a
       MediaWiki instance.

Methods

       $link->from
           Returns the article id (not the name) that the link orginiates from.

       $link->namespace
           Returns the namespace id (not the name) that the link points to

       $link->to
           Returns the article title (not the id and not including the namespace) that the link points to

perl v5.34.0                                       2022-06-15             MediaWiki::DumpFile::Compat::link(3pm)

Name

       Parse::MediaWikiDump::link - Object representing a link from one article to another

See Also