Cookbook /
MakeColumns-Talk
Summary: Talk page for MakeColumns.
Maintainer: BenWilson
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
Comments
(Old comments removed as issues raised have since been addressed.)
- Please include an example of topic source text and rendered result to illustrate exactly what this does. Thanks! - DavidDawkins
- You can see this in use on this page (source), and how it renders here. - TeganDowling
- With the SimpleTab skin I noticed that the font size of text within the column start and end markers is larger. Is this specific to the SimpleTab skin? In the php file I noticed a "class=columns". Is this the class that defines the font size/color/etc? In which file is this class or should I create it? Tnx DJ July-30-2007.
PHP5.5 Compatibility Issue
M. Denning, 20170729: Ruleset is throwing the following compatibility error. Please, can this be addressed ASAP? Base site is battzion.org and WebMaster contact is at the bottom. Thanks!
columns _begin B= ! file: /cookbook/make_columns.php, line: 36, pat: /(.*?)\(:column:\)(.*)$/se
Update: | I have updated line 36 |
---|---|
FROM | 036: Markup('columns', '_begin', '/(.*?)\(:column:\)(.*)$/se', "stripslashes(Columnize('$1', '$2'))"); |
TO | 036: Markup_e('columns', '_begin', '/(.*?)\(:column:\)(.*)$/s', "stripslashes(Columnize(\$m[1], \$m[2]))"); |
TakeAway: | This seems to have taken away the error generated in Rule Table. |
AfterThought: | However, I would still be more comfortable if I obtained positive word from the other developers that this was the only updated necessary. |
Talk page for the MakeColumns recipe (users?).