|
Tags: Replaced Manual revert |
| Line 1: |
Line 1: |
| [https://www.gamebrew.org/wiki/List_of_Switch_Homebrew_Applications WIP] | | [https://www.gamebrew.org/wiki/List_of_Switch_Homebrew_Applications WIP] |
| | |
| {{#cargo_query:
| |
| tables=Infobox_Switch_Homebrews
| |
| |where= type="Payload (Binaries)" OR type="Payload Senders (Software)" OR type="Payload Senders (Hardware)"
| |
| |fields= CONCAT('[[',_pageName,'|',title,']]')=Title, description=Description, type=Type, version=Version, author=Author(s), lastupdated=Last Updated
| |
| |format=dynamic table
| |
| |order by=type ASC
| |
| |rows per page=5
| |
| |limit=5000
| |
| |column widths=15%, 40%, 10%, 10%, 15%, 10%
| |
| }}
| |
| ---------------------
| |
| <tabber>
| |
| |-|Payload (Binaries)=
| |
| {{#cargo_query:
| |
| tables=Infobox_Switch_Homebrews
| |
| |where= type="Payload (Binaries)"
| |
| |fields=image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] ",Char(10)," v.",version," · ",lastupdated,"")=titlez, _pageName
| |
| |format=gallery
| |
| |mode=nolines
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=300
| |
| |image height=170
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=0
| |
| |limit=1000
| |
| }}
| |
| | |
| |-|Payload Senders (Software)=
| |
| <div class="pc">
| |
| {{#cargo_query:
| |
| tables=Infobox_Switch_Homebrews
| |
| |where= type="Payload Senders (Software)"
| |
| |fields=image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] ",Char(10)," v.",version," · ",lastupdated,"")=titlez, _pageName
| |
| |format=gallery
| |
| |mode=nolines
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=300
| |
| |image height=170
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=0
| |
| |limit=1000
| |
| }}
| |
| </div>
| |
| | |
| |-|Payload Senders (Software)=
| |
| <div class="pc">
| |
| {{#cargo_query:
| |
| tables=Infobox_Switch_Homebrews
| |
| |where= type="Payload Senders (Hardware)"
| |
| |fields=image, title, lastupdated, CONCAT("[[",_pageName,"|",title,"]] ",Char(10)," v.",version," · ",lastupdated,"")=titlez, _pageName
| |
| |format=gallery
| |
| |mode=nolines
| |
| |order by=lastupdated DESC
| |
| |caption field=titlez
| |
| |image width=300
| |
| |image height=170
| |
| |link field=_pageName
| |
| |caption field=titlez
| |
| |alt field=title
| |
| |show filename=0
| |
| |show bytes=0
| |
| |show dimensions=0
| |
| |per row=0
| |
| |limit=1000
| |
| }}
| |
| </div>
| |
| </tabber>
| |