Kullanıcı:Mlasars
Hi
My name is Martin Lasarsch, working for SuSE since 2000.
At the moment i work in the bug screening team and also do stuff on the wiki.
- Mail: mlasars@suse.de
- IRC: (not)localhorst on freenode, #suse and #opensuse
- WWW: hitme.resetbutton.de
have a lot of fun ...
everything beyond this is just for testing, ingore ...
ignore the image, just a test ...
İçindekiler
Interwiki links
You will find a list of link shortcuts here: interwiki shortcuts
Example for a link to google google:suse:
[[google:searchexpression]]
Direct image links
With this tag it is possible to make direct image links which not link to the upload page.
Example:
<iimg>miniSUSE!</iimg>
Code:
<iimg>[[miniSUSE]]![[Image:MiniSUSE-logo-lp.png]]</iimg>
More information: [http://meta.wikimedia.org/wiki/User:Jbennet/Navigational_images Navigational images]
List of protected pages
This is for the maintainers to get a quick overview of protected pages.
Switch the namespace to main to filter out all internal stuff.
Source: [http://meta.wikimedia.org/wiki/User:BraneJ/Protected_pages Protected pages]
Inputbox
Inputbox on the page:
Code:
<inputbox> type=search align=left parameter1=value parameter2=value default=SDB: </inputbox>
More information: [http://meta.wikimedia.org/wiki/Inputbox_extension inputbox extension]
Blog/RSS feed
rss feed at [1]
Example:
<feed> <blog>
title=Search Engine | date=July 11, 2005 | link=http://www.google.com | body=This is a blog entry for the Google search engine.
</blog> <blog>
title=Happy 4th of July | date=July 4, 2005 | link=/WikiRaw | body=This is a link to MediaWiki.
</blog> </feed>
Code:
<feed> <blog> title=Search Engine | date=July 11, 2005 | link=http://www.google.com | body=This is a blog entry for the Google search engine. </blog> <blog> title=Happy 4th of July | date=July 4, 2005 | link=/WikiRaw | body=This is a link to MediaWiki. </blog> </feed>
The rss feed is at url/pagename?feed=rss
More information: [http://meta.wikimedia.org/wiki/User:Howardjp/WikiWebLog WikiWebLog]
Dynamic pagelist
Look here for more information: Dynamic Page List2
EventCountdown
Add a simple day countdown for some events.
Example:
<daysuntilin="days">19-January-2038</daysuntil> until Unix time [http://en.wikipedia.org/wiki/Unix_time#32-bit_overflow overflow]
Code:
<eventcountdown date="19-January-2038"><daysuntil in="days">19-January-2038</daysuntil> until Unix time overflow</eventcountdown>
More information: [http://meta.wikimedia.org/wiki/EventCountdown_Extension EventCountdown]