Template:Guides header: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "<includeonly>{| class="wikitable" |96px |This is a '''guide''' on how to execute and/or exploit a glitch. {{#if:{{{1|}}}|For a more technical overview of the glitch involved, see [[{{{1}}}]].|}} |}</includeonly><noinclude> == Usage == <pre>{{Guides header}}</pre> {{Guides header}} <pre>{{Guides header|Trainer escape glitch}}</pre> {{Guides header|Trainer escape glitch}} Category:Header templates </noinc...")
 
(Added the syntax for plural guides and glitches.)
Line 1: Line 1:
<includeonly>{| class="wikitable"
<includeonly>{| class="wikitable"
|[[File:3802013 book guide handbook information manual icon.svg|96px]]
|[[File:3802013 book guide handbook information manual icon.svg|96px]]
|This is a '''guide''' on how to execute and/or exploit a glitch. {{#if:{{{1|}}}|For a more technical overview of the glitch involved, see [[{{{1}}}]].|}}
|This is a {{#if:{{{multiguide|}}}|collection of '''guides'''|'''guide'''}} on how to execute and/or exploit {{#if:{{{multiglitch|}}}|a class of glitches|a glitch}}. {{#if:{{{1|}}}|For a more technical overview of the glitch{{#if:{{{multiglitch|}}}|es}} involved, see [[{{{1}}}]].|}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
== Usage ==
== Usage ==
Line 8: Line 8:
<pre>{{Guides header|Trainer escape glitch}}</pre>
<pre>{{Guides header|Trainer escape glitch}}</pre>
{{Guides header|Trainer escape glitch}}
{{Guides header|Trainer escape glitch}}
<pre>{{Guides header|Arbitrary code execution|multiguide=true|multiglitch=true}}</pre>
{{Guides header|Arbitrary code execution|multiguide=true|multiglitch=true}}
(Note that the values of the parameters <code>multiguide</code> and <code>multiglitch</code> do not matter as long as they are defined and non-blank, so something like <code>multiguide=false</code> probably would not work as intended. Instead, just remove the parameter altogether.)
[[Category:Header templates]]
[[Category:Header templates]]
</noinclude>
</noinclude>

Revision as of 23:04, 6 August 2023

Usage

{{Guides header}}
This is a guide on how to execute and/or exploit a glitch.
{{Guides header|Trainer escape glitch}}
This is a guide on how to execute and/or exploit a glitch. For a more technical overview of the glitch involved, see Trainer escape glitch.
{{Guides header|Arbitrary code execution|multiguide=true|multiglitch=true}}
This is a collection of guides on how to execute and/or exploit a class of glitches. For a more technical overview of the glitches involved, see Arbitrary code execution.

(Note that the values of the parameters multiguide and multiglitch do not matter as long as they are defined and non-blank, so something like multiguide=false probably would not work as intended. Instead, just remove the parameter altogether.)