Difference between revisions of "Template:Trinkets"

From Sunrust Wiki
Jump to navigation Jump to search
m
m
Line 4: Line 4:
There are 3 parameters by default that would control the execution of 1 magic words and 2 links.
There are 3 parameters by default that would control the execution of 1 magic words and 2 links.
<pre>
<pre>
{{{zs|[[Trinkets]]}}}
{{{n|[[Trinkets]]}}}
{{{back2top|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{back2top|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{noeditsection|__NOEDITSECTION__}}}
{{{noeditsection|__NOEDITSECTION__}}}
</pre>
</pre>
To disable a parameter, simple assign nothing to it. Example: To disable the <nowiki>"__NOEDITSECTION__"</nowiki> magic word,<pre>{{Trinkets|nes=}}</pre>
To disable a parameter, simple assign nothing to it. Example: To disable the <nowiki>"__NOEDITSECTION__"</nowiki> magic word,<pre>{{Trinkets|nes=}}</pre>
Example: To disable the links,<pre>{{Trinkets|zs=}}</pre><pre>{{Trinkets|b2t=}}</pre>
Example: To disable the links,<pre>{{Trinkets|n=}}</pre><pre>{{Trinkets|b2t=}}</pre>
‎</noinclude>
‎</noinclude>


<includeonly>
<includeonly>
<br>
<br>
{{{zs|[[Trinkets]]}}}
{{{n|[[Trinkets]]}}}
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
[[Category:Trinkets]]
[[Category:Trinkets]]
Line 21: Line 21:


<!--  
<!--  
zs = zombie survival
n = name of that page
b2t = back to top
b2t = back to top of this page
nes = no edit section
nes = no edit section in this page
  -->
  -->

Revision as of 19:05, 12 September 2021

‎‎ This template will create a link to Trinkets page, top of current page, categorize current page to Trinkets, and add __NOEDITSECTION__.

Simple paste the following below in the page:

{{Trinkets}}

There are 3 parameters by default that would control the execution of 1 magic words and 2 links.

{{{n|[[Trinkets]]}}}
{{{back2top|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{noeditsection|__NOEDITSECTION__}}}

To disable a parameter, simple assign nothing to it. Example: To disable the "__NOEDITSECTION__" magic word,

{{Trinkets|nes=}}

Example: To disable the links,

{{Trinkets|n=}}
{{Trinkets|b2t=}}