Manual:Skin.php

From Linux Web Expert

Revision as of 02:08, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

تفصيل

Encapsulates a "look and feel" for the wiki. All of the functions that render HTML or make choices on how to render HTML are here. They are called from various other places when needed.

The skin being used can be extracted from the nearest RequestContext. Before 1.18 $wgUser ->getSkin() was used to get the skin object.

Modern skins extend the SkinTemplate class, which in turn extends the Skin class.

Functions

  • function outputPage called from function output in OutputPage.php . It calls function out in OutputPage.php a number of times, to send the HTML to the user: $mBodytext and HTML before and after it.
  • function generateUserJs called from RawPage.php to generate the user specific JavaScript.
  • function generateUserStylesheet called from RawPage.php to generate the user specific stylesheet.

پڻ ڏسو