Mudanças entre as edições de "MediaWiki:CspAnnualGoal"
Linha 3: | Linha 3: | ||
<cspRecent type="today"></cspRecent> =@@newThisDay | <cspRecent type="today"></cspRecent> =@@newThisDay | ||
<cspRecent type="month"></cspRecent> =@@newThisMonth | <cspRecent type="month"></cspRecent> =@@newThisMonth | ||
− | {{NUMBEROFARTICLES}} 100 * 2000 / =@@percentComplete | + | "/[.]/" "" "{{NUMBEROFARTICLES}}" preg_replace dup =@@numaofarticles 100 * 2000 / =@@percentComplete |
− | 2000 | + | 2000 @@numaofarticles - 365 "z" date - / =@@articlesPerDay |
@@articlesPerDay 7 * =@@articlesPerWeek | @@articlesPerDay 7 * =@@articlesPerWeek | ||
@@articlesPerDay 30 * =@@articlesPerMonth | @@articlesPerDay 30 * =@@articlesPerMonth |
Edição das 16h43min de 25 de março de 2006
<rpncalc> <cspRecent type="week"></cspRecent> =@@newThisWeek <cspRecent type="today"></cspRecent> =@@newThisDay <cspRecent type="month"></cspRecent> =@@newThisMonth "/[.]/" "" "2 762" preg_replace dup =@@numaofarticles 100 * 2000 / =@@percentComplete 2000 @@numaofarticles - 365 "z" date - / =@@articlesPerDay @@articlesPerDay 7 * =@@articlesPerWeek @@articlesPerDay 30 * =@@articlesPerMonth @@newThisDay @@articlesPerDay / 100 * 100 min =@@percentCompleteDay @@newThisWeek @@articlesPerWeek / 100 * 100 min =@@percentCompleteWeek @@newThisMonth @@articlesPerMonth / 100 * 100 min =@@percentCompleteMonth "/^0_/" "" @@newThisDay preg_replace =@@newThisDay_Disp "/^0_/" "" @@newThisWeek preg_replace =@@newThisWeek_Disp "/^0_/" "" @@newThisMonth preg_replace =@@newThisMonth_Disp </rpncalc>
Precisam ser criados <rpncalc> @@articlesPerMonth round </rpncalc> verbetes por mês, <rpncalc> @@articlesPerWeek round </rpncalc> por semana ou <rpncalc> @@articlesPerDay round </rpncalc> por dia para o objetivo ser atingido.
Verbetes criados este mês: |
<div style="text-align:center; line-height: 8pt; margin: 0px; padding:0px; background-color: #D0D0D0; display: inline-block; font-size: 7pt; width: <rpncalc> @@percentCompleteMonth round </rpncalc>%"><rpncalc> @@newThisMonth_Disp </rpncalc> |
Verbetes criados esta semana: |
<div style="text-align:center; line-height: 8pt; margin: 0px; padding:0px; background-color: #D0D0D0; display: inline-block; font-size: 7pt; width: <rpncalc> @@percentCompleteWeek round </rpncalc>%"><rpncalc> @@newThisWeek_Disp </rpncalc> |
Verbetes criados hoje: |
<div style="text-align:center; line-height: 8pt; margin: 0px; padding:0px; background-color: #D0D0D0; display: inline-block; font-size: 7pt; width: <rpncalc> @@percentCompleteDay round </rpncalc>%"><rpncalc> @@newThisDay_Disp </rpncalc> |