Welcome to the Power Master Wiki! Content is being updated with data from the new demo. Enjoy your time here!

Difference between revisions of "Template:Edit"

From Power Master Wiki
Jump to navigationJump to search
m (3 revisions imported: adding templates)
(Fixes.)
Line 1: Line 1:
<div style="float:left;width:3.4em;text-align:left;text-transform:lowercase;padding:0 0 0 0.3em">[<span class="plainlinks">[http://www.powermaster.gamepedia.com/index.php?title=Template:{{{1}}}&action=edit {{int:edit}}]</span>]</div><noinclude><br>
<div style="float:left;width:3.4em;text-align:left;text-transform:lowercase;padding:0 0 0 0.3em">[<span class="plainlinks">[http://www.powermasterwiki.com/w/index.php?title=Template:{{{1}}}&action=edit {{int:edit}}]</span>]</div><noinclude><br>
This template is to be placed on every navigation template directly in front of the title in the template's header. It must be typed in the form of <code><nowiki>{{edit|NAME}}</nowiki></code>, where "NAME" is the name of the template (minus "Template:"). For example, on [[Template:PM1]], <code><nowiki>{{edit|PM1}}</nowiki></code> would be used, and the coding at the top of the template would look like this:
This template is to be placed on every navigation template directly in front of the title in the template's header. It must be typed in the form of <code><nowiki>{{edit|NAME}}</nowiki></code>, where "NAME" is the name of the template (minus "Template:"). For example, on [[Template:PM1]], <code><nowiki>{{edit|PM1}}</nowiki></code> would be used, and the coding at the top of the template would look like this:


Line 6: Line 6:
|-</pre>
|-</pre>


Keep in mind that the names of the template must be added as they appear ''in the address bar'', meaning it is case-sensitive, spaces must be rendered as underscores ( _ ) and while colons (:), apostraphes (') and regular dashes (-) are not affected, other symbols may need to be entered as code, including ampersands (&). For example, on [[Template:P&DSMBE Levels]], <code><nowiki>{{edit|P%26DSMBE_Levels}}</nowiki></code> must be used, substituting <code>%26</code> for <code>&</code>, and <code>_</code> for the space.
Keep in mind that the names of the template must be added as they appear ''in the address bar'', meaning it is case-sensitive, spaces must be rendered as underscores ( _ ) and while colons (:), apostrophes (') and regular dashes (-) are not affected, other symbols may need to be entered as code, including ampersands (&, which would be %26).


[[Category:Navigation templates|*]]
[[Category:Navigation templates|*]]
</noinclude>
</noinclude>

Revision as of 15:59, 26 June 2019


This template is to be placed on every navigation template directly in front of the title in the template's header. It must be typed in the form of {{edit|NAME}}, where "NAME" is the name of the template (minus "Template:"). For example, on Template:PM1, {{edit|PM1}} would be used, and the coding at the top of the template would look like this:

{| class="mw-collapsible mw-collapsed navtemplate pm1"
!colspan=2 style=background:#CC0000|{{edit|PM1}} ''[[Power Master 1: A Strange Journey]]
|-

Keep in mind that the names of the template must be added as they appear in the address bar, meaning it is case-sensitive, spaces must be rendered as underscores ( _ ) and while colons (:), apostrophes (') and regular dashes (-) are not affected, other symbols may need to be entered as code, including ampersands (&, which would be %26).