Template:WildStar/macronav: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Creates a WildStar macro navigation box for placing on wiki pages. Use {{t|Macro}} on actual Macro doc pages instead; see Macro commands. ;Usage :doc [1] - documentation ...") |
No edit summary |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Creates a | {{ {{PAGENAME}}|ns={{BASEPAGENAME}}}} | ||
Creates a macro navigation box for placing on wiki pages | |||
;Usage | ;Usage | ||
:doc [1] - documentation mode, when called from Macro template. | :doc [1] - documentation mode, when called from Macro template. | ||
[[Category: | [[Category:WildStar development templates|{{PAGENAME}}]] | ||
[[Category:Navigation templates|{{PAGENAME}}]] | |||
---- | ---- | ||
;Template | ;Template | ||
<onlyinclude><!-- | <onlyinclude><includeonly><!-- | ||
--> | -->{{#vardefine:sub|{{#if:{{{ns|}}}|{{{ns}}}|{{#var:sub|{{NAMESPACE}}}}}}}}<!-- | ||
{| class=" | |||
--><div style="float:{{{float|right}}};{{{style|}}}"> | |||
{| class="darktable" style="border-spacing:0" | |||
|- | |- | ||
! [[ | ! style="position:relative" | [[{{#var:sub}}:Macros|Macros]]{{editlink|Template:{{#var:sub}}/macronav}} | ||
|- | |- | ||
| | |<div style="padding:2px"> | ||
[[Useful macros]] <br /> | [[{{#var:sub}}:Useful macros|Useful macros]] <br /> | ||
[[ | [[{{#var:sub}}:Slash commands|Macro commands]] <br /> | ||
</div> | |||
|- class="alt" | |- class="alt" | ||
| align="center"| [[:Category:Guides|General guides | | align="center"| [[:Category:WildStar Guides|General guides]] | ||
|- | |- | ||
| | |<div style="padding:2px"> | ||
{{ | [[{{#var:sub}}:UI beginner's guide#Macros|Beginner's guide]] <br/> | ||
{{ | [[{{#var:sub}}:UI FAQ/Macros and scripts|FAQs]] <br/> | ||
{{ | [[{{#var:sub}}:Making a macro|Making a macro]] <br/><!-- | ||
{{ | -->[[:{{#var:sub}}:Macro formatting|Wiki Formatting]] <br/><!-- | ||
|}<div style="margin-left:1em; margin-right:.5em;"><small>→ [[:Category:Macros|Macros]]</small></div></div><!-- | -->[[:{{#var:sub}}:development|WildStar development]] <br/> | ||
</div> | |||
|}<div style="margin-left:1em; margin-right:.5em;"><small>→ [[:Category:WildStar Macros|Macros]]</small></div></div><!-- | |||
--></onlyinclude> | --></includeonly></onlyinclude> | ||
Latest revision as of 19:33, 13 October 2023
Creates a macro navigation box for placing on wiki pages
- Usage
- doc [1] - documentation mode, when called from Macro template.
- Template