|
|
Line 1: |
Line 1: |
| {{Linkbar PSP}}
| |
|
| |
|
| |
| {{TOChorizontal|Media players|Utilities|Operating systems|Math|Music||Other Apps}}
| |
|
| |
| {{#cargo_query: | | {{#cargo_query: |
| tables=Infobox_PSP_Homebrews | | tables=Infobox_DS_Homebrews |
| |where= type="Media players" OR type="Utilities" OR type="Music" OR type="Operating systems" OR type="Math" OR type="Other"
| | |fields= CONCAT('[[',_pageName,'|',title,']]')=Title, description=Description, download=Download, version=Version, type=Type author=Author(s), lastupdated=Last Updated |
| |fields= CONCAT('[[',_pageName,'|',title,']]')=Title, description=Description, type=Type, version=Version, author=Author(s), lastupdated=Last Updated | |
| |format=dynamic table | | |format=dynamic table |
| |rows per page=10 | | |rows per page=500 |
| |limit=1000 | | |limit=1000 |
| }}
| |
|
| |
| ==Applications==
| |
|
| |
| === Media players ===
| |
| {{#cargo_query:
| |
| tables=Infobox_PSP_Homebrews
| |
| |where= type="Media players"
| |
| |fields=version, image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] - v.",version," (",lastupdated,")")=titlez, author=Author(s), lastupdated= Last Updated, _pageName
| |
| |format=gallery
| |
| |mode=packed
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=250
| |
| |image height=150
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=5
| |
| }}
| |
|
| |
| === Utilities ===
| |
| {{#cargo_query:
| |
| tables=Infobox_PSP_Homebrews
| |
| |where= type="Utilities"
| |
| |fields=version, image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] - v.",version," (",lastupdated,")")=titlez, author=Author(s), lastupdated= Last Updated, _pageName
| |
| |format=gallery
| |
| |mode=packed
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=250
| |
| |image height=150
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=5
| |
| }}
| |
|
| |
| ===Operating systems===
| |
| {{#cargo_query:
| |
| tables=Infobox_PSP_Homebrews
| |
| |where= type="Operating systems"
| |
| |fields=version, image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] - v.",version," (",lastupdated,")")=titlez, author=Author(s), lastupdated= Last Updated, _pageName
| |
| |format=gallery
| |
| |mode=packed
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=250
| |
| |image height=150
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=5
| |
| }}
| |
|
| |
| ===Math===
| |
| {{#cargo_query:
| |
| tables=Infobox_PSP_Homebrews
| |
| |where= type="Math"
| |
| |fields=version, image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] - v.",version," (",lastupdated,")")=titlez, author=Author(s), lastupdated= Last Updated, _pageName
| |
| |format=gallery
| |
| |mode=packed
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=250
| |
| |image height=150
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=5
| |
| }}
| |
|
| |
| ===Music===
| |
| {{#cargo_query:
| |
| tables=Infobox_PSP_Homebrews
| |
| |where= type="Music"
| |
| |fields=version, image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] - v.",version," (",lastupdated,")")=titlez, author=Author(s), lastupdated= Last Updated, _pageName
| |
| |format=gallery
| |
| |mode=packed
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=250
| |
| |image height=150
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=5
| |
| }}
| |
|
| |
| ===Other Apps===
| |
| {{#cargo_query:
| |
| tables=Infobox_PSP_Homebrews
| |
| |where= type="Other"
| |
| |fields=version, image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] - v.",version," (",lastupdated,")")=titlez, author=Author(s), lastupdated= Last Updated, _pageName
| |
| |format=gallery
| |
| |mode=packed
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=250
| |
| |image height=150
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=5
| |
| }} | | }} |