Difference between revisions of "Test/MainPage"

From Funtoo
Jump to navigation Jump to search
Tag: Reverted
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{#css:
{{#css:
#firstHeading {
  display: none;
}
.embedvideowrap {
.embedvideowrap {
   margin-right: 10px;
   margin-right: 10px;
Line 23: Line 26:
{{#cargo_query:
{{#cargo_query:
tables=projects
tables=projects
|where=_pageName={{FULLPAGENAME}}
|fields=_pageName=Project,status_date=Date,status=Status
|fields=_pageName=Project,status_date=Date,status=Status
|order by=status_date DESC
|order by=status_date DESC

Latest revision as of 07:18, February 12, 2022

Funtoo Announcements

New Projects

Latest Wiki Updates

Error 1054: Unknown column 'Test' in 'where clause' (localhost)

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `Project`,`status_date` AS `Date`,`status` AS `Status`,`status_date__precision` AS `Date__precision` FROM `cargo__projects` WHERE _pageName=Test/MainPage ORDER BY `status_date` DESC LIMIT 5000