Template:NSFW: Difference between revisions

From questden
Jump to navigationJump to search
LionsPhil (talk | contribs)
m Markup tidying. No, I haven't broken the image---this template really is using the spoiler one for now.
mNo edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="border:1px solid black; margin-left: auto; margin-right: auto;"
<noinclude>A banner used to warn readers about not safe for work content.
 
==Usage Examples==
 
{| style="text-align:center; margin: auto; background-color:#FFFFFF" class="wikitable"
! Desription
! Code
! Result
|-
|-
|[[Image:Spoiler.gif|40px]] '''This gallery contains artwork that is not safe for work.''' You were warned.
| style="text-align:left; width: 20%" | The default and depreciated usage.  NSFW galleries are no longer posted on quest pages.
|}
| style="width: 20%" |
<nowiki>{{NSFW}}</nowiki>
|
{{NSFW}}
|-
| style="text-align:left; width: 20%" | You are allowed to specify what exactly is considered NSFW.  The template will assume you're talking about a quest, and add the appropriate tag.
|
<nowiki>{{NSFW|quest}}</nowiki>
|
 
{{NSFW|quest|suppresscat=1}} <!--Cheating and suppressing the category, since this template page doesn't need the NSFW tag-->
+[[:Category:NSFW Quests]]
|-
| style="text-align:left; width: 20%" | '''Even if you specify something besides a quest''', the template is dumb, and will add the category.  (Unfortunately, mediawiki if-statements are limited and can only check if a parameter is called, not what value is input).
|
<nowiki>{{NSFW|tozol}}</nowiki>
|
 
{{NSFW|tozol|suppresscat=1}}
+[[:Category:NSFW Quests]]
|-
| style="text-align:left; width: 20%" | If you want to talk about something other than a quest or gallery, you can opt to suppress the category.
| style="width: 20%" |
<nowiki>{{NSFW|big bag of dicks
|suppresscat=1}}</nowiki>
|
{{NSFW|big bag of dicks|suppresscat=1}}
|}</noinclude><includeonly><!--
-->{{Notice
|image=Spoilerth tiny.png
|color=#f0a
|majortext=This {{{1|gallery}}} contains material that is not safe for work.
|minortext=You were warned.
}}<!--
-->{{#if:{{{suppresscat|}}}||{{#if:{{{1|}}}|[[Category:NSFW Quests]]|}}}}</includeonly><noinclude>[[Category:Templates]] [[Category:Banners]]</noinclude>

Latest revision as of 07:29, 18 October 2015

A banner used to warn readers about not safe for work content.

Usage Examples

Desription Code Result
The default and depreciated usage. NSFW galleries are no longer posted on quest pages.
{{NSFW}}
This gallery contains material that is not safe for work. You were warned.
You are allowed to specify what exactly is considered NSFW. The template will assume you're talking about a quest, and add the appropriate tag.
{{NSFW|quest}}


This quest contains material that is not safe for work. You were warned.

+Category:NSFW Quests

Even if you specify something besides a quest, the template is dumb, and will add the category. (Unfortunately, mediawiki if-statements are limited and can only check if a parameter is called, not what value is input).
{{NSFW|tozol}}


This tozol contains material that is not safe for work. You were warned.

+Category:NSFW Quests

If you want to talk about something other than a quest or gallery, you can opt to suppress the category.
{{NSFW|big bag of dicks
|suppresscat=1}}
This big bag of dicks contains material that is not safe for work. You were warned.