Template:ContentPartsTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
{{ContentPartsTemplate
{{ContentPartsTemplate
|PagePartHeader=
|PagePartHeader=
|subpage
}}
}}
</pre>
</pre>
</noinclude><includeonly>
</noinclude><includeonly>
{{#ifexpr:{{{subpage|}}}|
<table align="left" class="toc"><tr><td><div><b>{{{PagePartHeader|}}}</b></div> 
  <ol>
{{#ask:[[{{#titleparts: {{PAGENAME}}|1}}]]|mainlabel=|? HasPageLabel=|link=none|format=template|template=PagePartTemplate}}
{{#ask: [[BelongsToPage:: {{#titleparts: {{PAGENAME}}|1}} ]]|mainlabel=|? HasPageLabel=|? HasSequence=|sort=HasSequence|link=none|format=template|template=PagePartTemplate}}
</ol>
  </td></tr>
</table>
|
{{#ifexpr:{{PropertyTestTemplate|prop=belongsToPage|page={{PAGENAME}}|reverse=1}}>0|
{{#ifexpr:{{PropertyTestTemplate|prop=belongsToPage|page={{PAGENAME}}|reverse=1}}>0|
<table align="left" class="toc"><tr><td><div><b>{{{PagePartHeader|}}}</b></div>
  <table align="left" class="toc">
  <tr><td><div><b>{{{PagePartHeader|}}}</b></div>
   <ol>
   <ol>
{{#ask:[[{{PAGENAME}}]]|mainlabel=|? HasPageLabel=|link=none|format=template|template=PagePartTemplate}}
  {{#ask:[[{{BASENAME}}]]  
{{#ask: [[BelongsToPage:: {{PAGENAME}}]]|mainlabel=|? HasPageLabel=|? HasSequence=|sort=HasSequence|link=none|format=template|template=PagePartTemplate}}
    |mainlabel=
</ol></td></tr>
    |? HasPageLabel=
    |link=none
    |format=template
    |template=PagePartTemplate
  }}
  {{#ask: [[BelongsToPage::{{BASENAME}}]]
    |mainlabel=
    |? HasPageLabel=
    |? HasSequence=
    |sort=HasSequence
    |link=none|format=template
    |template=PagePartTemplate
    }}
  </ol>
  </td></tr>
</table>
</table>
|}}
|}}
   
   
}}
 
<!-- <div style="text-indent:50px">Additional info  
<!-- <div style="text-indent:50px">Additional info  
  <ul><li>Learning technology and something</li> </ul></div>-->
  <ul><li>Learning technology and something</li> </ul></div>-->

Revision as of 16:04, 10 January 2014

Template to display the subpages of a page. subpage = 0 means main page and subpage = 1 subpage. It should be called in the following format:

{{ContentPartsTemplate
|PagePartHeader=
}}