Revision history of "File:Server-File-ID-Equation.png"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 02:50, 18 November 2020Zedseven talk contribs 270 bytes +270 The equation used to calculate the internal server file ID from a title ID and content ID. '''t''' is the title ID, and '''c''' is the content ID. The LaTeX for this is as follows: <pre>f_{serverId}\left(t,c\right) = t \cdot \texttt{0x100000000} + c</pre>