MediaWiki talk:Badaccess-groups: Difference between revisions

From BoyWiki
(Created page with "I recommend we change this to: <pre> The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.{{#ifeq: {{FULLPAGENAME}}|Special:Uploa...")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
I recommend we change this to:
So that this will inform users of their alternative options when they are prevented from personally uploading files, I recommend we change this to:
<pre>
The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.{{#ifeq: {{FULLPAGENAME}}|Special:Upload|


To request a file be added to the wiki, please add a new entry at [[Project:Requests for file uploads]].}}
<code><nowiki>The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.{{#ifeq: {{FULLPAGENAME}}|Special:Upload|<p>To request a file be added to the wiki, please add a new entry at [[Project:Requests for file uploads]].</p>}}</nowiki></code>
</pre>
 
[[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 16:58, 7 March 2015 (UTC)
We use the #ifeq statement because we want the file request instructions to show up at Special:Upload but nowhere else (for example, we don't want it to show up at [https://www.boywiki.org/en/index.php?title=MediaWiki_talk:Badaccess-groups&action=delete action=delete]). [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 16:58, 7 March 2015 (UTC)

Latest revision as of 18:54, 7 March 2015

So that this will inform users of their alternative options when they are prevented from personally uploading files, I recommend we change this to:

The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.{{#ifeq: {{FULLPAGENAME}}|Special:Upload|<p>To request a file be added to the wiki, please add a new entry at [[Project:Requests for file uploads]].</p>}}

We use the #ifeq statement because we want the file request instructions to show up at Special:Upload but nowhere else (for example, we don't want it to show up at action=delete). Leucosticte (talk) 16:58, 7 March 2015 (UTC)