Template:Moz-central: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "<noinclude> == Usage == Link to something on mozilla-central: ::<nowiki>{{moz-central|gfx/gl/GLContext.h}}</nowiki> Yields: ::<code>[http://hg.mozilla.org/mozilla-central/file...")
 
mNo edit summary
Line 7: Line 7:
Yields:
Yields:


::<code>[http://hg.mozilla.org/mozilla-central/file/tip/gfx/gl/GLContext.h mozilla-central/gfx/gl/GLContext.h]</code>
::<tt>[http://hg.mozilla.org/mozilla-central/file/tip/gfx/gl/GLContext.h mozilla-central/gfx/gl/GLContext.h]</tt>
</noinclude>
</noinclude>


<includeonly>
<includeonly>
<code>[http://hg.mozilla.org/mozilla-central/file/tip/{{{1}}} mozilla-central/{{{1}}}]</code>
<tt>[http://hg.mozilla.org/mozilla-central/file/tip/{{{1}}} mozilla-central/{{{1}}}]</tt>
</includeonly>
</includeonly>

Revision as of 00:15, 24 March 2012

Usage

Link to something on mozilla-central:

{{moz-central|gfx/gl/GLContext.h}}

Yields:

mozilla-central/gfx/gl/GLContext.h