Community Central
Community Central
(message)
No edit summary
Line 153: Line 153:
 
* My objective is to recreate the table produced by Special:Editcount to make it a template for user profiles, I can access the all the important information so the other things are merely a whim, I know that probably there isn't a solution so don't worry. I simply want to confirm it. [[User:Leviathan_89|'''''leviathan_''''']][[User_talk:Leviathan_89|'''''<span title="Questions? Ask me!" style="color:#ff9933">89</span>''''']]
 
* My objective is to recreate the table produced by Special:Editcount to make it a template for user profiles, I can access the all the important information so the other things are merely a whim, I know that probably there isn't a solution so don't worry. I simply want to confirm it. [[User:Leviathan_89|'''''leviathan_''''']][[User_talk:Leviathan_89|'''''<span title="Questions? Ask me!" style="color:#ff9933">89</span>''''']]
 
::You probably won't be able to access the All wikis column - that information is difficult for the server to produce, as it has to pull from many places at once. There are ways to fudge with parser evaluation order, but I'd have to fiddle with it a bit and get back to you on it. {{User:Monchoman45/SigReal|11:55,5/23/2011}}
 
::You probably won't be able to access the All wikis column - that information is difficult for the server to produce, as it has to pull from many places at once. There are ways to fudge with parser evaluation order, but I'd have to fiddle with it a bit and get back to you on it. {{User:Monchoman45/SigReal|11:55,5/23/2011}}
  +
  +
:Thanx, if you found out something let me know. {{SUBST:User:Leviathan_89/sig}} 21:00, May 23, 2011 (UTC)

Revision as of 21:00, 23 May 2011

Forums: Index Community Central Forum Order of evaluation and User Stats
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4714 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


Hello! I'm an user on One Piece Wiki and I was trying to create a table to display the edit counts of an user using the information of this page Special:Editcount. For example here a copy (taken from the source code of the page) of my stats on One Piece wiki:

Totale One Piece   All wikis
2,590 100%   3,730 100%
(Principale) 456 17,61%   662 17,75%
Discussione 71 2,74%   71 1,9%
Utente 16 0,62%   16 0,43%
Discussioni utente 92 3,55%   129 3,46%
One Piece Encyclopedia 8 0,31%   10 0,27%
File 1,628 62,86%   2,103 56,38%
Template 176 6,8%   476 12,76%
Discussioni template 2 0,08%   2 0,05%
Categoria 10 0,39%   125 3,35%
Discussioni categoria 1 0,04%   1 0,03%
Forum 93 3,59%   93 2,49%
User blog 3 0,12%   3 0,08%
User blog comment 33 1,27%   38 1,02%
Top 10 list talk 1 0,04%   1 0,03%

Now, using commands like {{Special:Editcount/Leviathan_89/File}} I don't have problems to trasclude the informations in the first column, but here my problems:

  • I can't access to the informations in the "All wikis" column or the percentages.
  • Leaving the "All wikis" column aside, I would calculate the percentages myself, but the problem is there is a bad format input number (there are commas over 1000) so I can't use {{ #expr: expression }}, for resolve this kind of problem there is the function {{ formatnum: number |R }} (for example {{ formatnum: 1,605.34 |R }} produces 1605.34) but if I use {{ formatnum:{{Special:Editcount/Monchoman45}}|R }} produces Special:Editcount/Monchoman45 because formatnum: is evaluated before. Is there a way to fix this?
  • My objective is to recreate the table produced by Special:Editcount to make it a template for user profiles, I can access the all the important information so the other things are merely a whim, I know that probably there isn't a solution so don't worry. I simply want to confirm it. leviathan_89
You probably won't be able to access the All wikis column - that information is difficult for the server to produce, as it has to pull from many places at once. There are ways to fudge with parser evaluation order, but I'd have to fiddle with it a bit and get back to you on it.  Monchoman45  Talk  Contribs  Skystone  11:55,5/23/2011 
Thanx, if you found out something let me know. {{SUBST:User:Leviathan_89/sig}} 21:00, May 23, 2011 (UTC)