Template:Content section: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
No edit summary
imported>BravelyPeculiar
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#tag: h{{{heading_level|3}}} | {{#if:{{{isfile|}}}|<i class="fas fa-file></i>|<i class="fas fa-folder"></i>}} {{{prefix|}}}{{#if: {{{islink|}}}}}|[[{{{target}}}|{{{text|{{{target}}}}}}]]|{{{text}}}}}
{{#tag: h{{{heading_level|3}}} | {{#if:{{{isfile|}}}|<i class="fas fa-file></i>|<i class="fas fa-folder"></i>}} {{{prefix|}}}{{#if: {{{nolink|}}}|{{{text}}}|[[{{{target}}}|{{{text|{{{target}}}}}}]]}}}}
{{#ifexist: {{{target}}} |{{:{{{target}}}}}|}}<div style="clear: both;"></div><noinclude>
{{#ifexist: {{{target}}} |{{:{{{target}}}}}|}}<div style="clear: both;"></div><noinclude>
<noinclude>
<noinclude>
Line 5: Line 5:
{
{
"params": {
"params": {
         "islink": {
         "nolink": {
"label": "Is link?",
"label": "Is not a link?",
             "description": "If true, link and transclude the linked page",
             "description": "If true, don't link or transclude the linked page",
"type": "wiki-page-name"
"type": "wiki-page-name"
         },
         },

Latest revision as of 15:20, 4 April 2019

[[{{{target}}}|{{{target}}}]]

No description.

Template parameters

ParameterDescriptionTypeStatus
Is not a link?nolink

If true, don't link or transclude the linked page

Page nameoptional
Page to link totarget

no description

Page namerequired
Section name / link labeltext

no description

Stringrequired
Non-link prefixprefix

Non-link text in front of the link in the heading.

Stringoptional
Heading levelheading_level level

no description

Stringoptional
Is file?isfile

If true, use file icon instead of folder icon

Booleanoptional