Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
User talk:Seahorseruler: Difference between revisions
imported>Juca |
imported>Lisured |
||
Line 31: | Line 31: | ||
Also, do you know what [http://pt.clubpenguinwiki.info/wiki/Categoria:P%C3%A1ginas_que_utilizam_argumentos_duplicados_ao_chamar_predefini%C3%A7%C3%B5es this] category means? It can be translated as "pages that use duplicate arguments while calling templates". --[[User:Juca|<span style="color:#ff7c00;"><b>Juca</b></span>]] [[User talk:Juca|<span style="color:#c00000;"><b>(discussão/talk)</b></span>]] [[File:Penguinguitar.png|link=Special:Contributions/Juca|20px]] 18:53, 27 June 2015 (UTC) | Also, do you know what [http://pt.clubpenguinwiki.info/wiki/Categoria:P%C3%A1ginas_que_utilizam_argumentos_duplicados_ao_chamar_predefini%C3%A7%C3%B5es this] category means? It can be translated as "pages that use duplicate arguments while calling templates". --[[User:Juca|<span style="color:#ff7c00;"><b>Juca</b></span>]] [[User talk:Juca|<span style="color:#c00000;"><b>(discussão/talk)</b></span>]] [[File:Penguinguitar.png|link=Special:Contributions/Juca|20px]] 18:53, 27 June 2015 (UTC) | ||
: We have “[[:Category:Pages using duplicate arguments in template calls]]” too. It is caused by the following lines in [[Template:Navbox subgroup]], in particular by passing two <code>void</code> arguments when neither <code>evenodd</code> nor <code>listpadding</code> are passed. Does the <code>void</code> argument have any special meaning or can we just pass some random argument like <code>void2</code> when calling a template? That could be a solution. | |||
:<pre>|{{#if:{{{evenodd|}}}|evenodd|void}} = {{{evenodd|}}} | |||
|{{#if:{{{listpadding|}}}|listpadding|void}} = {{{listpadding|}}}</pre> | |||
:--[[User:Lisured|Lisured]] ([[User_talk:Lisured|会話]]) 19:41, 27 June 2015 (UTC) |
Revision as of 19:41, 27 June 2015
Archives |
---|
1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 |
Current Talk Page |
Archives
Hi Sea, could you please make people able to upload .mmf, .mma, .mml and .mp3 files on the archives? It'd be usefull for archiving stuff from app. --Misabr 【Talk•CPW Archives•Wikipedia】 19:28, 31 May 2015 (UTC)
- And .jpg also if possible --Misabr 【Talk•CPW Archives•Wikipedia】 19:50, 31 May 2015 (UTC)
I want to rename myself
Hi, can you change my name to XkimoCP? Please?
I love CPWN! 19:50, 2 June 2015 (UTC)
RE:CPW-PT Favicon
Hello Seahorseruler. Here it is: [1]. --Juca (discussão/talk) 20:23, 18 June 2015 (UTC)
Wiki avatars
Why were user avatars removed? -- Mrdave921 Talk Contribs 23:33, 18 June 2015 (UTC)
Test
test
Template update problem
Hello Seahorseruler. The same template cache problem has happened again. The CPW-PT template Predefinição:Principal-futuro is not updated while the user is logged out. Could you please fix this? --Juca (discussão/talk) 18:22, 27 June 2015 (UTC)
Also, do you know what this category means? It can be translated as "pages that use duplicate arguments while calling templates". --Juca (discussão/talk) 18:53, 27 June 2015 (UTC)
- We have “Category:Pages using duplicate arguments in template calls” too. It is caused by the following lines in Template:Navbox subgroup, in particular by passing two
void
arguments when neitherevenodd
norlistpadding
are passed. Does thevoid
argument have any special meaning or can we just pass some random argument likevoid2
when calling a template? That could be a solution. |{{#if:{{{evenodd|}}}|evenodd|void}} = {{{evenodd|}}}
|{{#if:{{{listpadding|}}}|listpadding|void}} = {{{listpadding|}}}