> From: [email protected]
> To: [email protected]
> Date: Wed, 15 Feb 2012 15:52:39 +0100
> Subject: [Mediawiki-l] {{PAGESIZE}} and other ways to know page size
> 
> Hi, I tried to use the parser word PAGESIZE that hive the size in Kb of
> any page.
> 
> Writing 
> {{PAGESIZE:MyPageName}}
> 
> But if I want to use it inside a Template writing
> {{PAGESIZE:{{PAGENAME}}}}
> 
> it give 0 always as a result.
> Is this a bug or issue?
Hi.{{PAGENAME}} does not include the namespace of the page. Try using 
{{PAGESIZE:{{FULLPAGENAME}}}} instead.
                                          
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to