Difference between revisions of "Messages"

From Tweeki
Jump to: navigation, search
Line 23: Line 23:
 
==== Navbar ====
 
==== Navbar ====
  
{{configmsg|Tweeki-navbar-brand}}
+
{{configmsg|Tweeki-navbar-brand|Content of the 'brand' link. You can also use a image, e.g. set the content of the message to <code>File:MYFILE.png</code> (without brackets) and costumize size and positioning for <code>.navbar-brand img</code>.}}
  
{{configmsg|Tweeki-navbar-left}}
+
{{configmsg|Tweeki-navbar-left|Content of the left side of the navbar.}}
  
{{configmsg|Tweeki-navbar-right}}
+
{{configmsg|Tweeki-navbar-right|Content of the right side of the navbar.}}
  
{{configmsg|Tweeki-navbar-class}}
+
{{configmsg|Tweeki-navbar-class|Classes to use for the navbar. For further possibilities see http://getbootstrap.com/components/#navbar}}
  
 
==== Subnavigation ====
 
==== Subnavigation ====
  
{{configmsg|Tweeki-subnav}}
+
{{configmsg|Tweeki-subnav|Content of the sub navigation. Set to '-' to not show a sub navigation.}}
  
{{configmsg|Tweeki-subnav-class}}
+
{{configmsg|Tweeki-subnav-class|Classes to use for the subnavigation. For further possibilities see http://getbootstrap.com/components/#nav}}
  
 
==== Sidebar ====
 
==== Sidebar ====
  
{{configmsg|Tweeki-sidebar-left}}
+
{{configmsg|Tweeki-sidebar-left|Content of the left sidebar.}}
  
{{configmsg|Tweeki-sidebar-right}}
+
{{configmsg|Tweeki-sidebar-right|Content of the right sidebar.}}
  
 
==== Footer ====
 
==== Footer ====
  
{{configmsg|Tweeki-footer}}
+
{{configmsg|Tweeki-footerAdd custom elements before or after the default content or replace the default content alltogether.|}}
  
{{configmsg|Tweeki-footer-custom}}
+
{{configmsg|Tweeki-footer-custom|Additional content for the footer - will be placed between the standard text footers and the icon footers. The element's name to use for the hiding mechanisms provided by Tweeki is <code>footer-custom</code>.}}
  
{{configmsg|Tweeki-footer-class}}
+
{{configmsg|Tweeki-footer-class|Classes to use for the footer. Add your own classes or use Tweeki's standard classes <code>footer-sticky</code> (footer will only be fixed at the bottom if the page content is smaller than the height of the screen) or <code>footer-fixed</code> (footer will always be fixed).}}
  
 
=== Edit Section Button ===
 
=== Edit Section Button ===
Line 55: Line 55:
 
You can customize the appearance of the edit section button with system messages. You can also use customized CSS to change aligning etc. Tweeki's default button should look like this: <btn wrapper="" class="btn btn-default btn-xs">|<i class='glyphicon glyphicon-pencil'></i> Edit Section</btn>
 
You can customize the appearance of the edit section button with system messages. You can also use customized CSS to change aligning etc. Tweeki's default button should look like this: <btn wrapper="" class="btn btn-default btn-xs">|<i class='glyphicon glyphicon-pencil'></i> Edit Section</btn>
  
{{configmsg|Tweeki-editsection-text}}
+
{{configmsg|Tweeki-editsection-text|Text for the Edit Section Button}}
  
{{configmsg|Tweeki-editsection-class}}
+
{{configmsg|Tweeki-editsection-class|Classes to use for the Edit Section Button}}
  
{{configmsg|Tweeki-editsection-icon}}
+
{{configmsg|Tweeki-editsection-icon|Icon to insert into the Edit Section Button}}
  
 
=== Link Customization ===
 
=== Link Customization ===
  
{{configmsg|Tweeki-login}}
+
{{configmsg|Tweeki-login|Text used for the login link.}}
  
{{configmsg|Tweeki-toolbox}}
+
{{configmsg|Tweeki-toolbox|Custom link content for toolbox dropdown. (you can also use an icon, e.g. <code><nowiki><span class='glyphicon glyphicon-cog'></span></nowiki></code>)}}
  
{{configmsg|Tweeki-edit-ext}}
+
{{configmsg|Tweeki-edit-ext|Text for the EDIT-EXT button}}
  
 
=== Preferences ===
 
=== Preferences ===
  
{{configmsg|Prefs-tweeki-advanced}}
+
{{configmsg|Prefs-tweeki-advanced|Heading for the preferences}}
  
{{configmsg|Prefs-tweeki-advanced-desc}}
+
{{configmsg|Prefs-tweeki-advanced-desc|Descriptive Text for the advanced features option in the preferences.}}
  
{{configmsg|Prefs-tweeki-advanced-help}}
+
{{configmsg|Prefs-tweeki-advanced-help|Help Text for the advanced features option in the preferences.}}
  
 
=== Meta ===
 
=== Meta ===
  
{{configmsg|Skinname-tweeki}}
+
{{configmsg|Skinname-tweeki|Name of the skin.}}
  
{{configmsg|Tweeki-desc}}
+
{{configmsg|Tweeki-desc|Description of the skin.}}
  
{{configmsg|Tweeki-toc-top}}
+
{{configmsg|Tweeki-toc-top|Text for the 'to top' link in the TOC.}}

Revision as of 22:59, 6 September 2016

Here you can find all messages (and their defaults) that can be easily customized by editing the respective pages:

Appearance

Tweeki-container-class: container

Navigational sections

You can customize the general appearance for all of the following with these system messages:

Tweeki-ELEMENT-btnclass: btn btn-primary

Class for the produced buttons.

Tweeki-ELEMENT-wrapper: li

HTML element to be used as a wrapper.

Tweeki-ELEMENT-wrapperclass: btn-group btn-block

Class for the wrapper element.

Tweeki-ELEMENT-dropdownclass: push-right

Class for the dropdown ul-tag.

Navbar

Tweeki-navbar-brand: {{SITENAME}}

Content of the 'brand' link. You can also use a image, e.g. set the content of the message to File:MYFILE.png (without brackets) and costumize size and positioning for .navbar-brand img.

Tweeki-navbar-left:

Content of the left side of the navbar.

Tweeki-navbar-right: TOOLBOX,PERSONAL,SEARCH

Content of the right side of the navbar.

Tweeki-navbar-class: navbar navbar-default navbar-fixed-top navbar-expand-lg fixed-top navbar-light bg-light

Classes to use for the navbar. For further possibilities see http://getbootstrap.com/components/#navbar

Subnavigation

Tweeki-subnav:

Content of the sub navigation. Set to '-' to not show a sub navigation.

Tweeki-subnav-class: navigation nav nav-pills pull-right justify-content-end

Classes to use for the subnavigation. For further possibilities see http://getbootstrap.com/components/#nav

Sidebar

Tweeki-sidebar-left:

Content of the left sidebar.

Tweeki-sidebar-right: EDIT-EXT,TOC

Content of the right sidebar.

Footer

Tweeki-footerAdd custom elements before or after the default content or replace the default content alltogether.: ⧼Tweeki-footerAdd custom elements before or after the default content or replace the default content alltogether.⧽

Tweeki-footer-custom: LOGIN

Additional content for the footer - will be placed between the standard text footers and the icon footers. The element's name to use for the hiding mechanisms provided by Tweeki is footer-custom.

Tweeki-footer-class: footer-sticky bg-light

Classes to use for the footer. Add your own classes or use Tweeki's standard classes footer-sticky (footer will only be fixed at the bottom if the page content is smaller than the height of the screen) or footer-fixed (footer will always be fixed).

Edit Section Button

You can customize the appearance of the edit section button with system messages. You can also use customized CSS to change aligning etc. Tweeki's default button should look like this: Edit Section

Tweeki-editsection-text:

Text for the Edit Section Button

Tweeki-editsection-class: tw-editsection-onhover

Classes to use for the Edit Section Button

Tweeki-editsection-icon: <span class='fa fa-pen'></span>

Icon to insert into the Edit Section Button

Link Customization

Tweeki-login: Login / Create Account

Text used for the login link.

Tweeki-toolbox: <span class='fa fa-cog'></span>

Custom link content for toolbox dropdown. (you can also use an icon, e.g. <span class='glyphicon glyphicon-cog'></span>)

Tweeki-edit-ext: Edit $1

Text for the EDIT-EXT button

Preferences

Prefs-tweeki-advanced: Advanced features

Heading for the preferences

Prefs-tweeki-advanced-desc: Show advanced features

Descriptive Text for the advanced features option in the preferences.

Prefs-tweeki-advanced-help: Some features that you might know from other MediaWiki installations have possibly been hidden by the administrator in order not to confuse the average user. Set this option to show them.

Help Text for the advanced features option in the preferences.

Meta

Skinname-tweeki: Tweeki

Name of the skin.

Tweeki-desc: ⧼Tweeki-desc⧽

Description of the skin.

Tweeki-toc-top: to top

Text for the 'to top' link in the TOC.