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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
<includeonly><tt>[http://hg.mozilla.org/mozilla-central/file/tip/{{{1}}} mozilla-central/{{{1}}}]</tt></includeonly><noinclude>
== Usage ==
== Usage ==
Link to something on mozilla-central:
Link to something on mozilla-central:
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>
<code>[http://hg.mozilla.org/mozilla-central/file/tip/{{{1}}} mozilla-central/{{{1}}}]</code>
</includeonly>

Latest revision as of 00:16, 24 March 2012

Usage

Link to something on mozilla-central:

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

Yields:

mozilla-central/gfx/gl/GLContext.h