Extension:WikiTextLoggedInOut
From MediaWiki.org
|
WikiTextLoggedInOut Release status: stable |
|
|---|---|
| Implementation | Tag |
| Description | Two new parser hooks, <loggedin> and <loggedout> to show different text depending on the users' login state |
| Author(s) | Aaron Wright David Pean Jack Phoenix |
| Last version | 1.3 (August 26, 2010) |
| MediaWiki | 1.12+ |
| License | GNU General Public License 2.0 or later |
| Download | |
| Example | Halopedia main page (displays random avatars for anonymous users and a welcome message for registered users, achieved with the usage of <loggedin> and <loggedout> tags) |
| Check usage and version matrix | |
| Bugs: list open list all report | |
WikiTextLoggedInOut extension adds two new parser hooks, <loggedin> and <loggedout>. The tags will show different text depending on the users' login state.
Installation [edit]
- Download the source code and place the files into $IP/extensions/WikiTextLoggedInOut/
- Add
into your wiki's LocalSettings.phprequire_once("$IP/extensions/WikiTextLoggedInOut/WikiTextLoggedInOut.php");
- Installation can now be verified through your wiki's Special:Version.
| Social tools | |
|---|---|
| SocialProfile | Overview • UserStatus (GSoC 2011 project) • Roadmap • Developer info • Screenshots • History |
| Other social extensions | Automatic Board Welcome • BlogPage • FanBoxes • NewUsersList • PictureGame • PollNY • QuizGame • RandomFeaturedUser • RandomGameUnit • RandomUsersWithAvatars • SiteMetrics • UserWelcome |
| Semanticness | Semantic Social Profile |
| Other related extensions (which do not depend on SocialProfile) |
Comments • LinkFilter • NewSignupPage • RandomImageByCategory • Video • VoteNY • WikiTextLoggedInOut |