Jump to content
MediaWiki

Extension:User Contact Links

From mediawiki.org
Revision as of 03:19, 15 April 2020 by DannyS712 (talk | contribs) (Update syntaxhighlight tags - remove use of deprecated <source> tags)

This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored.

If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox.

MediaWiki extensions manual
User Contact Links
Release status: unmaintained
Implementation Extended syntax
Description Create properly formatted links to other wiki user's names/pages
Author(s) Paul Grinberg
Latest version v0.4.1 (2008年01月27日)
MediaWiki
Licence No licence specified
Download
Example ^^^user name^^^
Translate the User Contact Links extension if it is available at translatewiki.net

Overview

This extension provides the ability to insert properly formatted user names with links to their respective user pages. Probably all wiki contributors have run across the following problem: the article text should make some reference to some other wiki user, but to do so properly ([[:User:username|full name]]) is tedious at best both because of the cumbersome syntax and possibly not knowing the username of a user whose full name is well known. This extention makes this task very easy by providing new wiki syntax to do so. Simply add ^^^user name^^^ and all the tediousness and guesswork is done. Moreover, the user name can be any of the following:

  1. wiki username
  2. user full name (first space last)
  3. last name of the user
  4. partial match of any part of user full name

Installation Instructions

Step 1

Download the extension code from SVN and place it in the extensions directory.

Step 2

Add the following text to your LocalSettings.php

require_once( "$IP/extensions/UserContactLinks/UserSignature.php" );

Revisions

  • v0.4.1 - January 27, 2008 - Minor bug fix to not report a E_NOTICE error message.
  • v0.4 -
  • v0.3 - November 8, 2007
    • Incorporate suggestion from Khitrenovich to work with MW version 1.8.3 and prior
    • Made the installation simpler by conditionally creating the getUserIDFromUserText() function depending on whether or not Extension:Todo Tasks is installed
  • v0.2 - August 28, 2007 - initial publication on MediaWiki website.

AltStyle によって変換されたページ (->オリジナル) /