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}}" preg_replace dup =@@numaofarticles | + | "/[.]/" "" "{{NUMBEROFARTICLES}}" preg_replace dup =@@numaofarticles 1700 - 100 * 3000 / =@@percentComplete |
3000 @@numaofarticles - 365 "z" date - / =@@articlesPerDay | 3000 @@numaofarticles - 365 "z" date - / =@@articlesPerDay | ||
@@articlesPerDay 7 * =@@articlesPerWeek | @@articlesPerDay 7 * =@@articlesPerWeek |
Edição das 22h13min de 6 de fevereiro de 2007
<rpncalc> <cspRecent type="week"></cspRecent> =@@newThisWeek <cspRecent type="today"></cspRecent> =@@newThisDay <cspRecent type="month"></cspRecent> =@@newThisMonth "/[.]/" "" "2 762" preg_replace dup =@@numaofarticles 1700 - 100 * 3000 / =@@percentComplete 3000 @@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 ceil </rpncalc> verbetes por mês, <rpncalc> @@articlesPerWeek ceil</rpncalc> por semana ou <rpncalc> @@articlesPerDay ceil</rpncalc> por dia para o objetivo ser atingido.
Verbetes criados este mês: |
<div style="border-right: 1px solid #A0A0A0; 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="border-right: 1px solid #A0A0A0; 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="border-right: 1px solid #A0A0A0; 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> |