Wiki/Transclusion: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Mcint (talk | contribs)
OnlyInclude: add example -- copyable
Mcint (talk | contribs)
Line 14: Line 14:


===OI: Worked example===
===OI: Worked example===
* [[Mailing List]]:
* [[Mailing Address]]:
  <nowiki>
  <nowiki>
  ==[[Onlyinclude]]d==
  ==[[Onlyinclude]]d==

Revision as of 12:19, 30 April 2024


See mw:Transclusion & mw:Templates


Partial Transclusion

OnlyInclude

(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

Noisebridge
2261 Market Street #235-A
San Francisco, CA 94114


OI: Worked example

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

NoInclude

IncludeOnly

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

See also