Wikipedia talk:WikiProject Oregon/Admin
From Wikipedia, the free encyclopedia
[edit] Table format
As no status was added to the old table, I changed the format to be simpler to maintain with the last update. The following vim commands transform the category list (obtained by copying and pasting the category:WikiProject Oregon pages) into the table contents:
%v/:/d "delete non entries, such as letter section headers %s/^ *\* // "remove leading space and asterisk from bullet list 1,$!sort %v/[Tt]alk:/d "delete misfiled articles (not tagged on talk page) %s/^Template talk:\(.*\)/|{{\1}}||admin/ %s/^Category talk:\(.*\)/|Category:\1||category/ %s/^Talk:\(.*\)/|\1||article/ %s/\n/\r|-\r/ "add table row delimiters between every line
I propose altering {{WikiProject Oregon}} to accept a division or classification parameter to group articles into appropriate subcategories like government, cities, business, culture, ... which can be used to auto classify the articles in this table. —EncMstr 07:22, 30 March 2007 (UTC)