iRook's User Page

From Team Fortress Wiki
Jump to: navigation, search

I encourage you to use tf2.me.


Options at the moment are:

tf2.me/Article_Title_Here redirects to /wiki/Article_Title_Here
tf2.me/s/Special_Article_Title_Here redirects to /wiki/Special:Article_Title_Here
tf2.me/u/Username_Here redirects to /wiki/User:Username_Here
tf2.me/e/Article_To_Edit redirects to /w/index.php?title=Article_To_Edit&action=edit

These are pretty useful especially the edit one!

Examples: http://tf2.me/
http://tf2.me/Scout
http://tf2.me/u/iRook
http://tf2.me/e/Soldier
http://tf2.me/s/RecentChanges


Feel free to suggest anything else that I should redirect..


The current rewrite rules are
RewriteRule ^$ http://wiki.teamfortress.com/wiki/Main_page [L]
RewriteRule ^s/([^/]+)$ http://wiki.teamfortress.com/wiki/Special:$1 [L]
RewriteRule ^u/([^/]+)$ http://wiki.teamfortress.com/wiki/User:$1 [L]
RewriteRule ^e/([^/]+)$ http://wiki.teamfortress.com/w/index.php?title=$1&action=edit [L]
RewriteRule ^f/([^/]+)$ http://forums.steampowered.com/forums/showthread.php?t=$1 [L]
RewriteRule ^b/([^/]+)$ http://www.teamfortress.com/post.php?id=$1 [L]
RewriteRule ^([^/]+)$ http://wiki.teamfortress.com/wiki/$1 [L]
These probably could have vast improvements but I do not know how. Corrections welcome.