Template

TopicLinkList: Difference between revisions

From Mark Twain in the German Language Press

Created page with "<div class="topicLinkList"> == Linked article pages == <ul> {{#dpl: |linksto = {{FULLPAGENAME}} |category = ArticlePage |include = {ArticleInfo}:title, {ArticleInfo}:date |mode = userformat |ordermethod = title |secseparators = <li>[[%PAGE% {{!}} , {{!}} , , ]]</li> }} </ul></div>"
 
mNo edit summary
Line 1: Line 1:
<noinclude>
=== Use of this Template ===
* Current example page: [[Vienna]]
* Include in Topic Pages to display a list of all Article Pages which link to the topic page.
* Copy: <nowiki>{{ArticleNotIncluded}}</nowiki>
=== Template Content ===
</noinclude>
<div class="topicLinkList">
<div class="topicLinkList">
== Linked article pages ==
=== Linked article pages ===
<ul>
<ul>
{{#dpl:
{{#dpl:
|linksto  = {{FULLPAGENAME}}
|linksto  = {{SUBPAGENAME}}
|category = ArticlePage
|category = Article Pages
|include = {ArticleInfo}:title, {ArticleInfo}:date
|include = {ArticleInfo}:date, {ArticleInfo}:title
|mode = userformat
|mode = userformat
|ordermethod = title
|ordermethod = title
|secseparators     = <li>[[%PAGE% {{!}} , {{!}} , , ]]</li>
|secseparators = <li>[[%PAGE% {{!}} , {{!}} , , ]]</li>
}}
}}
</ul></div>
</ul></div>

Revision as of 12:07, 8 July 2025

Use of this Template

  • Current example page: Vienna
  • Include in Topic Pages to display a list of all Article Pages which link to the topic page.
  • Copy: {{ArticleNotIncluded}}


Template Content