MediaWiki edit

Manual:Installation requirements

MediaWiki edit

MediaWiki Features edit

Visual Editor edit

Easy to edit the pages.

No Random No.
1 86.92356482
2 37.43551093
3 93.4080022
4 2.998231377
5 62.91318218
6 65.65
Easy Navigation edit

Easy to add links to the pages Wikimedia Apps

Version Control : Track changes effectively edit

Content change in the wiki pages is version controlled. Diff tool is helpful to get the summary of the code change. Multimedia items can also be versioned.

Adding Multimedia content, ( images/ animations etc) edit
 
Adding images/animations


 
gif animation




LaTex support edit

 

 
User management and access control edit
Category edit

Categories help to access the related content effectively.

Search edit
Programming language support. edit

Syntax highlighting for code snippets.

bool is_prime( int n)
{
    if(n < 2) 
        return false;
	for( int i =2 ;i* i <= n; ++i)
	{
		if( n%i ==0)
			return  false;
	}
	
	return true;
}


Notes/Warning/Messages edit
Note: ---------------

warning

  Warning:


Error message string


Sites Using MediaWiki edit

  1. Algowiki-Project
  2. Wikipedia
  3. Sites using MediaWiki/en