Difference between revisions of "Template:Zombie Survival"

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|[[Zombie Survival]]}}}
{{{n|[[Zombie Survival]]}}}
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{nes|__NOEDITSECTION__}}}
{{{nes|__NOEDITSECTION__}}}
</pre>
</pre>
To disable a parameter, simple assign nothing to it. Example: To disable the <nowiki>"__NOEDITSECTION__"</nowiki> magic word,<pre>{{Zombie Survival|nes=}}</pre>
To disable a parameter, simple assign nothing to it. Example: To disable the <nowiki>"__NOEDITSECTION__"</nowiki> magic word,<pre>{{Zombie Survival|nes=}}</pre>
Example: To disable the links,<pre>{{Zombie Survival|zs=}}</pre><pre>{{Zombie Survival|b2t=}}</pre>
Example: To disable the links,<pre>{{Zombie Survival|n=}}</pre><pre>{{Zombie Survival|b2t=}}</pre>
‎</noinclude>
‎</noinclude>


<includeonly>
<includeonly>
<br>
<br>
{{{zs|[[Zombie Survival]]}}}
{{{n|[[Zombie Survival]]}}}
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
[[Category:Zombie Survival]]
[[Category:Zombie Survival]]
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:07, 12 September 2021

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

Simple paste the following below in the page:

{{Zombie Survival}}

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

{{{n|[[Zombie Survival]]}}}
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
{{{nes|__NOEDITSECTION__}}}

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

{{Zombie Survival|nes=}}

Example: To disable the links,

{{Zombie Survival|n=}}
{{Zombie Survival|b2t=}}