Difference between revisions of "Parser Functions"

From Tweeki
Jump to: navigation, search
(Created page with "== Tweekihide parser function == Usage: <code><nowiki>{{#tweekihide:element1|element2|...}}</nowiki></code> This parser function can be used to hide elements from a specific...")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Tweekihide parser function ==
+
__TOC__
 +
=== Tweekihide parser function ===
  
 
Usage: <code><nowiki>{{#tweekihide:element1|element2|...}}</nowiki></code>
 
Usage: <code><nowiki>{{#tweekihide:element1|element2|...}}</nowiki></code>
Line 6: Line 7:
  
 
You can use all [[Navigation|navigational sections and elements]] (also custom ones).
 
You can use all [[Navigation|navigational sections and elements]] (also custom ones).
 +
 +
<strong>Attention!</strong> Elements need to be listed in [[Configuration_Options#Hiding_Page_Elements|<code>$wgTweekiSkinHideable</code>]] to be hideable via the parser function!
 +
 +
=== Tweekihideexcept parser function ===
 +
 +
Usage: <code><nowiki>{{#tweekihideexcept:group1,group2|element1|element2|...}}</nowiki></code>
 +
 +
This parser function can be used to hide elements from a specific page (e.g. the main page) for all except the members of the group specified with the first argument.
 +
 +
You can use all [[Navigation|navigational sections and elements]] (also custom ones).
 +
 +
<strong>Attention!</strong> Elements need to be listed in [[Configuration_Options#Hiding_Page_Elements|<code>$wgTweekiSkinHideable</code>]] to be hideable via the parser function!
 +
 +
=== Tweekibodyclass parser function ===
 +
 +
Usage: <code><nowiki>{{#tweekibodyclass:class1|class2|...}}</nowiki></code>
 +
 +
This parser function can be used to add a class to the <code><body></code> tag of a specific page.

Revision as of 15:32, 22 May 2019

Tweekihide parser function

Usage: {{#tweekihide:element1|element2|...}}

This parser function can be used to hide elements from a specific page (e.g. the main page).

You can use all navigational sections and elements (also custom ones).

Attention! Elements need to be listed in $wgTweekiSkinHideable to be hideable via the parser function!

Tweekihideexcept parser function

Usage: {{#tweekihideexcept:group1,group2|element1|element2|...}}

This parser function can be used to hide elements from a specific page (e.g. the main page) for all except the members of the group specified with the first argument.

You can use all navigational sections and elements (also custom ones).

Attention! Elements need to be listed in $wgTweekiSkinHideable to be hideable via the parser function!

Tweekibodyclass parser function

Usage: {{#tweekibodyclass:class1|class2|...}}

This parser function can be used to add a class to the <body> tag of a specific page.