Template

TopicLinkList: Difference between revisions

From Mark Twain in the German Language Press

mNo edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>
=== Use of this Template ===
=== Use of this Template ===
* Current example page: [[Vienna]]
* Current example page: [[Vienna/Visit to Parliament]]
* Include in Topic Pages to display a list of all Article Pages which link to a specific sub-topic OR (if no sub-topics exist) to the topic itself.
* Include in Topic Pages to display a list of all Article Pages which link to a specific topic or sub-topic.
* CSS-class: topicLinkList
* CSS-class: topicLinkList
* Copy: <nowiki>{{TopicLinkList}}</nowiki>
* Copy: <nowiki>{{TopicLinkList}}</nowiki>




=== Template Content ===
=== Content of this Template ===
</noinclude>
<pre><nowiki>
{{#dpl:
{{#dpl:
|linksto  = {{PAGENAME}}
|linksto  = {{PAGENAME}}
Line 22: Line 21:
|noresultsfooter =
|noresultsfooter =
}}
}}
</nowiki></pre>
<includeonly>
{{#dpl:
|linksto  = {{PAGENAME}}
|category = Article Pages
|include = {ArticleInfo}:title, {ArticleInfo}:date
|mode = userformat
|ordermethod = title
|listseparators = <div><ul>,,,</ul></div>
|secseparators = <li>[[%PAGE%]]: ,&comma; , , </li>
|resultsheader = <div class="topicLinkList"><b>Linked article pages</b> (%PAGES%)
|resultsfooter= </div>
|noresultheader =
|noresultsfooter =
}}
</includeonly>

Revision as of 08:31, 22 August 2025

Use of this Template

  • Current example page: Visit to Parliament
  • Include in Topic Pages to display a list of all Article Pages which link to a specific topic or sub-topic.
  • CSS-class: topicLinkList
  • Copy: {{TopicLinkList}}


Content of this Template

{{#dpl:
|linksto  = {{PAGENAME}}
|category = Article Pages
|include = {ArticleInfo}:title, {ArticleInfo}:date
|mode = userformat
|ordermethod = title
|listseparators = <div><ul>,,,</ul></div>
|secseparators = <li>[[%PAGE%]]: ,, , , </li>
|resultsheader = <div class="topicLinkList"><b>Linked article pages</b> (%PAGES%)
|resultsfooter= </div>
|noresultheader =
|noresultsfooter =
}}