Difference between revisions of "Template:Zombie Survival"

From Sunrust Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
‎‎<noinclude>
‎‎<includeonly>{{#if: nocat ||[[Category:Zombie Survival]]}}{{{nes|__NOEDITSECTION__}}}</includeonly><noinclude>
This template will create a link to Zombie Survival page, top of current page, categorize current page to Zombie Survival, and add <nowiki>__NOEDITSECTION__</nowiki>.
This template will categorize current page to Zombie Survival, and add <nowiki>__NOEDITSECTION__</nowiki>.
Simple paste the following below in the page:<pre>{{Zombie Survival}}</pre>
 
There are 3 parameters by default that would control the execution of 1 magic words and 2 links.
'''Parameters''':
<pre>
*<code>nes</code>: Replaces the value of <code><nowiki>__NOEDITSECTION</nowiki></code>
{{{n|[[Zombie Survival]]}}}
*<code>nocat</code>: Doesn't add the category.<br><br>
{{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}
 
{{{nes|__NOEDITSECTION__}}}
''Note: This template might be replaced with a navbox.''</noinclude>
</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|n=}}</pre><pre>{{Zombie Survival|b2t=}}</pre>
<!--
n = name of that page
b2t = back to top of this page
nes = no edit section in this page
-->
</noinclude>
<includeonly>
{{{n|[[Zombie Survival]]}}} {{{b2t|[{{fullurl:{{FULLPAGENAME}}}} Back to Top]}}}[[Category:Zombie Survival]]{{{nes|__NOEDITSECTION__}}}
</includeonly>

Revision as of 20:06, 23 December 2021

‎‎ This template will categorize current page to Zombie Survival, and add __NOEDITSECTION__.

Parameters:

  • nes: Replaces the value of __NOEDITSECTION
  • nocat: Doesn't add the category.

Note: This template might be replaced with a navbox.