Template:StackOverflow: Difference between revisions

Content deleted Content added
Rvidor (talk | contribs)
mNo edit summary
Use format "(tag) on Stack Overflow" (similar to how {{GitHub}} handles it)
Line 1:
<includeonly>{{ URL | http://stackoverflow.com/questions/tagged/{{{1}}} | {{{2|StackOverflow {{{1}}} }}} }}</includeonly>
on {{#ifeq:{{{link}}}|no|Stack Overflow|[[Stack Overflow]]}}</includeonly>
<noinclude>
{{documentation}}
<templatedata>
{
"description": "Add a link to a tagged StackOverflow content",
"params": {
"Tag": {
"type": "string",
"required": true
},
"Link Text": {
"type": "string",
"default": "StackOverflow"
}
}
}
</templatedata>
</noinclude>