Wiki/Transclusion

From Noisebridge
Revision as of 12:22, 30 April 2024 by Mcint (talk | contribs) (top: remove extra newlines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

See mw:Transclusion & mw:Templates

Partial Transclusion

[edit | edit source]

OnlyInclude

[edit | edit source]

(oi) this is most often what you want. This tag renders content on direct view of the source page, and on template-inclusion view of the source page. It's is used on

  • EIN: 26-3507741 ([[EIN]]: ''{{:EIN}}''), and
  • Mailing Address: ([[Mailing Address]]: ... {{:Mailing Address}})
Noisebridge
2261 Market Street #235-A
San Francisco, CA 94114

OI: Howto

[edit | edit source]

Worked example:

 ==[[Onlyinclude]]d==
 <onlyinclude>
  Noisebridge
  2261 Market Street #235-A
  San Francisco, CA 94114
 </onlyinclude>
 

NoInclude

[edit | edit source]

IncludeOnly

[edit | edit source]

(io) This includes content, not on the main page, and only when page rendering is invoked as a template.

See also

[edit | edit source]