Extension:CSO PassThru
From MediaWiki.org
|
CSO PassThru Release status: unknown |
|
|---|---|
| Implementation | Tag |
| Description | Add a tag to allow to put unchecked HTML inside <CSO_PassThru> tag |
| Download | no link |
Warning: For security reasons, allowing unrestricted HTML on a publically editable wiki is strongly discouraged. Users can get up to all sorts of mischief with Javascript, for example. So, read and understand Manual:Security before proceeding.
The CSO_PassThru tag and extension allows you to put any HTML inside a <CSO_PassThru> tag and have it shunted unchanged to the output page.
CSO_PassThru tag usage example:
<PassThru><a href="http://en.csharp-online.net/" target="C#"> C# Online.NET</a></PassThru>
[edit] $wgRawHtml
As of Mediawiki version 1.5, you can allow raw, unchecked HTML between <html> tags by setting:
$wgRawHTML = true;
This, too, is very dangerous on a publicly editable site; so, it cannot be enabled unless editing has been restricted to only trusted users with Manual:$wgGroupPermissions.
Refer to Manual:$wgRawHtml for the latest information.
[edit] C# Online.NET
C# Online.NET is a growing, wiki-based C# and .NET reference featuring articles, C# code snippets, and tutorials. The associated WikiMedia user is m:User:CSharp-Online.NET.
[edit] MediaWiki modifications page
A MediaWiki page has been set up for all the modifications one likes to make to a new MediaWiki site, but forgets how or even forgets where the informaton came from. You are welcome to contribute your favorites.

