Template talk:Doc/Template: Difference between revisions

From Halopedia, the Halo wiki

(Created page with "Add a view source feature (i.e. using msgnw) For example, the following: <pre> <code> {{#tag:pre|{{msgnw:Doc/Template}}}} <code> </pre> is rendered as <code> {{#tag:pre|{{msgnw:Doc/Template}}}} </code> I would like to make a template for this.")
Tag: Mobile edit
 
mNo edit summary
Tag: Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:


<pre>
<pre>
<code>
{{#tag:pre|{{msgnw:{{FULLPAGENAME}}}}}}
{{#tag:pre|{{msgnw:Doc/Template}}}}
<code>
</pre>
</pre>


is rendered as
is rendered as


<code>
{{#tag:pre|{{msgnw:{{FULLPAGENAME}}}}}}
{{#tag:pre|{{msgnw:Doc/Template}}}}
</code>


I would like to make a template for this.
(I would like to make a [[Template talk:src|template]] specifically for showing the source of a page, since the built-in abbreviation is very hard to remember).

Latest revision as of 08:25, March 28, 2024

Add a view source feature (i.e. using msgnw)

For example, the following:

{{#tag:pre|{{msgnw:{{FULLPAGENAME}}}}}}

is rendered as

Add a view source feature (i.e. using msgnw)

For example, the following:

<pre>
{{#tag:pre|{{msgnw:{{FULLPAGENAME}}}}}}
</pre>

is rendered as

{{#tag:pre|{{msgnw:{{FULLPAGENAME}}}}}}

(I would like to make a [[Template talk:src|template]] specifically for showing the source of a page, since the built-in abbreviation is very hard to remember).

(I would like to make a template specifically for showing the source of a page, since the built-in abbreviation is very hard to remember).