Difference between revisions of "MediaWiki Tips"

From its-wiki.no
Jump to: navigation, search
(Semantic Bundle)
Line 115: Line 115:
 
* <nowiki> {{Assignments}} </nowiki> calling the Template:Assignments or through
 
* <nowiki> {{Assignments}} </nowiki> calling the Template:Assignments or through
 
* <nowiki> {{:Unik4700:Assignments}} </nowiki> including page [[UNIK4700:Assignments]]
 
* <nowiki> {{:Unik4700:Assignments}} </nowiki> including page [[UNIK4700:Assignments]]
 +
= Collapsing =
 +
https://en.wikipedia.org/wiki/Help:Collapsing
 +
{| class="wikitable mw-collapsible"
 +
|+ class="nowrap" | Winter Olympic Games
 +
|-
 +
|
 +
! scope="col" | City
 +
! scope="col" | Country
 +
|-
 +
! scope="row" | 1994
 +
| Lillehammer || Norway
 +
|-
 +
! scope="row" | 1998
 +
| Nagano || Japan
 +
|}
 
=Semantic Bundle=
 
=Semantic Bundle=
 
* 3Jan2012 tried compilation again, having renamed SemanticBundle to semantic-bundle
 
* 3Jan2012 tried compilation again, having renamed SemanticBundle to semantic-bundle
Line 140: Line 155:
 
$ sudo chown -R www-data:www-data *
 
$ sudo chown -R www-data:www-data *
 
</pre>
 
</pre>
 
  
 
=Widgets=
 
=Widgets=

Revision as of 16:13, 20 November 2020

Tips and Tricks for MediaWiki, incl. Math, Date/Time see also BasicInternet:How_to_edit, MediaWiki_Design

Date and time

Click here to go to the next tab... Example:

  • CURRENTYEAR is 2024, CURRENTTIME is 10:55, LOCALTIME is 10:55
  • date: 25 Dec 2009 or "now": 28 Mar 2024
  • Revision: 11.2020
  • DueDate used for Master thesis delivery, Due_date used for project and other deliverables

https://www.mediawiki.org/wiki/Help:Magic_words

<span style="float: right; font-size: 80%; font-weight: bold;" > {{REVISIONMONTH}}.{{REVISIONYEAR}}  </span>
{{#formatdate:dec 25,2009|dmy}}

see also Template:Right, Right80, text Colour: blue text , red text ,

{{Colour|blue|blue text }}, {{Colour|red|red text }}, 


see more in Ask...

Math

 <math> x^2 + y^2 = z^2 </math> 

for easy text formatting, you can also use the NO<sub>2</sub> writing, which provides NO2.

Header Tabs

put the word <headertabs/> at the end of the part which is separated in Tabs, and then header 1 will be converted into a tab.

Read more at: http://www.mediawiki.org/wiki/Extension:Header_Tabs

TOC, Style and Images

Style

__NOTOC__ eller {{TOCright}}
__NOEDITSECTION__

<span style="float: right; font-size: 80%;" > your text here </span>
<br/>
<span style="background-color: #ffffcc" > need documentation here </span>

NOTITLE on pages is achieved by: (see Template:Lecture)

{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}

Span style attributes

text-align:center; # note: centered text through
centered
background:color:#ffffee
font-weight: bold;

Images

  • right flow, 350 px, with frame and caption

[[File:image.png|350px|frame|Caption of image|link=http://cwi.unik.no/wiki/UNIK4700]]

  • external images, just include the http link

Logo.gif http://www.unik.no/Images/Logo.gif

References

<ref>   </ref> and or <ref name="Noll2015">
<references />
The first part will just include a reference, the second one with the name= ... is used to label the references. Multiple use of references is used by
 <ref name="Noll2015"/> 
. You may also group references for sorting after e.g. footnotes and references. a good method for the summary is the use of the template
  {{Reflist}} 

For further reading, see: Extension:Cite

Miniature of pages

http://www.robothumb.com/src/http://www.monsite.fr@160x120.jpg

www.monsite.fr@160x120.jpg

wiki.unik.no@320x240.jpg


show command: ....

Slideshow

Ask on courses in Slideshow mode (other parameters: limit = 10)

sub-pages, inclusion

a sub-page is a child page to a topic, example UNIK4700/Introduction, where introduction is a sub-page of UNIK4700. The feature is currently not implemented on this wiki, mainly due to (i) don't know how to create and (ii) don't know how to query. Need to look into it.

  • Create: by adding “query string=super_page=Research” to the form.
  • a good article on search in sub-pages and omnitting the "main" page:

http://clkoerner.com/2012/09/06/semantic-mediawiki-templates-and-arraymaps-are-awesome/

Look also for ParserFunctions extension, they allow to give back parts of the header

Rather use inclusion of other pages, either through

  • {{Assignments}} calling the Template:Assignments or through
  • {{:Unik4700:Assignments}} including page UNIK4700:Assignments

Collapsing

https://en.wikipedia.org/wiki/Help:Collapsing

Winter Olympic Games
City Country
1994 Lillehammer Norway
1998 Nagano Japan

Semantic Bundle

  • 3Jan2012 tried compilation again, having renamed SemanticBundle to semantic-bundle
  • sudo make all worked
  • failed at the end, 7z not found, but SemanticBundle-20130103.tgz was created > moved to extensions > tar xvf SemanticBundle-20130103.tgz > created "all extensions"
    • SemanticResultFormats
    • SemanticSignup
    • SemanticTasks
    • SemanticWatchlist
    • SemanticDrilldown
    • ...
    • Widgests
    • Maps
    • Nuke
    • PageSchemas
    • ParserFunctions

Activated through

$ pwd
/var/www/mediawiki/extensions/semantic-bundle
$ sudo vi SemanticBundle.php
$ sudo cp SemanticBundleSettings.sample.php SemanticBundleSettings.php
$ sudo vi SemanticBundleSettings.php
$ sudo chown -R www-data:www-data *

Widgets

See a list of Widgets used on this wiki

YouTube widget

{{#widget:WidgetName|param1=value1|param2=value2}}
{{#widget:YouTube|id=DWef69ItVrU}}
  • id - video id (from the URL)
  • playlist - playlist name (starts with PL) - first clip is played (id is ignored)
  • height and width define view dimensions, 420x350 is default


other widgets: mediawiki widgets

Language

We are using the the specific ending /NO for a norwegian page of an existing pagename, and the flag, check http://BasicInternet.org


depreciated 29Jan2014: Language settings is not working - after upgrade to Mediawiki 1.22.1 14Feb2013: playing with language functions to test en/no implementation

  • Don't forget to run a "page refresh" (as cache is enabled)
{{#iflang: no |
 dette er en norsk tekst 
 }}
 {{#iflang: en | 
 Secret stuff for english speakers 
 }}
 Here's a bilingual header.
  =={{#iflang: en |English heading }}{{#ifmultlang: }}{{#iflang: no |Norsk titel }}==

{{#iflang: no |Dette er en norsk tekst

Og her kommer en header på norsk}} {{#iflang: en |Secret stuff for english speakers

this is a header in English}} =={{#iflang: en |English heading }}{{#iflang: no |Norsk titel }}==

Buttons

So for meetings you use the following: {{#formlink:form=Meeting|link text=Add a meeting|link type=button|namespace=Basic Internet}}

This gives you an Add a meeting button.

The one step process is useful because you can also pass values into the form. For example, if you are creating a meeting from within a project page, you could pass the project value in automatically by adding to the Project template: {{#formlink:form=Meeting|link text=Add a meeting|link type=button|namespace=Basic Internet|query string=Meeting[Project]={{PAGENAME}}}}

I would also add another category to the Meetings e.g. [[Category:Basic Internet Meetings]] ". You can then easily query them. You can also do clever things like assign the category using the parameter passing above. So you can start categorising the meetings based on where in the site they are created.

Add-on functionality


All messages and how to set them Special:AllMessages

SimpleSecurity - removed error message MediaWiki:Security-info (left as blank page)

Dynamic pages

Using the inclusion of Special:RecentChanges or Special:Newpages for recent changes

No changes during the given period matching these criteria.

or

Inclusion of pages works shrough {{:Name_of_page}} for pages from the main namespace, otherwise from Template:Name_of_page

Links to changes - % why don't they work? - Links work in MediaWiki:Sidebar

  • currentevents-url|currentevents
  • recentchanges-url|Recent changes
  • randompage-url|randompage
  • TrackRecord|TrackChanges

See Talk:MediaWiki Tips for information on dynamic sidebars

Interworking Wordpress

Nicely described by Chris Koerner in using the MediaWiki environment that we use to document stuff.¹ Lately I’ve been trying to figure out how to leverage the MediaWiki API and the External Data Extension to manipulate data from external sources and content within the wiki. http://clkoerner.com/tag/mediawiki/

Footer

Combine the footer with the semantic bottrom

To put this into your other skins you will need to copy the iotsec_footer and bif_footer CSS from /var/www/mediawiki/skins/iotsec_template.css to the corresponding file in the other skins.

Then you need to add:

<css>.catlinks {display:none}<css/>

to the templates where you want to have the new footer box.

Design

Mediawiki Design lists cool designs suggestions. We are using the GuMax Design, and our package can be downloaded from Media:GuMax-UNIK.tar.gz - Our update towards the Basic Internet skin and the IoTSec skin were dann by Neill Mitchell from Prescient Software