Function Repository Resource:

WoodFramed

Source Notebook

Add a wood frame around anything

Contributed by: Bob Sandheinrich

ResourceFunction["WoodFramed"][expr]

diplays expr inside a wood frame.

Details and Options

The wood is oak.
The output is an Interpretation object that behaves as expr when copied.

Examples

Basic Examples (1) 

A wood framed plot:

In[1]:=
ResourceFunction["WoodFramed"][Plot[Sin[x], {x, 0, Pi}]]
Out[1]=

Scope (3) 

Add elegance to a great art work:

In[2]:=
ResourceFunction["WoodFramed"][
 ResourceFunction["BirdSay"]["Let me out of this box! SQKWAAAK!"]]
Out[2]=

WoodFramed is perfect for recognizing life-changing accomplishments:

In[3]:=
ResourceFunction["WoodFramed"][
 Panel["This certificate designates " <> $WolframID <> " as a certified creator of resource functions"]]
Out[3]=

Who? Me that’s who:

In[4]:=
ResourceFunction["WoodFramed"][
 ResourceFunction["FirstWebImage"]["Roger Rabbit"]]
Out[4]=

Properties and Relations (2) 

The resulting, framed object is interpreted as the inner expression. Frame some text:

In[5]:=
ResourceFunction[
 "WoodFramed"]["In case of emergency break glass, count words"]
Out[5]=

It’s an emergency! A WordCount emergency:

In[6]:=
WordCount["In case of emergency break glass, count words"]
Out[6]=

Publisher

Bob

Version History

  • 1.0.0 – 15 October 2019

Related Resources

License Information