Difference between revisions of "Template:Logid"

From blackwiki
Jump to navigation Jump to search
imported>DannyS712
(don't use same parameter name as template name; logid -> id)
imported>DannyS712
(can set text separately)
Line 1: Line 1:
{{Plain link|url={{fullurl:Special:Log|logid={{{id|{{{1|}}}}}}}}|name={{{id|{{{1|all logs}}}}}}}}<noinclude>
+
{{Plain link|url={{fullurl:Special:Log|logid={{{id|{{{Id|{{{1|}}}}}}}}}}}|name={{{text|{{{Text|{{{2|{{{id|{{{Id|{{{1|logs}}}}}}}}}}}}}}}}}}}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 07:16, 5 February 2019

Template:Plain link

Template documentation[view] [edit] [history] [purge]

This template creates a link to a specific entry in Special:Log, based on the provided "logid." To invoke, use {{Logid|id|text}}, where id is the specific number of the log event and text is the optional text to be displayed (default is the id).

For example, {{Logid|96518986}} produces Template:Plain link, the log of this page being created, while {{Logid|96518956}} produces Template:Plain link, the log of the template itself being created.

To show something other than the id number, add a second parameter. {{Logid|96518986|documentation created}} produces Template:Plain link, while {{Logid|96518956|template created}} produces Template:Plain link.