Wiki/Transclusion: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Mcint (talk | contribs)
Mcint (talk | contribs)
m OnlyInclude: include self-demo meta-text, clarify structure
Line 9: Line 9:
==OnlyInclude==
==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
(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]]: {{:EIN}} (<code><nowiki>[[EIN]]: {{:EIN}}</nowiki></code>), and  
* [[EIN]]: ''{{:EIN}}'' (<code><nowiki>[[EIN]]: ''{{:EIN}}''</nowiki></code>), and  
* [[Mailing Address]]: {{:Mailing Address}}
* [[Mailing Address]]: (<code><nowiki>[[Mailing Address]]: ... {{:Mailing Address}}</nowiki></code>) {{:Mailing Address}}
 
===OI: Howto===
 
Worked example:
===OI: Worked example===
* [[Mailing Address]]:
* [[Mailing Address]]:
  <nowiki>
  <nowiki>

Revision as of 12:22, 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

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

OI: Howto

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