dotted_line.inc.php

サマリ下点線プラグイン
リビジョン1.0
対応バージョン1.5.x
投稿者umorigu
投稿日2022-04-09 (土) 19:42:27

文字の下線を点線(dotted)にするプラグインです。

plugin/dotted_line.inc.php

<?php
// Copyright 2022 umorigu; License: GPLv2
function plugin_dotted_line_inline()
{
    $args = func_get_args();
    $text = array_pop($args); // Already htmlsc(text);
    return '<span style="text-decoration: underline dotted;">' . $text . '</span>';
}

使い方

&dotted_line{文字列};

ライセンス

参照




トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-04-09 (土) 19:51:39
Site admin: PukiWiki Development Team

PukiWiki 1.5.4+ © 2001-2022 PukiWiki Development Team. Powered by PHP 8.2.12. HTML convert time: 0.906 sec.

SourceForge