Template:Includeonly/doc

From TVPaintWiki
Revision as of 03:52, 28 October 2016 by Nate Spidgewood (Talk | contribs) (Created page with "{{Documentation subpage}} {{subst only}} <!-- Categories and interwikis go at the bottom of this page. --> Used to insert a WP:INCLUDEONLY|<code><includeonly/></code>...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{{#ifeq:includeonly/doc |doc

    | 

{{#ifeq:show |show

         | {{#invoke:Message box|mbox}}
        }}{{#if: |
         |   {{#ifexist:Template:Includeonly/doc
                  | [[Category:{{#switch:Template |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
                  |
                 }}
        }}
    | 
   }}

{{#invoke:Message box|ombox}}{{#ifeq:Includeonly/doc|Includeonly/doc |}}

Used to insert a <includeonly/> tag in a substituted template. The resulting tag will be processed as a real tag by further substitutions and transclusions, so this should not be used for documentation. Rather, it is used by metatemplates to generate includeonly tags.

Usage

{{<includeonly>subst:</includeonly>Template:TEMPLATENAME|{{{1}}}}}</nowiki>

If the template call is already within an includeonly block, the includeonly tags should be omitted. Substitution is required, but must only be used during inclusion; otherwise, the template will be substituted with includeonly tags immediately, and the desired effect will be lost.

See also

User:Zenexer/Templates/Metatemplate doc