Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
(→‎Default: new section)
Line 4: Line 4:
   
 
Do we have a deletion template for non-image files like audio? Should we adjust this/description/etc. to apply to files in general? I do notice that apart from images there mainly only seems to be audio, which we have a lot unused too, though a time will probably come when we need to mark a non-image file for deletion. --[[User:KokoroSenshi|<span style="color:#FFD500">KokoroSenshi</span>]] ([[User talk:KokoroSenshi|Talk]] | [[Special:Contributions/KokoroSenshi|contribs]]) 03:29, 4 February 2016 (UTC)
 
Do we have a deletion template for non-image files like audio? Should we adjust this/description/etc. to apply to files in general? I do notice that apart from images there mainly only seems to be audio, which we have a lot unused too, though a time will probably come when we need to mark a non-image file for deletion. --[[User:KokoroSenshi|<span style="color:#FFD500">KokoroSenshi</span>]] ([[User talk:KokoroSenshi|Talk]] | [[Special:Contributions/KokoroSenshi|contribs]]) 03:29, 4 February 2016 (UTC)
  +
  +
== Default <second file name> ==
  +
  +
I sort of want to put the default second file name for jpg/jpeg files to the same name except with png, just to make things slightly easier when reuploading as pngs, e.g. for background removal. Like:
  +
<pre>
  +
{{#ifeq:{{lc:{{#explode:{{PAGENAME}}|.|1}}}}|jpg
  +
|{{#explode:{{PAGENAME}}|.|0}}.png
  +
|{{#ifeq:{{lc:{{#explode:{{PAGENAME}}|.|1}}}}|jpeg
  +
|{{#explode:{{PAGENAME}}|.|0}}.png
  +
|
  +
}}
  +
}}
  +
</pre>
  +
which gives ___.png if jpg or jpeg, nothing if else? Or maybe it's not worth it.
  +
  +
--[[User:KokoroSenshi|<span style="color:#FFD500">KokoroSenshi</span>]] ([[User talk:KokoroSenshi|Talk]] | [[Special:Contributions/KokoroSenshi|contribs]]) 03:49, 4 February 2016 (UTC)

Revision as of 03:49, 4 February 2016

What were the issues you guys were having with it and were they resolved? But there's really no need for the new category since the articles for deletion have a gallery. I think its a MediaWiki standard. That category itself is kept cleaner than even our wanted pages :p User:Axiomist/sig 02:58, 25 November 2009 (UTC)

Images for deletion/Files for deletion

Do we have a deletion template for non-image files like audio? Should we adjust this/description/etc. to apply to files in general? I do notice that apart from images there mainly only seems to be audio, which we have a lot unused too, though a time will probably come when we need to mark a non-image file for deletion. --KokoroSenshi (Talk | contribs) 03:29, 4 February 2016 (UTC)

Default <second file name>

I sort of want to put the default second file name for jpg/jpeg files to the same name except with png, just to make things slightly easier when reuploading as pngs, e.g. for background removal. Like:

{{#ifeq:{{lc:{{#explode:{{PAGENAME}}|.|1}}}}|jpg
  |{{#explode:{{PAGENAME}}|.|0}}.png
  |{{#ifeq:{{lc:{{#explode:{{PAGENAME}}|.|1}}}}|jpeg
     |{{#explode:{{PAGENAME}}|.|0}}.png
     |
   }}
}}

which gives ___.png if jpg or jpeg, nothing if else? Or maybe it's not worth it.

--KokoroSenshi (Talk | contribs) 03:49, 4 February 2016 (UTC)