MediaWiki edit (Category edit)
Contents |
You can't just move/rename it like you can most files... If you try, it will give an error saying you can't change an article to a "special type".
Instead, export the file as an .xml file, find the <title> tag, prefix the value with "Category:", and import it. Simple!
You can't just rename it... The move link is curiously absent for category pages.
Do the same thing as above: export the file as an .xml file, change value of <title> tag, and import it.
http://meta.wikimedia.org/w/query.php
http://meta.wikimedia.org/wiki/ParserFunctions
{{#ifeq: <text 1> | <text 2> | <equal text> | <not equal text> }}
{{#switch: {{{3|NIV}}} | NIV=31 | NLT=51 }}
http://en.wikipedia.org/wiki/Wikipedia:Qif_conditionals
{| class="infobox"
{{#if:{{{foo|}}}|
{{!}}-
! Foo
{{!}} {{{foo}}}
}}
|-
! Bar
| {{{bar}}}
|}