r2657 vs r2658
......
128128
129129
== 나무나무마크구상 ==
130130
* 링크 > 분류/일반 링크/외부 링크
131
asdf{{{#!html <div style="display: inline-table"><div style="overflow: hidden"><div style="margin-left: -1.2em"><a href="https://theseed.io/w">asdf</div></a></div></div></div>}}}asdf
132
<div style="color: #0275d8">
131133
{{{#!if input='냥[[링크|냥]]냥'
132134
}}}
133135
{{{#!if href = null, linkPrint = null, break = false, linkColor='#0275d8'
......
172174
}}}{{{#!if !(isCategory || isLink)
173175
{{{#!if href = 'https://theseed.io/w/'+href
174176
}}}
175
}}}{{{#!if input = input.substring(0, linkOpen) + '<div style="display: inline"><div style="overflow: hidden"><div style="margin-top: -1.5em"><a href="' + href + '"><div style="color: ' + linkColor + '">' + linkPrint + '</div></a></div></div></div>' + input.substring(linkClose + 2)
177
}}}{{{#!if input = input.substring(0, linkOpen) + '<div style="display: inline-table"><div style="overflow: hidden"><div style="margin-left: -1.2em"><a href="' + href + '"><div style="color: ' + linkColor + '">' + linkPrint + '</div></a></div></div></div>' + input.substring(linkClose + 2)
176178
}}}
177179
}}}
178180
......