Placeholder[name]
represents a placeholder labeled with name that indicates a place to type.
gives the empty placeholder .
Placeholder
Placeholder[name]
represents a placeholder labeled with name that indicates a place to type.
gives the empty placeholder .
Examples
Basic Examples (3)
Create a grid of placeholders which can be tabbed through and typed into:
Grid[ConstantArray[Placeholder[], {3, 3}], Frame -> All]Create a grid of named placeholders:
Grid[Array[Placeholder[{##}]&, {3, 3}], Frame -> All]Create a formula with named placeholders:
Defer[Integrate[Placeholder[f], Placeholder[x]]]Defer[Plot[Placeholder[f], {Placeholder[x], Placeholder[xmin], Placeholder[xmax]}]]See Also
Related Guides
History
Text
Wolfram Research (2008), Placeholder, Wolfram Language function, https://reference.wolfram.com/language/ref/Placeholder.html.
CMS
Wolfram Language. 2008. "Placeholder." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Placeholder.html.
APA
Wolfram Language. (2008). Placeholder. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Placeholder.html
BibTeX
@misc{reference.wolfram_2026_placeholder, author="Wolfram Research", title="{Placeholder}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Placeholder.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_placeholder, organization={Wolfram Research}, title={Placeholder}, year={2008}, url={https://reference.wolfram.com/language/ref/Placeholder.html}, note=[Accessed: 12-June-2026]}