This repository was archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
get_webcomic_transcripts_list()
Michael Sisk edited this page Apr 10, 2018
·
1 revision
Get a list of comic transcripts.
get_webcomic_transcripts_list( array $args = [] ) : stringOptional arguments.
-
arrayauthors_list
Optional arguments for get_webcomic_transcript_authors_list(); only used when $item contains the %authors token. -
stringedit_link
Optional edit link format, like before{{text}}after. -
stringformat
Optional list format, like before{{join}}after. -
stringitem
Optional item format, like before{{item}}after. The before text should include two sprintf() tokens, which will be replaced with the transcript ID and CSS class names, respectively. -
arraylanguages_list
Optional arguments for get_webcomic_transcript_languages_list(); only used when $item contains the %languages token. -
stringparent_link
Optional parent link format, like before{{text}}after. -
stringwalker
Optional custom Walker class to use instead of Mgsisk\Webcomic\Transcribe\Walker\TranscriptLister.
string
-
get_webcomic_transcripts()
The fields argument is always set to 'ids'.