some new ideas

WarioLoaf

Wild Cherry Pepsi ! Thats what I Want !
Banned User
I have a couple things that could improve and make the wiki format easier to work with:

*Good Articles for those that look and are really good, but not FA standard

*In user's contributions, there should be an option called "Articles created", to let people know what articles the user they are keen one looking up has started.

*More options to press instead of manualy typing codes:

f_bbf3e41d6i_38c7m_f438870.png


like 'em? be HONEST

:?
 
WarioLoaf said:
*Good Articles for those that look and are really good, but not FA standard

There are some articles that definately need longer pages. I've been thinking about moving quite a few enemy pages together…

WarioLoaf said:
*In user's contributions, there should be an option called "Articles created", to let people know what articles the user they are keen one looking up has started.

Might be a little hard on the Wikicode, but I bet we could do it!

WarioLoaf said:
*More options to press instead of manualy typing codes

Hmm… with what you showed me, it doesn't look too necesary.
 
Personally, I think we should stick with FAs, but create a PipeProject that could identify some articles as Good, and work to make them FA quality.
 
WarioLoaf said:
*More options to press instead of manualy typing codes:
I know how to add extra buttons.
Example, if you want to add a redirect button, then add in .js:
Code:
{
//Redirect
mwCustomEditButtons[mwCustomEditButtons.length] = {
    "imageFile": "INSERT IMAGE SOURCE HERE",
    "speedTip": "Redirect to another page",
    "tagOpen": "#REDIRECT[[",
    "tagClose": "]]",
    "sampleText": "Destination"}
}
Where INSERT IMAGE SOURCE HERE should be the image source (well DUH).
But there must be a certain version of MediaWiki, and you must have installed mwCustomEditButtons.
 
Back