PHPackages                             teppokoivula/inputfield-textarea-markup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. teppokoivula/inputfield-textarea-markup

ActivePw-module[Utility &amp; Helpers](/categories/utility)

teppokoivula/inputfield-textarea-markup
=======================================

ProcessWire module for outputting markup as help or commentary among other inputfields

1.1.1(4y ago)426GPL-2.0-onlyJavaScriptPHP &gt;=7.1

Since Oct 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/teppokoivula/InputfieldTextareaMarkup)[ Packagist](https://packagist.org/packages/teppokoivula/inputfield-textarea-markup)[ Docs](https://github.com/teppokoivula/InputfieldTextareaMarkup)[ RSS](/packages/teppokoivula-inputfield-textarea-markup/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Textarea Markup inputfield for ProcessWire CMS/CMF
==================================================

[](#textarea-markup-inputfield-for-processwire-cmscmf)

Textarea Markup inputfield for ProcessWire CMS/CMF. Copyright (c) 2014-2019 Teppo Koivula

Intended for outputting markup as help or commentary among other inputfields, mainly in Page Edit context. Loosely based on InputfieldMarkup from core, but extends textarea to allow overriding markup on a per page basis by superuser.

Getting started
---------------

[](#getting-started)

Copy (or clone with git) InputfieldTextareaMarkup folder to /site/modules/, go to Admin &gt; Modules, hit "Check for new modules" and install Textarea Markup.

After installing the module create new "Textarea" field and configure it to use TextareaMarkup as it's inputfield. Via "Input" tab in field settings you can set default output for the field and optionally hide field label entirely.

Fied output can be configured on a per-page basis by superusers, otherwise default value from field settings is used. Output can contain text, HTML markup and values from other fields.

To output values of other fields, embed names of those fields in your output string using format {{field\_name}}. Example:

`Hello world, I'm a {{template}}, my name is {{name}} and my ID is {{id}}!`

For basic-page with ID 1001 and name "About" this should output following:

`Hello world, I'm a basic-page, my name is About and my ID is 1001!`

In addition to field names, this module supports following custom tags:

- `{{strtotime:+2 weeks|j.n.Y}}`: pass given string (in this example `+2 weeks`) to strtotime() function, and if an optional format string is provided (in this example `j.n.Y`), format the resulting timestamp according to it with date().

License
-------

[](#license)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

(See included LICENSE file for full license text.)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1674d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1252021?v=4)[Teppo Koivula](/maintainers/teppokoivula)[@teppokoivula](https://github.com/teppokoivula)

---

Top Contributors

[![teppokoivula](https://avatars.githubusercontent.com/u/1252021?v=4)](https://github.com/teppokoivula "teppokoivula (3 commits)")

---

Tags

processwiremodule

### Embed Badge

![Health badge](/badges/teppokoivula-inputfield-textarea-markup/health.svg)

```
[![Health](https://phpackages.com/badges/teppokoivula-inputfield-textarea-markup/health.svg)](https://phpackages.com/packages/teppokoivula-inputfield-textarea-markup)
```

###  Alternatives

[elabx/fieldtype-recurring-dates

Field to setup recurring dates using RRule

104.2k](/packages/elabx-fieldtype-recurring-dates)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
