Template:Menu: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(add category templates)
(try unnamed parameters)
Line 6: Line 6:
Example:
Example:


   <nowiki>{{menu|l1=File|l2=Save}}</nowiki>
   <nowiki>{{menu|File|Save}}</nowiki>


And here is an example on how it will look:
And here is an example on how it will look:


  Go to {{menu|l1=File|l2=Save}} and save your work.
  Go to {{menu|File|Save}} and save your work.


[[Category:Templates|Menu]]</noinclude><includeonly><span style="border: 1px solid #c0c0c0; padding: none; padding-left: 4px; padding-right: 4px; margin: none; background: #f8f8f8;">'''[[DarkRadiant {{{l1}}} menu|{{{l1}}}]]''' -&gt; '''[[DarkRadiant {{{l1}}} {{{l2}}} menu|{{{l2}}}]]'''</span></includeonly>
[[Category:Templates|Menu]]</noinclude><includeonly><span style="border: 1px solid #c0c0c0; padding: none; padding-left: 4px; padding-right: 4px; margin: none; background: #f8f8f8;">'''[[DarkRadiant {{{1|{{{l1}}}}}} menu|{{{1|{{{l1}}}}}}]]''' -&gt; '''[[DarkRadiant {{{1|{{{l1}}}}}} {{{2|{{{l2}}}}}} menu|{{{2|{{{l2}}}}}}]]'''</span></includeonly>

Revision as of 21:37, 6 November 2007

This template represents a menu entry in Dark Radiant. It takes two parameters, l1 and l2. These represent the main and sub menu, respectively.

Usage

Example:

 {{menu|File|Save}}

And here is an example on how it will look:

Go to File -> Save and save your work.