Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Aliasing
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Signal processing effect}} {{About|aliasing in signal processing, including computer graphics|other uses|Aliasing (disambiguation)}} {{use mdy dates|date=September 2021}} {{Use American English|date = March 2019}} {{Multiple image | perrow = 2 | total_width = 300 | header = examples of aliasing <!--image 1-->| image1 = Moire pattern of bricks.jpg | width1 = 100 | alt1 = Fig 1a | caption1 = This full-sized image shows what a properly sampled image of a brick wall should look like with a [[Computer screen|screen]] of sufficient [[Screen Resolution|resolution]]. <!--image 2-->| image2 = Moire pattern of bricks small.jpg | width2 = 100 | alt2 = Fig 1b | caption2 = When the resolution is reduced, aliasing appears in the form of a [[moiré pattern]]. <!--image 3-->| image3 = WagonWheelEffect.gif | width3 = 100 | alt3 = Fig 2 | caption3 = A physical motion of a camera at a constant shutter speed may create temporal aliasing known as the [[wagon wheel effect]]. The velocity of the camera, moving towards the right, constantly increases at the same rate (while to the camera, the objects appear sliding to the left). Halfway through the 24-second loop, the objects appear to suddenly shift and head in the reverse direction, towards the right. }} In [[signal processing]] and related disciplines, '''aliasing''' is a phenomenon that a reconstructed signal from samples of the original signal contains low frequency components that are not present in the original one. This is caused when, in the original signal, there are components at frequency exceeding a certain frequency called [[Nyquist frequency]], <math display="inline">f_s / 2</math>, where <math display="inline">f_s</math> is the sampling frequency ([[undersampling]]). This is because typical reconstruction methods use low frequency components while there are a number of frequency components, called aliases, which sampling result in the identical sample. It also often refers to the [[distortion]] or [[artifact (error)|artifact]] that results when a signal reconstructed from samples is different from the original continuous signal. Aliasing can occur in signals sampled in time, for instance in [[digital audio]] or the [[stroboscopic effect]], and is referred to as '''temporal aliasing'''. Aliasing in spatially sampled signals (e.g., [[moiré pattern]]s in [[digital image]]s) is referred to as '''spatial aliasing'''. Aliasing is generally avoided by applying [[low-pass filter]]s or [[anti-aliasing filter]]s (AAF) to the input signal before sampling and when converting a signal from a higher to a lower sampling rate. Suitable [[reconstruction filter]]ing should then be used when restoring the sampled signal to the continuous domain or converting a signal from a lower to a higher sampling rate. For [[spatial anti-aliasing]], the types of anti-aliasing include [[fast approximate anti-aliasing]] (FXAA), [[multisample anti-aliasing]], and [[supersampling]]. == Description == [[File:Risingstar_test_crop.png|thumb|300px|Dots in the sky due to spatial aliasing caused by [[halftone]] resized to a lower resolution]] When a digital image is viewed, a [[Signal reconstruction|reconstruction]] is performed by a display or printer device, and by the eyes and the brain. If the image data is processed incorrectly during sampling or reconstruction, the reconstructed image will differ from the original image, and an alias is seen. An example of spatial aliasing is the [[moiré pattern]] observed in a poorly pixelized image of a brick wall. [[Spatial anti-aliasing]] techniques avoid such poor pixelizations. Aliasing can be caused either by the sampling stage or the reconstruction stage; these may be distinguished by calling sampling aliasing {{anchor|prealiasing}} ''prealiasing'' and reconstruction aliasing {{anchor|postaliasing}} ''postaliasing.''<ref name=mitchell/> Temporal aliasing is a major concern in the sampling of video and audio signals. Music, for instance, may contain high-frequency components that are inaudible to humans. If a piece of music is sampled at 32,000 [[Sampling rate|samples per second]] (Hz), any frequency components at or above 16,000 [[hertz|Hz]] (the [[Nyquist frequency]] for this sampling rate) will cause aliasing when the music is reproduced by a [[digital-to-analog converter]] (DAC). The high frequencies in the analog signal will appear as lower frequencies (wrong alias) in the recorded digital sample and, hence, cannot be reproduced by the DAC. To prevent this, an [[anti-aliasing filter]] is used to remove components above the Nyquist frequency prior to sampling. In video or cinematography, temporal aliasing results from the limited frame rate, and causes the [[wagon-wheel effect]], whereby a spoked wheel appears to rotate too slowly or even backwards. Aliasing has changed its apparent frequency of rotation. A reversal of direction can be described as a [[negative frequency]]. Temporal aliasing frequencies in video and cinematography are determined by the frame rate of the camera, but the relative intensity of the aliased frequencies is determined by the shutter timing (exposure time) or the use of a temporal aliasing reduction filter during filming. <ref name=tessive/>{{unreliable source?|date=July 2018}} Like the video camera, most sampling schemes are periodic; that is, they have a characteristic [[sampling frequency]] in time or in space. Digital cameras provide a certain number of samples ([[pixel]]s) per degree or per radian, or samples per mm in the focal plane of the camera. Audio signals are sampled ([[digitized]]) with an [[analog-to-digital converter]], which produces a constant number of samples per second. Some of the most dramatic and subtle examples of aliasing occur when the signal being sampled also has periodic content. == Bandlimited functions == {{main|Nyquist–Shannon sampling theorem}} Actual signals have a finite duration and their frequency content, as defined by the [[Fourier transform]], has no upper bound. Some amount of aliasing always occurs when such continuous functions over time are sampled. Functions whose frequency content is bounded (''bandlimited'') have an infinite duration in the time domain. If sampled at a high enough rate, determined by the ''bandwidth'', the original function can, in theory, be perfectly reconstructed from the infinite set of samples. == Bandpass signals == {{main|Undersampling}} Sometimes aliasing is used intentionally on signals with no low-frequency content, called ''bandpass'' signals. [[Undersampling]], which creates low-frequency aliases, can produce the same result, with less effort, as frequency-shifting the signal to lower frequencies before sampling at the lower rate. Some digital channelizers exploit aliasing in this way for computational efficiency.<ref name=harris/> (See [[Sampling (signal processing)#Undersampling|Sampling (signal processing)]], [[Nyquist rate#Nyquist rate relative to sampling|Nyquist rate (relative to sampling)]], and [[Filter bank]].) == Sampling sinusoidal functions == [[File:FFT aliasing 600.gif|thumb|right|300px|Fig.2 '''Upper left:''' Animation depicts a sequence of sinusoids, each with a higher frequency <math display="inline">f</math> than the previous ones. These "true" signals are also being sampled (blue dots) at a constant sampling frequency or rate <math display="inline">f_s</math>. '''Upper right:''' The ''continuous'' Fourier transform of the sinusoid (not the samples). The single non-zero component, depicting the actual frequency, means that there is no ambiguity. '''Lower right:''' The ''discrete'' Fourier transform of just the available samples. The presence of two components means that the samples can fit at least two different sinusoids, one of which is with the true frequency (upper-right). Another sinusoid is with an alias frequency <math display="inline">f-f_{\rm s}</math>. (Here the absolute value of it is shown.) '''Lower left:''' Using the same samples (now in orange), the default reconstruction algorithm produces the lower-frequency sinusoid.]] [[Sine wave|Sinusoid]]s are an important type of periodic function, because realistic signals are often modeled as the summation of many sinusoids of different frequencies and different amplitudes (for example, with a [[Fourier series]] or [[Fourier transform|transform]]). Understanding what aliasing does to the individual sinusoids is useful in understanding what happens to their sum. When sampling a function at frequency {{math|''f''{{sub|s}}}} (i.e., the sampling interval is {{math|1/''f''{{sub|s}}}}), the following functions of time {{math|(''t'')}} yield identical sets of samples if the sampling starts from <math display="inline">t=0</math> such that <math>t=\frac{1}{f_s}n</math> where <math display="inline">n = 0,1,2,3</math>, and so on: <math display="block">\{ \sin(2\pi(f+Nf_s)t+\varphi), N=0,\pm1,\pm2,\pm3, \ldots \}.</math> A [[frequency spectrum]] of the samples produces equally strong responses at all those frequencies. Without collateral information, the frequency of the original function is ambiguous. So, the functions and their frequencies are said to be ''aliases'' of each other. Noting the sine functions as odd functions''':''' :<math> \sin(2\pi (f+Nf_{\rm s})t + \phi) = \left\{ \begin{array}{ll} +\sin(2\pi (f+Nf_{\rm s})t + \phi), & f+Nf_{\rm s} \ge 0 \\ -\sin(2\pi |f+Nf_{\rm s}|t - \phi), & f+Nf_{\rm s} < 0 \\ \end{array} \right. </math> thus, we can write all the alias frequencies as positive values: <math>f_{_N}(f) \triangleq \left|f+Nf_{\rm s}\right|</math>. For example, a snapshot of the lower right frame of Fig.2 shows a component at the actual frequency <math>f</math> and another component at alias <math>f_{_{-1}}(f)</math>. As <math>f</math> increases during the animation, <math>f_{_{-1}}(f)</math> decreases. The point at which they are equal <math>(f=f_s/2)</math> is an axis of symmetry called the '''''folding frequency''''', also known as '''''[[Nyquist frequency]]'''''. Aliasing matters when one attempts to reconstruct the original waveform from its samples. The most common reconstruction technique produces the smallest of the <math>f_{_N}(f)</math> frequencies. So, it is usually important that <math>f_0(f)</math> be the unique minimum. A necessary and sufficient condition for that is <math>f_s/2 > |f|,</math> called the '''''Nyquist condition'''''. The lower left frame of Fig.2 depicts the typical reconstruction result of the available samples. Until <math>f</math> exceeds the Nyquist frequency, the reconstruction matches the actual waveform (upper left frame). After that, it is the low frequency alias of the upper frame. === Folding === The figures below offer additional depictions of aliasing, due to sampling. A graph of amplitude vs frequency (not time) for a single sinusoid at frequency {{math|0.6 ''f''{{sub|s}}}} and some of its aliases at {{math|0.4 ''f''{{sub|s}},}} {{math|1.4 ''f''{{sub|s}},}} and {{math|1.6 ''f''{{sub|s}}}} would look like the 4 black dots in Fig.3. The red lines depict the paths ([[wikt:loci|loci]]) of the 4 dots if we were to adjust the frequency and amplitude of the sinusoid along the solid red segment (between {{math|''f''{{sub|s}}/2}} and {{math|''f''{{sub|s}}}}). No matter what function we choose to change the amplitude vs frequency, the graph will exhibit symmetry between 0 and {{math|''f''{{sub|s}}.}} Folding is often observed in practice when viewing the [[Frequency spectrum#Spectrum analysis|frequency spectrum]] of real-valued samples, such as Fig.4. {| |[[File:Aliasing-folding-2.svg|thumb|x180px|Fig.3: The black dots are aliases of each other. The solid red line is an <u>example</u> of amplitude varying with frequency. The dashed red lines are the corresponding paths of the aliases.]] |[[File:Example of spectral "folding" caused by sampling a real-valued waveform.png|thumb|x180px|Fig.4: The Fourier transform of music sampled at 44,100 samples/sec exhibits symmetry (called "folding") around the Nyquist frequency (22,050 Hz).]] |[[File:Aliasing-folding.svg|thumb|x180px|Fig.5: Graph of frequency aliasing, showing folding frequency and periodicity. Frequencies above {{math|''f''{{sub|s}}/2}} have an ''alias'' below {{math|''f''{{sub|s}}/2,}} whose value is given by this graph.]] |} [[File:Aliasing between a positive and a negative frequency.svg|thumb|300px|right|Two complex sinusoids, colored gold and cyan, that fit the same sets of real and imaginary sample points when sampled at the rate ({{math|''f''{{sub|s}}}}) indicated by the grid lines. The case shown here is: {{math|''f''{{sub|cyan}} {{=}} ''f''{{sub|{{sub|−1}}}}(''f''{{sub|gold}}) {{=}} ''f''{{sub|gold}} – ''f''{{sub|s}}}}]] === Complex sinusoids === [[Negative frequency#Complex sinusoids|Complex sinusoids]] are waveforms whose samples are [[complex numbers]] (<math display="inline">z = Ae ^{i\theta } = A(\cos \theta + i\sin \theta) </math>), and the concept of [[negative frequency]] is necessary to distinguish them. In that case, the frequencies of the aliases are given by just''':''' {{math|''f''{{sub|{{sub|N}}}}('' f '') {{=}} ''f'' + ''N f''{{sub|s}}.}} (In real sinusoids, as shown in the above, all alias frequencies can be written as positive frequencies <math>f_{_N}(f) \triangleq \left|f+Nf_{\rm s}\right|</math> because of sine functions as odd functions.) Therefore, as {{mvar|f}} increases from {{math|0}} to {{math|''f''{{sub|s}},}} {{math|''f''{{sub|{{sub|−1}}}}('' f '')}} also increases (from {{math|–''f''{{sub|s}}}} to 0). Consequently, complex sinusoids do not exhibit ''folding''. === Sample frequency === [[File:Aliasing.gif|thumb|300px|Illustration of 4 waveforms reconstructed from samples taken at six different rates. Two of the waveforms are sufficiently sampled to avoid aliasing at all six rates. The other two illustrate increasing distortion (aliasing) at the lower rates.]] When the condition {{math|''f''{{sub|s}}/2 > '' f ''}} is met for the highest frequency component of the original signal, then it is met for all the frequency components, a condition called the [[Nyquist–Shannon sampling theorem|Nyquist criterion]]. That is typically approximated by filtering the original signal to attenuate high frequency components before it is sampled. These attenuated high frequency components still generate low-frequency aliases, but typically at low enough amplitudes that they do not cause problems. A filter chosen in anticipation of a certain sample frequency is called an [[anti-aliasing filter]]. The filtered signal can subsequently be reconstructed, by interpolation algorithms, without significant additional distortion. Most sampled signals are not simply stored and reconstructed. But the fidelity of a theoretical reconstruction (via the [[Whittaker–Shannon interpolation formula]]) is a customary measure of the effectiveness of sampling. == Historical usage == Historically the term ''aliasing'' evolved from radio engineering because of the action of [[superheterodyne receiver]]s. When the receiver shifts multiple signals down to lower frequencies, from [[Radio frequency|RF]] to [[Intermediate frequency|IF]] by [[Heterodyne|heterodyning]], an unwanted signal, from an RF frequency equally far from the [[local oscillator]] (LO) frequency as the desired signal, but on the wrong side of the LO, can end up at the same IF frequency as the wanted one. If it is strong enough it can interfere with reception of the desired signal. This unwanted signal is known as an ''image'' or ''alias'' of the desired signal. The first written use of the terms "alias" and "aliasing" in signal processing appears to be in a 1949 unpublished Bell Laboratories technical memorandum<ref name=Tukey-Hamming/> by [[John Tukey]] and [[Richard Hamming]]. That paper includes an example of frequency aliasing dating back to 1922. The first ''published'' use of the term "aliasing" in this context is due to [[Ralph Beebe Blackman|Blackman]] and Tukey in 1958.<ref name=blackman&tukey-Bell/> In their preface to the Dover reprint<ref name=blackman&tukey-Dover/> of this paper, they point out that the idea of aliasing had been illustrated graphically by Stumpf<ref name=stumpf/> ten years prior. The 1949 Bell technical report refers to aliasing as though it is a well-known concept, but does not offer a source for the term. [[Gwilym Jenkins]] and [[Maurice Priestley]] credit Tukey with introducing it in this context,<ref name=jenkins&priestley/> though an [[Aliasing (factorial experiments)|analogous concept of aliasing]] had been introduced a few years earlier<ref name=Finney/> in [[fractional factorial design]]s. While Tukey did significant work in factorial experiments<ref name=Tukey-factorial/> and was certainly aware of aliasing in fractional designs,<ref name=Tukey-fraction/> it cannot be determined whether his use of "aliasing" in signal processing was consciously inspired by such designs. == Angular aliasing == Aliasing occurs whenever the use of discrete elements to capture or produce a continuous signal causes frequency ambiguity. Spatial aliasing, particular of angular frequency, can occur when reproducing a [[light field]] or sound field with discrete elements, as in [[3D display]]s or [[wave field synthesis]] of sound.<ref name=lightfield/> This aliasing is visible in images such as posters with [[lenticular printing]]: if they have low angular resolution, then as one moves past them, say from left-to-right, the 2D image does not initially change (so it appears to move left), then as one moves to the next angular image, the image suddenly changes (so it jumps right) – and the frequency and amplitude of this side-to-side movement corresponds to the angular resolution of the image (and, for frequency, the speed of the viewer's lateral movement), which is the angular aliasing of the 4D light field. The lack of [[parallax]] on viewer movement in 2D images and in [[3-D film]] produced by [[Stereoscopy|stereoscopic]] glasses (in 3D films the effect is called "[[yaw (rotation)|yaw]]ing", as the image appears to rotate on its axis) can similarly be seen as loss of angular resolution, all angular frequencies being aliased to 0 (constant). == More examples == === Audio example === {{Listen|filename=Sawtooth-aliasingdemo.ogg|title=Sawtooth aliasing demo|description=440 Hz bandlimited, 440 Hz aliased, 880 Hz bandlimited, 880 Hz aliased, 1760 Hz bandlimited, 1760 Hz aliased|format=[[Ogg]]}} The qualitative effects of aliasing can be heard in the following audio demonstration. Six [[sawtooth wave]]s are played in succession, with the first two sawtooths having a [[fundamental frequency]] of 440 Hz (A4), the second two having fundamental frequency of 880 Hz (A5), and the final two at 1760 Hz (A6). The sawtooths alternate between [[bandlimited]] (non-aliased) sawtooths and aliased sawtooths and the sampling rate is 22050 Hz. The bandlimited sawtooths are synthesized from the sawtooth waveform's [[Fourier series]] such that no harmonics above the [[Nyquist frequency]] (11025 Hz = 22050 Hz / 2 here) are present. The aliasing distortion in the lower frequencies is increasingly obvious with higher fundamental frequencies, and while the bandlimited sawtooth is still clear at 1760 Hz, the aliased sawtooth is degraded and harsh with a buzzing audible at frequencies lower than the fundamental. === Direction finding === A form of spatial aliasing can also occur in antenna arrays or microphone arrays used to estimate the direction of arrival of a wave signal, as in geophysical exploration by seismic waves. Waves must be sampled more densely than two points per [[wavelength]], or the wave arrival direction becomes ambiguous.<ref name=flangan/> == See also == {{Commons category|Aliasing}} * [[Brillouin zone]] * [[Glossary of video terms]] * [[Jaggies]] * [[Kell factor]] * [[Sinc filter]] * [[Sinc function]] * [[Spectral density]] * [[Spectral leakage]] * [[Stroboscopic effect]] * [[Wagon-wheel effect]] * {{slink|Nyquist–Shannon sampling theorem|Critical frequency}} == References == {{reflist|1|refs= <ref name=mitchell> {{cite conference |title=Reconstruction filters in computer-graphics |first=Don P. |last=Mitchell |author2=Netravali, Arun N. |author-link2=Arun Netravali |url=http://www.mentallandscape.com/Papers_siggraph88.pdf |doi=10.1145/54852.378514 |conference=ACM SIGGRAPH International Conference on Computer Graphics and Interactive Techniques |conference-url=http://portal.acm.org/toc.cfm?id=54852&type=proceeding&coll=GUIDE&dl=GUIDE,ACM&CFID=30538218&CFTOKEN=95411512 |pages=221–228 |date=August 1988 |volume=22 |number=4 |ISBN=0-89791-275-6 }}</ref> <ref name=tessive> Tessive, LLC (2010).[http://tessive.com/time-filter-technical-explanation "Time Filter Technical Explanation"]</ref>{{unreliable source?|date=July 2018}} <ref name=harris> {{Cite book |last = Harris |first = Frederic J. |author-link = Fredric J. Harris |date = Aug 2006 |title = Multirate Signal Processing for Communication Systems |publisher = [[Prentice Hall|Prentice Hall PTR]] |location = Upper Saddle River, NJ |isbn = 978-0-13-146511-4 }}</ref> <ref name=lightfield> [http://lightfield.stanford.edu/lfs.html The (New) Stanford Light Field Archive] </ref> <ref name=flangan> [[James L. Flanagan|Flanagan, James L.]], "Beamwidth and useable bandwidth of delay-steered microphone arrays", ''[[AT&T Tech. J.]]'', 1985, 64, pp. 983–995 </ref> <ref name=Tukey-Hamming> {{cite book |last1=Tukey |first1=John W.|last2=Hamming |first2= R. W.|date=1984 |editor-last=Brillinger |editor-first=David R. |title=The Collected Works of John W. Tukey|publisher=Wadsworth| volume = 1 |orig-date=unpublished 1949 |page=5 |chapter= Measuring noise color |isbn= 0-534-03303-2 }} </ref> <ref name=blackman&tukey-Dover> {{cite book |last = Blackman |first = R. B. |author-link = Ralph Beebe Blackman |author2 = J. W. Tukey |author-link2 = John Tukey |date = 1959 |title = The Measurement of Power Spectra from the Point of View of Communications Engineering |publisher = [[Dover]] |location = New York |page = vii }} </ref> <ref name=blackman&tukey-Bell> {{cite journal |last = Blackman |first = R. B. |author-link = Ralph Beebe Blackman |author2 = J. W. Tukey |author-link2 = John Tukey |date = 1958 |title = The measurement of power spectra from the point of view of communications engineering - Part I |journal = [[Bell System Technical Journal]] |volume=37 |issue=1 |page=216 }} </ref> <ref name=stumpf> {{cite book |last = Stumpf |first = Karl |date = 1937 |title = Grundlagen und Methoden der Periodenforschung |publisher = [[Springer Publishing|Springer]] |location = Berlin |pages = 45 }} </ref> <ref name=jenkins&priestley> {{cite journal |last1 = Jenkins |first1 = G. M. |last2 = Priestley |first2 = M. B. |date = 1957 |title = Discussion (Symposium on Spectral Approach to Time Series) |journal = [[Journal of the Royal Statistical Society, Series B]] |volume=19 |issue=1 |page=59 }} </ref> <ref name=Finney>{{cite journal|last = Finney |first = D. J. | title = The fractional replication of factorial arrangements | journal = Annals of Eugenics | date= 1945 | volume = 12 | pages = 291–301 |doi = 10.1111/j.1469-1809.1943.tb02333.x }} </ref> <ref name=Tukey-factorial> {{cite book |last=Tukey |first=John W.|date=1992 |editor-last=Cox |editor-first=David R. |title=The Collected Works of John W. Tukey|publisher=Wadsworth| volume = 7 |isbn= 0-534-05104-9}} </ref> <ref name=Tukey-fraction> {{cite book |last1=Tukey |first1=John W.|last2=Hamming |first2= R. W.|date=1984 |editor-last=Brillinger |editor-first=David R. |title=The Collected Works of John W. Tukey|publisher=Wadsworth| volume = 1 |page=571 |chapter= Mathematics 596: An introduction to the frequency analysis of time series |orig-date= unpublished 1963 |isbn= 0-534-03303-2 }} </ref> }} == Further reading == {{refbegin}} * [[Matt Pharr|Pharr, Matt]]; Humphreys, Greg. (28 June 2010). [https://books.google.com/books?id=9nJBAJhTxt8C ''Physically Based Rendering: From Theory to Implementation''.] [[Morgan Kaufmann Publishers|Morgan Kaufmann]]. {{ISBN|978-0-12-375079-2}}. [https://web.archive.org/web/20131016055332/http://graphics.stanford.edu/~mmp/chapters/pbrt_chapter7.pdf Chapter 7 (''Sampling and reconstruction'')]. Retrieved 3 March 2013. {{refend}} ==External links== * {{YouTube|g3svU5VJ8Gk|Aliasing by a sampling oscilloscope}} by Tektronix Application Engineer * [http://lavidaleica.com/content/anti-aliasing-filter-primer Anti-Aliasing Filter Primer] by La Vida Leica, discusses its purpose and effect on recorded images * [https://web.archive.org/web/20200701115922/http://www.onmyphd.com/?p=aliasing Interactive examples demonstrating the aliasing effect] {{DSP}} {{Authority control}} [[Category:Digital signal processing]] [[Category:Signal processing]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:About
(
edit
)
Template:Anchor
(
edit
)
Template:Authority control
(
edit
)
Template:Commons category
(
edit
)
Template:DSP
(
edit
)
Template:ISBN
(
edit
)
Template:Listen
(
edit
)
Template:Main
(
edit
)
Template:Math
(
edit
)
Template:Multiple image
(
edit
)
Template:Mvar
(
edit
)
Template:Refbegin
(
edit
)
Template:Refend
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Slink
(
edit
)
Template:Unreliable source?
(
edit
)
Template:Use American English
(
edit
)
Template:Use mdy dates
(
edit
)
Template:YouTube
(
edit
)