Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F33777
TranslateStatsOutput.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
824 B
Referenced Files
None
Subscribers
None
TranslateStatsOutput.php
View Options
<?php
/**
* Provides heading, summaryheading and free text addition for stats output in
* wiki format.
*
* @ingroup Stats
*/
class
TranslateStatsOutput
extends
WikiStatsOutput
{
public
function
heading
()
{
echo
'{| class="mw-ext-translate-groupstatistics sortable wikitable" border="2" '
.
'cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: '
.
'1px #AAAAAA solid; border-collapse: collapse; clear:both;" width="100%"'
.
"
\n
"
;
}
public
function
summaryheading
()
{
echo
"
\n
"
.
'{| class="mw-ext-translate-groupstatistics sortable wikitable" '
.
'border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; '
.
'border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;"'
.
"
\n
"
;
}
public
function
addFreeText
(
$freeText
)
{
echo
$freeText
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Dec 18, 09:24 (12 h, 11 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8b/d4/75089c89e0c865ab0c7bde78ca25
Default Alt Text
TranslateStatsOutput.php (824 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment