Difference between revisions of "Talk:Main Page"
(→interwiki: add interwiki tags for easy referencing other wiki's) |
(tag: sort) |
||
| Line 22: | Line 22: | ||
:Nice, added above text to [[tips]] --[[User:Gonzo|Gonzo]] 15:06, 29 January 2007 (CET) | :Nice, added above text to [[tips]] --[[User:Gonzo|Gonzo]] 15:06, 29 January 2007 (CET) | ||
| + | |||
| + | == tag: sort == | ||
| + | |||
| + | Added a new extension that creates a tag to sort lists: <nowiki><sort></nowiki> | ||
| + | |||
| + | see [http://www.mediawiki.org/wiki/Extension:Sort Sort] | ||
| + | |||
| + | It works like this: | ||
| + | <pre> | ||
| + | <sort> | ||
| + | all | ||
| + | your | ||
| + | base | ||
| + | are | ||
| + | belong | ||
| + | to | ||
| + | us | ||
| + | </sort> | ||
| + | </pre> | ||
| + | Will produce this: | ||
| + | |||
| + | <sort> | ||
| + | all | ||
| + | your | ||
| + | base | ||
| + | are | ||
| + | belong | ||
| + | to | ||
| + | us | ||
| + | </sort> | ||
Revision as of 16:46, 30 January 2007
tag: <guildwars_ladder>
Rendering ladder information via guildtag:
<guildwars_ladder>DotB</guildwars_ladder> will render:
No information for Guild with tag 'DotB' found.
- nice! Gonzo 12:26, 29 January 2007 (CET)
interwiki: add interwiki tags for easy referencing other wiki's
Referencing guildwiki (http://www.guildwiki.org) pages: [[guildwiki:Curses|Curses]] [[gw:Necromancer|Necromancer]]
Referencing guildwiki (http://www.guildwiki.org) pages: Curses Necromancer
Note: both 'guildwiki' and 'gw' link to the same wiki
Referencing wikipedia (http://www.wikipedia.com) pages: [[wikipedia:Guild Wars|Guild Wars]] [[w:Necromancer|Necromancer]]
Referencing wikipedia (http://www.wikipedia.com) pages: Guild Wars Necromancer
Note: both 'wikipedia' and 'w' link to the same wiki
tag: sort
Added a new extension that creates a tag to sort lists: <sort>
see Sort
It works like this:
<sort> all your base are belong to us </sort>
Will produce this:
- all
- are
- base
- belong
- to
- us
- your