Template:OverviewTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "OverviewTemplate" template. It should be called in the following format: <pre> {{OverviewTemplate |Description= |Type= |Icon= |Picture= }} </pre> Edit...")
 
No edit summary
 
(77 intermediate revisions by 4 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{OverviewTemplate
{{OverviewTemplate
|Toc=
|Description=
|Description=
|Type=
|Type=
|Icon=
|Overview=
|Picture=
|Querypart=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly><div class="top_container">
! Description
{{#ifeq:{{{Toc|}}}|Yes|__TOC__|__NOTOC__}}__NOEDITSECTION__</div>
| [[HasDescription::{{{Description|}}}]]
<div class="clearboth"></div><div class="page_standard">
|-
{{{Description|}}}
! Type of overview
| [[OverviewType::{{{Type|}}}]]
|-
! Icon
| [[HasIcon::{{{Icon|}}}]]
|-
! Illustration
| [[HasPicture::{{{Picture|}}}]]
|-
! Related overviews
| {{#ask:[[RelatedToOverview::{{SUBJECTPAGENAME}}]]|format=list}}
|}


[[Category:Overview page]]
{{{Querypart|}}}
{{#ifeq:{{{Overview|}}}|||<h2>''Related overviews''</h2> {{#ask:[[-RelatedToOverview::{{PAGENAME}}]]| format=ul}} }}
[[Category:Overview]]
</div>
{{#set:HasDescription={{{Description|}}}
  |RelatedToOverview={{{Overview|}}}|+sep=;
  |HasOverviewType={{{Type|}}} }}
</includeonly>
</includeonly>

Latest revision as of 12:51, 23 March 2020

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

{{OverviewTemplate
|Toc=
|Description=
|Type=
|Overview=
|Querypart=
}}

Edit the page to see the template text.