Difference between revisions of "User talk:Gsapijaszko"

From sapijaszko.net
Jump to: navigation, search
m (Utworzył nową stronę „Popatrzeć na [http://www.nise81.com/archives/816 BibTex Citation Management within MediaWiki]”)
 
m (MathJax: nowa sekcja)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Popatrzeć na [http://www.nise81.com/archives/816 BibTex Citation Management within MediaWiki]
 
Popatrzeć na [http://www.nise81.com/archives/816 BibTex Citation Management within MediaWiki]
 +
 +
== Hyphenation with Mediawiki ==
 +
 +
In file /includes/OutputPage.php
 +
 +
<pre>
 +
if ( $wgUseAjax ) {
 +
$this->addScriptFile( 'ajax.js' );
 +
$this->addScriptFile( 'hyphenate.js' ); <!-- to dodane -->
 +
 +
...
 +
</pre>
 +
 +
In /skins/vector.php added <nowiki><div class="hyphenate"></nowiki> element:
 +
 +
<pre>
 +
<!-- bodytext -->
 +
<div class="hyphenate">
 +
<?php $this->html( 'bodytext' ) ?>
 +
</div>
 +
<!-- /bodytext -->
 +
</pre>
 +
 +
I jeszcze to: http://filip-lakomik.blogspot.com/2010/08/sieroty-i-wdowy-na-stronie-justowanie.html
 +
 +
== MathJax ==
 +
 +
spróbować pożenić z MW: http://www.mathjax.org/demos/use-in-web-platforms/

Latest revision as of 10:09, 18 April 2012

Popatrzeć na BibTex Citation Management within MediaWiki

Hyphenation with Mediawiki[edit]

In file /includes/OutputPage.php

	if ( $wgUseAjax ) {
		$this->addScriptFile( 'ajax.js' );
		$this->addScriptFile( 'hyphenate.js' ); <!-- to dodane -->

	...

In /skins/vector.php added <div class="hyphenate"> element:

	<!-- bodytext -->
	<div class="hyphenate">	
	<?php $this->html( 'bodytext' ) ?>
	</div>
	<!-- /bodytext -->

I jeszcze to: http://filip-lakomik.blogspot.com/2010/08/sieroty-i-wdowy-na-stronie-justowanie.html

MathJax[edit]

spróbować pożenić z MW: http://www.mathjax.org/demos/use-in-web-platforms/