Difference between revisions of "Template:Topic"

From Shangpa Resource Center
 
(52 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ask:
+
<noinclude>
[[Category:{{{TopicName}}}]]
+
This is the "Topic" template.
|?TibetanTitle
+
It should be called in the following format:
|?WylieTitle
+
<pre>
|?Author
+
{{Topic
|format=ul
+
|Short Description=
 +
|Long Description=
 
}}
 
}}
 +
</pre>
 +
Edit the page to see the template text.
 +
</noinclude><includeonly>__NOTOC__{{#set:ShortDescription={{{Short Description|}}}}}{{#set:LongDescription={{{Long Description|}}}}}{{{Long Description|}}}
 +
{{#arraydefine: MySubTopicsArray
 +
|{{#ask: [[Subject::{{BASEPAGENAME}}]] [[SubTopics::+]] |mainlabel=- |headers=hide |link=none |limit=5000 |?SubTopics }}
 +
|, | sort=asc, unique
 +
}}
 +
{{#ifeq: {{#arraysize:MySubTopicsArray}} | 0 |
 +
{{#ask: [[Subject::{{BASEPAGENAME}}]] |?TibetanTitle |?Author |headers=hide |format=template | template=TopicListItem |limit=5000 }}
 +
|
 +
{{#arrayprint: MySubTopicsArray||@@@@|<h2>@@@@</h2>{{#ask: [[Subject::{{BASEPAGENAME}}]] [[SubTopics::@@@@]] |?TibetanTitle |?Author |headers=hide |format=template | template=TopicListItem }} }}
 +
}}
 +
[[Category:Topic]]
 +
</includeonly>

Latest revision as of 21:19, 15 December 2019

This is the "Topic" template. It should be called in the following format:

{{Topic
|Short Description=
|Long Description=
}}

Edit the page to see the template text.