Template:LyricistSettingsList: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(automatically defaults to two columns if list is larger than 10 elements)
m (1 revision imported: Upgrade to DPL 3.3.3)
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#ifexpr: {{#dpl:category=Works with texts by known authors
<includeonly>{{#ifexpr: {{#dpl:category=Works with texts by known authors
|linksto={{{1|{{{name|{{PAGENAME}}}}}}}}_settings
|linksto={{{1|{{{name|{{PAGENAME}}}}}}}} settings
|notcategory={{{1|{{{name|{{PAGENAME}}}}}}}}_compositions
|notcategory={{{1|{{{name|{{PAGENAME}}}}}}}} compositions
|notcategory=Text pages
|distinct=false
|distinct=false
|mode=userformat
|mode=userformat
Line 9: Line 10:
|<!-- if more than 10 results, display in two columns by default
|<!-- if more than 10 results, display in two columns by default
-->{{#dpl:category=Works with texts by known authors
-->{{#dpl:category=Works with texts by known authors
|linksto={{{1|{{{name|{{PAGENAME}}}}}}}}_settings
|linksto={{{1|{{{name|{{PAGENAME}}}}}}}} settings
|notcategory={{{1|{{{name|{{PAGENAME}}}}}}}}_compositions
|notcategory={{{1|{{{name|{{PAGENAME}}}}}}}} compositions
|notcategory=Text pages
|columns={{{2|{{{cols|2}}}}}}
|columns={{{2|{{{cols|2}}}}}}
|titlemaxlength={{{3|{{{maxlen|100}}}}}}
|titlemaxlength={{{3|{{{maxlen|100}}}}}}
Line 17: Line 19:
|ordermethod=sortkey
|ordermethod=sortkey
|allowcachedresults=false
|allowcachedresults=false
|suppresserrors=true
}}
|listattr= style="font-style: italic;"}}
|<!-- if else, display in one column by default
|<!-- if else, display in one column by default
-->{{#dpl:category=Works with texts by known authors
-->{{#dpl:category=Works with texts by known authors
|linksto={{{1|{{{name|{{PAGENAME}}}}}}}}_settings
|linksto={{{1|{{{name|{{PAGENAME}}}}}}}} settings
|notcategory={{{1|{{{name|{{PAGENAME}}}}}}}}_compositions
|notcategory={{{1|{{{name|{{PAGENAME}}}}}}}} compositions
|notcategory=Text pages
|columns={{{2|{{{cols|1}}}}}}
|columns={{{2|{{{cols|1}}}}}}
|titlemaxlength={{{3|{{{maxlen|100}}}}}}
|titlemaxlength={{{3|{{{maxlen|100}}}}}}
Line 29: Line 31:
|ordermethod=sortkey
|ordermethod=sortkey
|allowcachedresults=false
|allowcachedresults=false
|suppresserrors=true
}}}} [[Category:Lyricists]]</includeonly><noinclude><!--
|listattr= style="font-style: italic;"}} [[Category:Lyricists]]</includeonly><noinclude><!--
-->{{DisplayBox|title=Documentation|text=
-->{{DisplayBox|title=Documentation|text=


Line 42: Line 43:
   
   
}}
}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]
[[Category:DPL templates]]</noinclude>

Revision as of 08:47, 4 January 2020

Documentation

Displays a list of settings by a given lyricist. Only those works pages to which the template {{Lyricist}} has been applied will be listed.

Basic syntax
{{LyricistSettingsList}}
Usage with optional parameters
{{LyricistSettingsList|lyricist_name|num_columns|max_title_length}}
Usage with named parameters (in any position)
{{LyricistSettingsList|maxlen=max_title_length|cols=num_columns|name=lyricist_name}}