Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Extension:Math/mathlatexml table

From mediawiki.org
<Extension:Math
This feature was removed completely in versionMediaWiki 1.42.

The following script is used to generate the mathlatexml table

---- Used by the math module to keep track-- of previously-rendered items.--CREATETABLE/*_*/mathlatexml(-- Binary MD5 hash of math_inputtex, used as an identifier key.math_inputhashvarbinary(16)NOTNULLPRIMARYKEY,-- the user inputmath_inputtextextNOTNULL,-- the validated texmath_textext,-- MathML output LaTeXMLmath_mathmltext,-- SVG output mathoidmath_svgtext,-- MW_MATHSTYLE_(INLINE_DISPLAYSTYLE|DISPLAY|INLINE)math_styletinyint)/*$wgDBTableOptions*/;

This generates the following table

mysql> describe mathlatexml;+----------------+---------------+------+-----+---------+-------+| Field          | Type          | Null | Key | Default | Extra |+----------------+---------------+------+-----+---------+-------+| math_inputhash | varbinary(16) | NO   | PRI | NULL    |       || math_inputtex  | blob          | NO   |     | NULL    |       || math_tex       | blob          | YES  |     | NULL    |       || math_mathml    | blob          | YES  |     | NULL    |       || math_svg       | blob          | YES  |     | NULL    |       || math_style     | tinyint(4)    | YES  |     | NULL    |       |+----------------+---------------+------+-----+---------+-------+
Engines
Current
Former
Technical documentation
Configuration
Development
Core tables
Current
Former
Wikimedia extension database tables
AbuseFilter
AntiSpoof
Babel
BetaFeatures
BounceHandler
CampaignEvents
CentralAuth
CentralNotice
CheckUser
Cognate
CommunityRequests
ContentTranslation
CreditsSource
DiscussionTools
Echo
EntitySchema
FlaggedRevs
GeoData
GlobalBlocking
GlobalPreferences
GlobalUsage
GrowthExperiments
Linter
LiquidThreads
LoginNotify
MediaModeration
Math
Newsletter
OATHAuth
OAuth
ORES
PageAssessments
PageTriage
Proofread Page
PropertySuggester
ReadingLists
SecurePoll
ShortUrl
TimedMediaHandler
Translate
UploadWizard
UrlShortener
WikibaseQualityConstraints
Wikibase Client
Wikibase Repository
WikiLambda
WikiLove
WikimediaCampaignEvents
WikimediaEditorTasks
Retrieved from "https://www.mediawiki.org/w/index.php?title=Extension:Math/mathlatexml_table&oldid=6336430"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp