Wikipedia talk:WikiProject Oregon/Admin

From Wikipedia, the free encyclopedia

This is the talk page for discussing improvements to the Wikipedia:WikiProject Oregon/Admin page.

[edit] Table format

The following vim commands transform the category list (obtained by copying and pasting from category:WikiProject Oregon pages) into the wikitable body:

%v/[Tt]alk:/d          "delete misfiled articles (not tagged on talk page)
%s/^ *\* //            "remove leading space and asterisk from bullet list
1,$!sort
%s/^Category talk:\(.*\)/|[[:Category:\1]]||category/
%s/^Image talk:\(.*\)/|[[:image:\1]]||image/
%s/^Portal talk:\(.*\)/|[[Portal:\1]]||portal/
%s/^Template talk:\(.*\)/|[[Template:\1]]||template/
%s/^Talk:\(.*\)/|[[\1]]||article/
%s/\n/\r|-\r/          "add table row delimiters between every line

EncMstr 22:00, 5 July 2007 (UTC)