Revision history for PseudoFormatters


Revision [23139]

Last edited on 2016-05-20 07:38:47 by JonAmgine [Replaces old-style internal links with new pipe-split links.]
Additions:
As usual, what we need is a good markup (easy to remember, distinctive, expressive). If we choose to adopt ##**::**## as a tag for [[WikkaExtensibleMarkup | extensible markup]], then the solution I propose here is not optimal.
Deletions:
As usual, what we need is a good markup (easy to remember, distinctive, expressive). If we choose to adopt ##**::**## as a tag for [[WikkaExtensibleMarkup extensible markup]], then the solution I propose here is not optimal.


Revision [18972]

Edited on 2008-01-28 00:13:29 by JonAmgine [Modified links pointing to docs server]

No Differences

Revision [15525]

Edited on 2006-10-19 18:45:14 by JonAmgine [init link]
Additions:
// one-time formatter: signature
if ($user) {
$longsignature = '-- '.$user.' [##'.date("Y-m-d H:i").'##]';
$shortsignature = '-- '.$user;
$body = preg_replace("/::::/",$longsignature,$body);
$body = preg_replace("/:::/",$shortsignature,$body);
}
// one-time formatter: timestamp
$timestamp = '[##'.date("Y-m-d H:i").'##]';
$body = preg_replace("/::t::/",$timestamp,$body);
== Related discussion ==
- MagicWords
Deletions:
// one-time formatter: signature
if ($user) {
$longsignature = '-- '.$user.' [##'.date("Y-m-d H:i").'##]';
$shortsignature = '-- '.$user;
$body = preg_replace("/::::/",$longsignature,$body);
$body = preg_replace("/:::/",$shortsignature,$body);
}
// one-time formatter: timestamp
$timestamp = '[##'.date("Y-m-d H:i").'##]';
$body = preg_replace("/::t::/",$timestamp,$body);


Revision [8882]

Edited on 2005-06-06 14:54:15 by DarTar [link]
Additions:
>>**See also:**
~-SmartyPants
~-WantedFormatters
~-WikkaExtensibleMarkup
~-PreFormatter
Deletions:
>>See also:
WantedFormatters
WikkaExtensibleMarkup
PreFormatter


Revision [8607]

Edited on 2005-05-28 17:25:19 by JavaWoman [move to subdirectory]
Additions:
CategoryDevelopmentFormatters
Deletions:
CategoryDevelopment


Revision [6447]

Edited on 2005-03-03 23:47:28 by IanAndolina [added link to preformatter]
Additions:
PreFormatter


Revision [6384]

Edited on 2005-02-28 11:34:35 by DarTar [Signatures & Co. - feedback welcome]
Additions:
-- {{user}}
-- {{user}} ##[2005-02-28 12:02]##
Deletions:
-- DarTar
-- DarTar ##[2005-02-28 12:02]##


Revision [6383]

Edited on 2005-02-28 11:24:49 by DarTar [Signatures & Co. - feedback welcome]
Additions:
The modifications required for this to work are quite silly. We just need to modify ##""SavePage()""## in ##wikka.php##, before the call to ##Query()##
Deletions:
The modifications required for this to work are quite silly. We just need to modify ##""SavePage()""## in #wikka.php#, before the call to ##Query()##


Revision [6381]

Edited on 2005-02-28 11:20:21 by DarTar [one-time content-generating markup]
Additions:
The modifications required for this to work are quite silly. We just need to modify ##""SavePage()""## in #wikka.php#, before the call to ##Query()##
Deletions:
The modifications required for this to work are quite silly. We just need to modify ##SavePage()## in #wikka.php#, before the call to ##Query()##


Revision [6380]

Edited on 2005-02-28 11:19:46 by DarTar [one-time content-generating markup]
Additions:
>>::c::
Deletions:
>>


Revision [6379]

The oldest known version of this page was created on 2005-02-28 11:19:34 by DarTar [one-time content-generating markup]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki